desktop-file-utils-vl.spec 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. Name: desktop-file-utils
  2. Summary: Utilities for manipulating .desktop files
  3. Summary(ja): .desktop ファイルを操作するユーティリティ
  4. Version: 0.23
  5. Release: 1%{?_dist_release}
  6. Group: Development/Tools
  7. License: GPLv2
  8. URL: http://www.freedesktop.org/wiki/Software/desktop-file-utils
  9. Source0: http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: glib2-devel >= 2.4
  12. BuildRequires: emacs
  13. Obsoletes: desktop-file-validator
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. %description
  17. .desktop files are used to describe an application for inclusion in
  18. GNOME or KDE menus. This package contains desktop-file-validate which
  19. checks whether a .desktop file complies with the specification at
  20. http://www.freedesktop.org/standards/, and desktop-file-install
  21. which installs a desktop file to the standard directory, optionally
  22. fixing it up in the process.
  23. %prep
  24. %setup -q
  25. %build
  26. if [ ! -x configure ]; then
  27. ./autogen.sh
  28. fi
  29. %configure
  30. make
  31. %install
  32. rm -rf $RPM_BUILD_ROOT
  33. %makeinstall
  34. %clean
  35. rm -rf $RPM_BUILD_ROOT
  36. %files
  37. %defattr(-,root,root)
  38. %license COPYING
  39. %doc AUTHORS ChangeLog NEWS README
  40. %{_bindir}/*
  41. %{_datadir}/emacs/site-lisp/*
  42. %{_mandir}/man1/*
  43. %changelog
  44. * Thu Apr 04 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.23-1
  45. - new upstream release.
  46. * Thu Oct 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.22-2
  47. - fix typo in url
  48. * Fri Sep 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.22-1
  49. - new upstream release
  50. * Sun Oct 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.21-1
  51. - new upstream release
  52. * Tue May 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.20-1
  53. - new upstream release
  54. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.18-1
  55. - new upstream release
  56. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 0.17-2
  57. - rebuilt with rpm-4.8.1-3
  58. * Thu Sep 16 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.17-1
  59. - new upstream release
  60. * Tue May 4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-1
  61. - new upstream release
  62. - removed BR: popt-devel
  63. * Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15-2
  64. - spec in utf-8
  65. * Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.15-1vl5
  66. - new upstream release
  67. * Sun Jan 6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.14-0vl1
  68. - new upstream release
  69. - added %doc files
  70. * Mon Jul 23 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.13-0vl1
  71. - new upstream release
  72. * Sun Aug 20 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10-0vl2
  73. - add BuildRequires: emacsen
  74. * Mon Nov 22 2004 Tomoya TAKA <taka@vinelinux.org> 0.10-0vl1
  75. - new upstream release
  76. * Mon Jun 21 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6-0vl1
  77. - new upstream release
  78. * Mon Jun 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.20030616-0vl1
  79. - update from cvs
  80. * Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3-3vl1
  81. - build for Vine Linux
  82. * Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
  83. - fix more error messages
  84. * Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
  85. - remove old symlinks before creating new ones, chills out
  86. a lot of error messages
  87. * Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
  88. - version 0.3
  89. * Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
  90. - 0.2.95 cvs snap, should fix OnlyShowIn
  91. * Mon Jul 22 2002 Havoc Pennington <hp@redhat.com>
  92. - 0.2.94 cvs snap, adds --print-available
  93. * Tue Jul 9 2002 Havoc Pennington <hp@redhat.com>
  94. - 0.2.93 cvs snap with a crash fixed, and corrects [KDE Desktop Entry]
  95. * Fri Jun 21 2002 Havoc Pennington <hp@redhat.com>
  96. - 0.2.92 cvs snap with --remove-key and checking for OnlyShowIn
  97. and missing trailing semicolons on string lists
  98. * Fri Jun 21 2002 Havoc Pennington <hp@redhat.com>
  99. - 0.2.91 cvs snap with --copy-name-to-generic-name and
  100. --copy-generic-name-to-name
  101. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  102. - 0.2.90 cvs snap with --delete-original fixed
  103. * Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
  104. - rebuild in different environment
  105. * Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
  106. - 0.2
  107. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  108. - automated rebuild
  109. * Thu May 09 2002 Havoc Pennington <hp@redhat.com>
  110. - rebuild in different environment
  111. * Thu May 9 2002 Havoc Pennington <hp@redhat.com>
  112. - initial build