]> git.pld-linux.org Git - packages/gnome-backgrounds.git/blob - gnome-backgrounds.spec
- up to 2.16.2
[packages/gnome-backgrounds.git] / gnome-backgrounds.spec
1 Summary:        Set of backgrounds for GNOME desktop
2 Summary(pl):    Zestaw tapet dla ¶rodowiska GNOME
3 Name:           gnome-backgrounds
4 Version:        2.16.2
5 Release:        1
6 License:        GPL v2
7 Group:          Themes
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/gnome-backgrounds/2.16/%{name}-%{version}.tar.bz2
9 # Source0-md5:  765c19d28d39483769687691941129c9
10 URL:            http://www.gnome.org/
11 BuildRequires:  intltool >= 0.35.0
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Set of backgrounds for GNOME desktop.
16
17 %description -l pl
18 Zestaw tapet dla ¶rodowiska GNOME.
19
20 %prep
21 %setup -q
22
23 %build
24 %configure
25 %{__make}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29
30 %{__make} install \
31         DESTDIR=$RPM_BUILD_ROOT
32
33 %find_lang %{name}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files -f %{name}.lang
39 %defattr(644,root,root,755)
40 %doc AUTHORS ChangeLog NEWS README
41 %{_datadir}/gnome-background-properties
42 %{_pixmapsdir}/backgrounds
This page took 0.249553 seconds and 4 git commands to generate.