xdg-user-dirs/xdg-user-dirs.spec

148 lines
4.7 KiB
RPMSpec
Raw Normal View History

2013-06-27 16:51:44 +00:00
%global _changelog_trimtime %(date +%s -d "1 year ago")
Name: xdg-user-dirs
2013-06-27 16:51:44 +00:00
Version: 0.15
Release: 6%{?dist}
Summary: Handles user special directories
Group: User Interface/Desktops
2008-05-05 00:35:04 +00:00
License: GPLv2+ and MIT
2008-03-17 14:26:04 +00:00
URL: http://freedesktop.org/wiki/Software/xdg-user-dirs
2008-05-05 00:35:04 +00:00
Source0: http://user-dirs.freedesktop.org/releases/%{name}-%{version}.tar.gz
Source1: xdg-user-dirs.sh
# use fuzzy translations (for Downloads)
# https://bugzilla.redhat.com/show_bug.cgi?id=532399
Patch0: use-fuzzy.patch
BuildRequires: gettext
2013-06-27 16:51:44 +00:00
BuildRequires: docbook-style-xsl
BuildRequires: libxslt
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
%patch0 -p1 -b .use-fuzzy
%build
%configure
make %{?_smp_mflags}
cd po
touch *.po
make update-gmo
%install
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
%files -f %{name}.lang
2013-06-27 16:51:44 +00:00
%doc NEWS AUTHORS README COPYING
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/xdg/user-dirs.conf
%config(noreplace) %{_sysconfdir}/xdg/user-dirs.defaults
%{_sysconfdir}/X11/xinit/xinitrc.d/*
2013-06-27 16:51:44 +00:00
%{_mandir}/man1/*
%{_mandir}/man5/*
%changelog
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.15-5
- Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-06-27 16:51:44 +00:00
* Thu Jun 27 2013 Matthias Clasen <mclasen@redhat.com> - 0.15-1
- Man pages
- Translation updates
- Trim %%changelog
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-05-03 09:10:55 +00:00
* Tue May 3 2011 Alexander Larsson <alexl@redhat.com> - 0.14-1
- Update to 0.14 (new translations)
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2010-09-30 00:55:14 +00:00
* Wed Sep 29 2010 jkeating - 0.13-2
- Rebuilt for gcc bug 634757
2010-09-13 08:35:04 +00:00
* Mon Sep 13 2010 Alexander Larsson <alexl@redhat.com> - 0.13-1
- Update to 0.13 with new translations
* Wed Mar 24 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.12-1
- Update to 0.12 which only has a few new translations of Downloads
- Use fuzzy translations (for Downloads) (#532399)
- Fix a typo in README
2009-09-25 12:54:36 +00:00
* Fri Sep 25 2009 Alexander Larsson <alexl@redhat.com> - 0.11-1
- Update to 0.11
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2008-05-05 00:35:04 +00:00
* Sun May 4 2008 Matthias Clasen <mclasen@redhat.com> - 0.10-3
- Fix source url again
- Fix license tag
2008-03-17 14:26:04 +00:00
* Mon Mar 17 2008 Matthias Clasen <mclasen@redhat.com> - 0.10-2
- Fix Source URL
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.
* 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
* 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