[packages/mate-backgrounds] - pl, don't hide autotools invocation behind autogen.sh
qboosh
qboosh at pld-linux.org
Thu Dec 19 22:58:39 CET 2013
commit b9989ada47abe73be95dacff05c39e3cf274234f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Dec 19 22:58:39 2013 +0100
- pl, don't hide autotools invocation behind autogen.sh
mate-backgrounds.spec | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/mate-backgrounds.spec b/mate-backgrounds.spec
index a6212c6..b1da8c8 100644
--- a/mate-backgrounds.spec
+++ b/mate-backgrounds.spec
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mate-backgrounds.git/commitdiff/b9989ada47abe73be95dacff05c39e3cf274234f
More information about the pld-cvs-commit
mailing list