1 |
Summary: Desktop backgrounds packaged with the GNOME desktop |
2 |
Name: gnome-backgrounds |
3 |
Version: 3.1.2 |
4 |
Release: %mkrel 1 |
5 |
License: GPLv2 |
6 |
Group: Graphical desktop/GNOME |
7 |
URL: http://www.gnome.org |
8 |
#VCS: git:git://git.gnome.org/gnome-backgrounds |
9 |
Source0: http://download.gnome.org/sources/gnome-backgrounds/3.0/%{name}-%{version}.tar.xz |
10 |
BuildArch: noarch |
11 |
BuildRequires: intltool |
12 |
BuildRequires: gettext |
13 |
|
14 |
%description |
15 |
The gnome-backgrounds package contains images and tiles |
16 |
to use for your desktop background which are packaged |
17 |
with the GNOME desktop. |
18 |
|
19 |
%prep |
20 |
%setup -q |
21 |
|
22 |
%build |
23 |
%configure |
24 |
%make |
25 |
|
26 |
%install |
27 |
%makeinstall_std |
28 |
|
29 |
mkdir -p $RPM_BUILD_ROOT%{_datadir}/backgrounds/images |
30 |
|
31 |
# all translations are merged back into xml by intltool |
32 |
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale |
33 |
|
34 |
%files |
35 |
%doc COPYING NEWS README AUTHORS |
36 |
%{_datadir}/gnome-background-properties |
37 |
%{_datadir}/backgrounds/* |
38 |
|