gnome-backgrounds/gnome-backgrounds.spec

66 lines
1.7 KiB
RPMSpec
Raw Normal View History

2005-02-02 19:01:33 +00:00
%define gettext_package gnome-backgrounds
Summary: Desktop backgrounds packaged with the GNOME desktop
Name: gnome-backgrounds
2006-06-01 05:32:16 +00:00
Version: 2.14.2.1
2006-06-09 15:24:16 +00:00
Release: 3
2005-02-02 19:01:33 +00:00
License: GPL
Group: Applications/Multimedia
URL: http://www.gnome.org
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
2006-06-09 15:24:16 +00:00
BuildArch: noarch
BuildRequires: gettext
2006-06-09 17:16:34 +00:00
BuildRequires: perl-XML-Parser
2005-02-02 19:01:33 +00:00
2006-03-13 21:07:47 +00:00
Patch0: gnome-backgrounds-2.14.0-paths.patch
2005-02-02 19:01:33 +00:00
%description
The gnome-backgrounds package contains images and tiles
to use for your desktop background which are packaged
with the GNOME desktop.
%prep
%setup -q
%patch0 -p1 -b .paths
%build
%configure
make
%install
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
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/gnome/branded $RPM_BUILD_ROOT%{_datadir}/backgrounds/images
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/gnome/tiles $RPM_BUILD_ROOT%{_datadir}/backgrounds
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/gnome/translucent $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
%find_lang %{gettext_package}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{gettext_package}.lang
%defattr(-,root,root,-)
%doc
%{_datadir}/gnome-background-properties
%{_datadir}/backgrounds
%changelog
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.