2007-03-02 14:31:25 +00:00
|
|
|
Name: xdg-user-dirs
|
2008-02-12 13:32:56 +00:00
|
|
|
Version: 0.10
|
2007-08-21 11:43:46 +00:00
|
|
|
Release: 1%{?dist}
|
2007-03-02 14:31:25 +00:00
|
|
|
Summary: Handles user special directories
|
|
|
|
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
License: GPL
|
|
|
|
URL: http://freedesktop.org/wiki/Software_2fxdg_2duser_2ddirs
|
|
|
|
Source0: http://www.gnome.org/~alexl/%{name}-%{version}.tar.gz
|
|
|
|
Source1: xdg-user-dirs.sh
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
Requires: %{_sysconfdir}/X11/xinit/xinitrc.d
|
|
|
|
|
|
|
|
%description
|
|
|
|
Contains xdg-user-dirs-update that updates folders in a users
|
|
|
|
homedirectory based on the defaults configured by the administrator.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d
|
|
|
|
install -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d
|
|
|
|
|
|
|
|
%find_lang %name
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc NEWS AUTHORS README ChangeLog COPYING
|
|
|
|
%{_bindir}/*
|
|
|
|
%config(noreplace) %{_sysconfdir}/xdg/user-dirs.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/xdg/user-dirs.defaults
|
|
|
|
%{_sysconfdir}/X11/xinit/xinitrc.d/*
|
|
|
|
|
|
|
|
%changelog
|
2008-02-12 13:32:56 +00:00
|
|
|
* Tue Feb 12 2008 Alexander Larsson <alexl@redhat.com> - 0.10-1
|
|
|
|
- Update to 0.10 (new translations)
|
|
|
|
|
2007-08-21 11:43:46 +00:00
|
|
|
* Tue Aug 21 2007 Alexander Larsson <alexl@redhat.com> - 0.9-1
|
|
|
|
- Update to 0.9 (new translations)
|
|
|
|
|
2007-05-29 19:58:46 +00:00
|
|
|
* Tue May 29 2007 Matthias Clasen <mclasen@redhat.com> - 0.8-2
|
|
|
|
- Fix a possible crash.
|
|
|
|
|
2007-05-16 08:20:19 +00:00
|
|
|
* Wed May 16 2007 <alexl@redhat.com> - 0.8-1
|
|
|
|
- Update to 0.8, (only) fixing bug that always recreated deleted directories (#240139)
|
|
|
|
|
2007-04-11 13:16:06 +00:00
|
|
|
* Wed Apr 11 2007 Alexander Larsson <alexl@redhat.com> - 0.6-1
|
|
|
|
- Update to 0.6 (minor fixes)
|
|
|
|
|
2007-03-26 07:29:15 +00:00
|
|
|
* Mon Mar 26 2007 Alexander Larsson <alexl@redhat.com> - 0.5-1
|
|
|
|
- update to 0.5 (more translations)
|
|
|
|
|
2007-03-07 09:05:21 +00:00
|
|
|
* Wed Mar 7 2007 Alexander Larsson <alexl@redhat.com> - 0.4-1
|
|
|
|
- Update to 0.4
|
|
|
|
|
2007-03-02 14:31:25 +00:00
|
|
|
* Thu Mar 1 2007 Alexander Larsson <alexl@redhat.com> - 0.3-1
|
|
|
|
- Update to 0.3
|
|
|
|
|
|
|
|
* Fri Feb 23 2007 Alexander Larsson <alexl@redhat.com> - 0.2-1
|
|
|
|
- initial version
|