]> git.pld-linux.org Git - packages/gnome-backgrounds.git/blobdiff - gnome-backgrounds.spec
- updated to 3.18.0
[packages/gnome-backgrounds.git] / gnome-backgrounds.spec
index 76ae613e4024d0f065a0e090145cc1824e9fe324..ddf383535409ae6da64c33b844d3b3bd04ddb463 100644 (file)
@@ -1,27 +1,42 @@
 Summary:       Set of backgrounds for GNOME desktop
-Summary(pl):   Zestaw tapet dla ¶rodowiska GNOME
+Summary(pl.UTF-8):     Zestaw tapet dla środowiska GNOME
 Name:          gnome-backgrounds
-Version:       2.10.1
+Version:       3.18.0
 Release:       1
 License:       GPL v2
 Group:         Themes
-Source0:       http://ftp.gnome.org/pub/gnome/sources/gnome-backgrounds/2.10/%{name}-%{version}.tar.bz2
-# Source0-md5: 2a4ec2862c6a1a2bf3ad330c830edae4
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-backgrounds/3.18/%{name}-%{version}.tar.xz
+# Source0-md5: bdeed6923c9b929e8794f1f1183c4fa4
 URL:           http://www.gnome.org/
-BuildRequires: intltool >= 0.33
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake >= 1:1.11
+BuildRequires: gettext-tools
+BuildRequires: glib2-devel
+BuildRequires: intltool >= 0.40.0
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+# sr@Latn vs. sr@latin
+Conflicts:     glibc-misc < 6:2.7
+Conflicts:     gtk2-theme-engine-adwaita < 3.14
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Set of backgrounds for GNOME desktop.
 
-%description -l pl
-Zestaw tapet dla rodowiska GNOME.
+%description -l pl.UTF-8
+Zestaw tapet dla środowiska GNOME.
 
 %prep
 %setup -q
 
 %build
-%configure
+%{__intltoolize}
+%{__aclocal}
+%{__automake}
+%{__autoconf}
+%configure \
+       --disable-silent-rules
 %{__make}
 
 %install
@@ -30,8 +45,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
-
 %find_lang %{name}
 
 %clean
@@ -39,6 +52,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog MAINTAINERS NEWS README
 %{_datadir}/gnome-background-properties
-%{_pixmapsdir}/backgrounds
+%{_datadir}/backgrounds/gnome
This page took 0.114224 seconds and 4 git commands to generate.