2007-03-05 10:10:06 +00:00
|
|
|
Name: xdg-user-dirs-gtk
|
2008-02-12 14:04:43 +00:00
|
|
|
Version: 0.7
|
2008-08-12 14:03:55 +00:00
|
|
|
Release: 2%{?dist}
|
2007-03-05 10:10:06 +00:00
|
|
|
Summary: Gnome integration of special directories
|
|
|
|
|
|
|
|
Group: User Interface/Desktops
|
2008-08-12 14:03:55 +00:00
|
|
|
License: GPL+
|
2007-11-05 04:40:46 +00:00
|
|
|
URL: http://freedesktop.org/wiki/Software/xdg-user-dirs
|
2008-02-12 14:04:43 +00:00
|
|
|
Source0: http://download.gnome.org/sources/xdg-user-dirs-gtk/%{version}/%{name}-%{version}.tar.bz2
|
2007-07-09 20:01:58 +00:00
|
|
|
Patch0: kde.patch
|
2008-02-12 14:04:43 +00:00
|
|
|
# Where is these patches, not in cvs? /Alex
|
|
|
|
#Patch2: polish.patch
|
|
|
|
#Patch3: content-hint.patch
|
2007-03-05 10:10:06 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2007-03-06 14:03:01 +00:00
|
|
|
BuildRequires: gettext, gtk2-devel, pkgconfig, perl-XML-Parser, xdg-user-dirs
|
2007-03-05 10:10:06 +00:00
|
|
|
Requires: xdg-user-dirs
|
|
|
|
|
|
|
|
%description
|
|
|
|
Contains some integration of xdg-user-dirs with the gnome
|
|
|
|
desktop, including creating default bookmarks and detecting
|
|
|
|
locale changes.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2007-07-09 20:01:58 +00:00
|
|
|
%patch0 -p1 -b .kde
|
2008-02-12 14:04:43 +00:00
|
|
|
#%patch2 -p1 -b .polish
|
|
|
|
#%patch3 -p1 -b .content-hint
|
2007-03-05 10:10:06 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
2007-03-06 14:03:01 +00:00
|
|
|
%find_lang %name
|
|
|
|
|
2007-03-05 10:10:06 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2007-03-06 14:03:01 +00:00
|
|
|
%files -f %{name}.lang
|
2007-03-05 10:10:06 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc NEWS AUTHORS README ChangeLog COPYING
|
|
|
|
%{_bindir}/*
|
|
|
|
%config(noreplace) %{_sysconfdir}/xdg/autostart/user-dirs-update-gtk.desktop
|
|
|
|
|
|
|
|
%changelog
|
2008-08-12 14:03:55 +00:00
|
|
|
* Tue Aug 12 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.7-2
|
|
|
|
- Fix license tag.
|
|
|
|
|
2008-02-12 14:04:43 +00:00
|
|
|
* Tue Feb 12 2008 Alexander Larsson <alexl@redhat.com> - 0.7-1
|
|
|
|
- Update to 0.7
|
|
|
|
- Uncomment missing patches
|
|
|
|
|
2007-11-05 04:40:46 +00:00
|
|
|
* Sun Nov 4 2007 Matthias Clasen <mclasen@redhat.com> - 0.6-4
|
|
|
|
- Correct the URL
|
|
|
|
|
2007-10-01 17:12:32 +00:00
|
|
|
* Mon Oct 1 2007 Matthias Clasen <mclasen@redhat.com> - 0.6-2
|
|
|
|
- Fix the special case for en_US (#307881)
|
|
|
|
|
2007-08-21 11:57:08 +00:00
|
|
|
* Tue Aug 21 2007 Alexander Larsson <alexl@redhat.com> - 0.6-1
|
|
|
|
- Update to 0.6 (new translations)
|
|
|
|
|
2007-07-09 20:01:58 +00:00
|
|
|
* Fri Jul 6 2007 Matthias Clasen <mclasen@redhat.com> - 0.5-2
|
|
|
|
- Make the autostart file work in KDE (#247304)
|
|
|
|
|
2007-04-25 13:33:17 +00:00
|
|
|
* Wed Apr 25 2007 <alexl@redhat.com> - 0.5-1
|
|
|
|
- Update to 0.5
|
|
|
|
- Fixes silly dialog when no translations (#237384)
|
|
|
|
|
2007-04-11 13:59:42 +00:00
|
|
|
* Wed Apr 11 2007 Alexander Larsson <alexl@redhat.com> - 0.4-1
|
|
|
|
- update to 0.4 (#234512)
|
|
|
|
|
2007-03-06 14:03:01 +00:00
|
|
|
* Tue Mar 6 2007 Alexander Larsson <alexl@redhat.com> - 0.3-1
|
|
|
|
- update to 0.3
|
|
|
|
- Add xdg-user-dirs buildreq
|
|
|
|
|
2007-03-05 10:10:06 +00:00
|
|
|
* Fri Mar 2 2007 Alexander Larsson <alexl@redhat.com> - 0.2-1
|
|
|
|
- Update to 0.2
|
|
|
|
|
|
|
|
* Fri Mar 2 2007 Alexander Larsson <alexl@redhat.com> - 0.1-2
|
|
|
|
- Add buildrequires
|
|
|
|
- Mark autostart file as config
|
|
|
|
|
|
|
|
* Wed Feb 28 2007 Alexander Larsson <alexl@redhat.com> - 0.1-1
|
|
|
|
- Initial version
|
|
|
|
|