gnome-backgrounds/gnome-backgrounds.spec

116 lines
3.2 KiB
RPMSpec
Raw Normal View History

2005-02-02 19:01:33 +00:00
Summary: Desktop backgrounds packaged with the GNOME desktop
Name: gnome-backgrounds
2009-03-17 19:02:18 +00:00
Version: 2.24.1
Release: 1%{?dist}
2007-08-07 05:56:00 +00:00
License: GPLv2
2005-02-02 19:01:33 +00:00
Group: Applications/Multimedia
URL: http://www.gnome.org
2008-09-23 15:04:28 +00:00
Source0: http://download.gnome.org/sources/gnome-backgrounds/2.24/%{name}-%{version}.tar.bz2
2007-06-17 05:39:02 +00:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2006-06-09 15:24:16 +00:00
BuildArch: noarch
2008-07-22 23:15:19 +00:00
BuildRequires: intltool
2006-06-09 15:24:16 +00:00
BuildRequires: gettext
2007-06-17 05:39:02 +00:00
# for /usr/share/backgrounds
Requires: desktop-backgrounds-basic
2005-02-02 19:01:33 +00:00
2008-03-10 04:31:41 +00:00
Patch0: gnome-backgrounds-paths.patch
2005-02-02 19:01:33 +00:00
%description
The gnome-backgrounds package contains images and tiles
2009-03-17 19:02:18 +00:00
to use for your desktop background which are packaged
2005-02-02 19:01:33 +00:00
with the GNOME desktop.
%prep
%setup -q
%patch0 -p1 -b .paths
%build
%configure
make
2009-03-17 19:02:18 +00:00
%install
2005-02-02 19:01:33 +00:00
rm -rf $RPM_BUILD_ROOT
2006-03-13 21:07:47 +00:00
make install DESTDIR=$RPM_BUILD_ROOT
2005-02-02 19:01:33 +00:00
mkdir -p $RPM_BUILD_ROOT%{_datadir}/backgrounds/images
2008-07-22 22:47:55 +00:00
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/gnome/abstract $RPM_BUILD_ROOT%{_datadir}/backgrounds
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/gnome/nature $RPM_BUILD_ROOT%{_datadir}/backgrounds
2005-02-02 19:01:33 +00:00
2008-10-10 17:21:54 +00:00
# all translations are merged back into xml by intltool
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
2005-02-02 19:01:33 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
2009-03-17 19:02:18 +00:00
%files
2005-02-02 19:01:33 +00:00
%defattr(-,root,root,-)
2008-10-28 14:22:32 +00:00
%doc COPYING NEWS README AUTHORS
2005-02-02 19:01:33 +00:00
%{_datadir}/gnome-background-properties
2007-06-17 05:39:02 +00:00
%{_datadir}/backgrounds/*
2005-02-02 19:01:33 +00:00
%changelog
2009-03-17 19:02:18 +00:00
* Tue Mar 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
- Update to 2.24.1
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2008-10-28 14:22:32 +00:00
* Tue Oct 28 2008 Lennart Poettering <lpoetter@redhat.com> - 2.24.0-3
- Include AUTHORS file in package
2008-10-10 17:21:54 +00:00
* Fri Oct 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
- Don't ship unneeded translations
2008-09-23 15:04:28 +00:00
* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
- Update to 2.24.0
2008-09-08 23:20:21 +00:00
* Mon Sep 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
- Update to 2.23.92
2008-09-03 01:57:41 +00:00
* Tue Sep 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
- Update to 2.23.91
2008-08-22 17:38:42 +00:00
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
- Update to 2.23.90
2008-07-22 22:47:55 +00:00
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.0-1
- Update to 2.23.0
2008-03-10 04:21:48 +00:00
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
- Update to 2.22.0
2007-09-18 03:34:22 +00:00
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
- Update to 2.20.0
2007-08-15 23:44:09 +00:00
* Wed Aug 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.3-2
- Small fixes from package review
2007-08-07 05:56:00 +00:00
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.3-1
- Update to 2.18.3
- Update the license field
2007-06-17 05:39:02 +00:00
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.16.2-1
- Update to 2.16.2
- Require desktop-backgrounds-basic for directory ownership
2006-10-22 00:20:15 +00:00
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
- Update to 2.16.1
2006-08-22 01:06:37 +00:00
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
- Update to 2.15.92
2006-06-09 15:24:16 +00:00
* Fri Jun 9 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.2.1-3
- Add missing BuildRequires
2006-06-01 05:32:16 +00:00
* Thu Jun 1 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.2.1-2
- Update to 2.14.2.1
2006-05-30 19:34:09 +00:00
2006-03-13 21:07:47 +00:00
* Mon Mar 13 2005 Ray Strode <rstrode@redhat.com> - 2.14.0-1
- Update to 2.14.0
2005-02-02 19:01:33 +00:00
* Mon Jan 31 2005 Matthias Clasen <mclasen@redhat.com> - 2.9.90-1
- Initial build.