desktop-file-utils-vl.spec 3.6 KB

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