xdg-user-dirs-gtk-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. %define pkg_release 1%{?_dist_release}
  2. Summary: Gnome integration of special directories
  3. Summary(ja): ユーザー用の特別なディレクトリの Gnome への統合
  4. Name: xdg-user-dirs-gtk
  5. Version: 0.8
  6. Release: %{pkg_release}
  7. Source0: http://download.gnome.org/sources/xdg-user-dirs-gtk/%{version}/%{name}-%{version}.tar.bz2
  8. License: GPL+
  9. Group: User Interface/Desktops
  10. URL: http://freedesktop.org/wiki/Software/xdg-user-dirs
  11. Requires: xdg-user-dirs
  12. BuildRequires: gettext, gtk2-devel, pkgconfig, perl-XML-Parser, xdg-user-dirs
  13. BuildRequires: intltool
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. %description
  16. Contains some integration of xdg-user-dirs with the gnome
  17. desktop, including creating default bookmarks and detecting
  18. locale changes.
  19. %description -l ja
  20. このパッケージをインストールすると、xdg-user-dirs を Gnome
  21. デスクトップ環境に統合します。またデフォルトのブックマーク
  22. の作成や言語の設定変更の検出も行なわれるようになります。
  23. %prep
  24. %setup -q
  25. %build
  26. %configure
  27. %{__make} %{?_smp_mflags}
  28. %install
  29. %{__rm} -rf ${RPM_BUILD_ROOT}
  30. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  31. %find_lang %{name}
  32. %clean
  33. rm -rf ${RPM_BUILD_ROOT}
  34. %files -f %{name}.lang
  35. %defattr(-,root,root,-)
  36. %doc NEWS AUTHORS README ChangeLog COPYING
  37. %{_bindir}/*
  38. %config(noreplace) %{_sysconfdir}/xdg/autostart/user-dirs-update-gtk.desktop
  39. %changelog
  40. * Fri Nov 07 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.8-1
  41. - initial build for Vine Linux based on fedora package
  42. * Mon Sep 8 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.8-2
  43. - Require intltool
  44. * Fri Sep 5 2008 Matthias Clasen <mclasen@redhat.com> - 0.8-1
  45. - Update to 0.8
  46. * Tue Aug 12 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.7-2
  47. - Fix license tag.
  48. * Tue Feb 12 2008 Alexander Larsson <alexl@redhat.com> - 0.7-1
  49. - Update to 0.7
  50. - Uncomment missing patches
  51. * Sun Nov 4 2007 Matthias Clasen <mclasen@redhat.com> - 0.6-4
  52. - Correct the URL
  53. * Mon Oct 1 2007 Matthias Clasen <mclasen@redhat.com> - 0.6-2
  54. - Fix the special case for en_US (#307881)
  55. * Tue Aug 21 2007 Alexander Larsson <alexl@redhat.com> - 0.6-1
  56. - Update to 0.6 (new translations)
  57. * Fri Jul 6 2007 Matthias Clasen <mclasen@redhat.com> - 0.5-2
  58. - Make the autostart file work in KDE (#247304)
  59. * Wed Apr 25 2007 <alexl@redhat.com> - 0.5-1
  60. - Update to 0.5
  61. - Fixes silly dialog when no translations (#237384)
  62. * Wed Apr 11 2007 Alexander Larsson <alexl@redhat.com> - 0.4-1
  63. - update to 0.4 (#234512)
  64. * Tue Mar 6 2007 Alexander Larsson <alexl@redhat.com> - 0.3-1
  65. - update to 0.3
  66. - Add xdg-user-dirs buildreq
  67. * Fri Mar 2 2007 Alexander Larsson <alexl@redhat.com> - 0.2-1
  68. - Update to 0.2
  69. * Fri Mar 2 2007 Alexander Larsson <alexl@redhat.com> - 0.1-2
  70. - Add buildrequires
  71. - Mark autostart file as config
  72. * Wed Feb 28 2007 Alexander Larsson <alexl@redhat.com> - 0.1-1
  73. - Initial version