]> git.pld-linux.org Git - packages/gnome-backgrounds.git/blob - gnome-backgrounds.spec
- updated to 2.20.0
[packages/gnome-backgrounds.git] / gnome-backgrounds.spec
1 Summary:        Set of backgrounds for GNOME desktop
2 Summary(pl.UTF-8):      Zestaw tapet dla środowiska GNOME
3 Name:           gnome-backgrounds
4 Version:        2.20.0
5 Release:        1
6 License:        GPL v2
7 Group:          Themes
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-backgrounds/2.20/%{name}-%{version}.tar.bz2
9 # Source0-md5:  391c0c64407c5bd2a52207b0298beac4
10 URL:            http://www.gnome.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  intltool >= 0.36.2
14 Requires:       libgnome >= 2.20.0
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Set of backgrounds for GNOME desktop.
20
21 %description -l pl.UTF-8
22 Zestaw tapet dla środowiska GNOME.
23
24 %prep
25 %setup -q
26
27 %build
28 %{__intltoolize}
29 %{__aclocal}
30 %{__automake}
31 %{__autoconf}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 %find_lang %{name}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files -f %{name}.lang
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog NEWS README
49 %{_datadir}/gnome-background-properties/*.xml
50 %{_pixmapsdir}/backgrounds/gnome/*
This page took 0.102365 seconds and 3 git commands to generate.