desktop-file-utils-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. Summary: Utilities for manipulating .desktop files
  2. Summary(ja): .desktop ファイルを操作するユーティリティ
  3. Name: desktop-file-utils
  4. Version: 0.16
  5. Release: 1%{?_dist_release}
  6. URL: http://http://www.freedesktop.org/wiki/Software/desktop-file-utils
  7. Source0: http://www.freedesktop.org/software/desktop-file-utils/releases/%{name}-%{version}.tar.bz2
  8. License: GPLv2
  9. Group: Development/Tools
  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. %changelog
  40. * Tue May 4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-1
  41. - new upstream release
  42. - removed BR: popt-devel
  43. * Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15-2
  44. - spec in utf-8
  45. * Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.15-1vl5
  46. - new upstream release
  47. * Sun Jan 6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.14-0vl1
  48. - new upstream release
  49. - added %doc files
  50. * Mon Jul 23 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.13-0vl1
  51. - new upstream release
  52. * Sun Aug 20 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.10-0vl2
  53. - add BuildRequires: emacsen
  54. * Mon Nov 22 2004 Tomoya TAKA <taka@vinelinux.org> 0.10-0vl1
  55. - new upstream release
  56. * Mon Jun 21 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6-0vl1
  57. - new upstream release
  58. * Mon Jun 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.20030616-0vl1
  59. - update from cvs
  60. * Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3-3vl1
  61. - build for Vine Linux
  62. * Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
  63. - fix more error messages
  64. * Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
  65. - remove old symlinks before creating new ones, chills out
  66. a lot of error messages
  67. * Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
  68. - version 0.3
  69. * Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
  70. - 0.2.95 cvs snap, should fix OnlyShowIn
  71. * Mon Jul 22 2002 Havoc Pennington <hp@redhat.com>
  72. - 0.2.94 cvs snap, adds --print-available
  73. * Tue Jul 9 2002 Havoc Pennington <hp@redhat.com>
  74. - 0.2.93 cvs snap with a crash fixed, and corrects [KDE Desktop Entry]
  75. * Fri Jun 21 2002 Havoc Pennington <hp@redhat.com>
  76. - 0.2.92 cvs snap with --remove-key and checking for OnlyShowIn
  77. and missing trailing semicolons on string lists
  78. * Fri Jun 21 2002 Havoc Pennington <hp@redhat.com>
  79. - 0.2.91 cvs snap with --copy-name-to-generic-name and
  80. --copy-generic-name-to-name
  81. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  82. - 0.2.90 cvs snap with --delete-original fixed
  83. * Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
  84. - rebuild in different environment
  85. * Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
  86. - 0.2
  87. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  88. - automated rebuild
  89. * Thu May 09 2002 Havoc Pennington <hp@redhat.com>
  90. - rebuild in different environment
  91. * Thu May 9 2002 Havoc Pennington <hp@redhat.com>
  92. - initial build