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