desktop-file-utils-vl.spec 3.3 KB

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