source: projects/specs/branches/6/x/xdg-user-dirs-gtk/xdg-user-dirs-gtk-vl.spec @ 3545

Revision 3545, 3.0 KB checked in by daisuke, 13 years ago (diff)

xdg-user-dirs-gtk: rebuild for Vine6

Line 
1Summary:        Gnome integration of special directories
2Summary(ja):    ユーザー用の特別なディレクトリの Gnome への統合
3Name:           xdg-user-dirs-gtk
4Version:        0.8
5Release:        2%{?_dist_release}
6Source0:        http://download.gnome.org/sources/xdg-user-dirs-gtk/%{version}/%{name}-%{version}.tar.bz2
7License:        GPL+
8Group:          User Interface/Desktops
9URL:            http://freedesktop.org/wiki/Software/xdg-user-dirs
10
11Requires:       xdg-user-dirs
12BuildRequires:  gettext, gtk2-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* Mon Apr 18 2011 Daisuke SUZUKI <daisuke@linux.or.jp>  0.8-2
56- rebuild for Vine 6
57
58* Fri Nov 07 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.8-1
59- initial build for Vine Linux based on fedora package
60
61* Mon Sep  8 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.8-2
62- Require intltool
63
64* Fri Sep  5 2008 Matthias Clasen  <mclasen@redhat.com> - 0.8-1
65- Update to 0.8
66 
67* Tue Aug 12 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.7-2
68- Fix license tag.
69
70* Tue Feb 12 2008 Alexander Larsson <alexl@redhat.com> - 0.7-1
71- Update to 0.7
72- Uncomment missing patches
73
74* Sun Nov  4 2007 Matthias Clasen <mclasen@redhat.com> - 0.6-4
75- Correct the URL
76
77* Mon Oct  1 2007 Matthias Clasen <mclasen@redhat.com> - 0.6-2
78- Fix the special case for en_US  (#307881)
79
80* Tue Aug 21 2007 Alexander Larsson <alexl@redhat.com> - 0.6-1
81- Update to 0.6 (new translations)
82
83* Fri Jul  6 2007  Matthias Clasen  <mclasen@redhat.com> - 0.5-2
84- Make the autostart file work in KDE (#247304)
85
86* Wed Apr 25 2007  <alexl@redhat.com> - 0.5-1
87- Update to 0.5
88- Fixes silly dialog when no translations (#237384)
89
90* Wed Apr 11 2007 Alexander Larsson <alexl@redhat.com> - 0.4-1
91- update to 0.4 (#234512)
92
93* Tue Mar  6 2007 Alexander Larsson <alexl@redhat.com> - 0.3-1
94- update to 0.3
95- Add xdg-user-dirs buildreq
96
97* Fri Mar  2 2007 Alexander Larsson <alexl@redhat.com> - 0.2-1
98- Update to 0.2
99
100* Fri Mar  2 2007 Alexander Larsson <alexl@redhat.com> - 0.1-2
101- Add buildrequires
102- Mark autostart file as config
103
104* Wed Feb 28 2007 Alexander Larsson <alexl@redhat.com> - 0.1-1
105- Initial version
106
Note: See TracBrowser for help on using the repository browser.