]> git.pld-linux.org Git - packages/mate-backgrounds.git/commitdiff
- pl, don't hide autotools invocation behind autogen.sh
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 19 Dec 2013 21:58:39 +0000 (22:58 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 19 Dec 2013 21:58:39 +0000 (22:58 +0100)
mate-backgrounds.spec

index a6212c622720c56d410401cc324060834bc269c5..b1da8c89664001791be77596c77820e00487356e 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       MATE Desktop backgrounds
+Summary(pl.UTF-8):     Tła dla środowiska MATE Desktop
 Name:          mate-backgrounds
 Version:       1.6.0
 Release:       1
@@ -7,6 +8,10 @@ Group:         Themes
 Source0:       http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
 # Source0-md5: b05ee6b9ef8faecb3fe95140526569cb
 URL:           http://mate-desktop.org/
+BuildRequires: autoconf
+BuildRequires: automake >= 1:1.9
+BuildRequires: gettext-devel
+BuildRequires: intltool >= 0.35.0
 BuildRequires: mate-common
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
@@ -14,13 +19,21 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Backgrounds for MATE Desktop.
+Background images and data for MATE Desktop. The MATE backgrounds are
+a fork of GNOME backgrounds.
+
+%description -l pl.UTF-8
+Obrazy i dane teł dla środowiska MATE Desktop. MATE backgrounds to
+odgałęzienie GNOME backgrounds.
 
 %prep
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh
+%{__intltoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
        --disable-silent-rules
 %{__make}
@@ -38,6 +51,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING README
+%doc AUTHORS ChangeLog NEWS README
 %{_datadir}/mate-background-properties
 %{_datadir}/backgrounds/mate
This page took 0.091926 seconds and 4 git commands to generate.