desktop-file-utils-vl.spec 4.1 KB

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