source: projects/specs/trunk/x/xdg-user-dirs-gtk/xdg-user-dirs-gtk-vl.spec @ 7444

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