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

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