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

Revision 521, 2.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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