]> git.pld-linux.org Git - packages/gnome-backgrounds.git/blob - gnome-backgrounds.spec
- updated to 2.22.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.22.0
5 Release:        1
6 License:        GPL v2
7 Group:          Themes
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-backgrounds/2.22/%{name}-%{version}.tar.bz2
9 # Source0-md5:  1997e020288ea6b91ed460c2c6bfc8d4
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 # sr@Latn vs. sr@latin
16 Conflicts:      glibc-misc < 6:2.7
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Set of backgrounds for GNOME desktop.
22
23 %description -l pl.UTF-8
24 Zestaw tapet dla środowiska GNOME.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__intltoolize}
31 %{__aclocal}
32 %{__automake}
33 %{__autoconf}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 [ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
44         mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
45 %find_lang %{name}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files -f %{name}.lang
51 %defattr(644,root,root,755)
52 %doc AUTHORS ChangeLog NEWS README
53 %{_datadir}/gnome-background-properties/*.xml
54 %{_pixmapsdir}/backgrounds/gnome/*
This page took 0.141354 seconds and 3 git commands to generate.