[packages/libmatekeyring] - pl - don't hide autotools invocation behind autogen.sh, added necessary BRs

qboosh qboosh at pld-linux.org
Fri Dec 13 20:44:45 CET 2013


commit c60a89c2dcb163bbe94796d32d92d9154210867b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Dec 13 20:46:22 2013 +0100

    - pl
    - don't hide autotools invocation behind autogen.sh, added necessary BRs

 libmatekeyring.spec | 57 +++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 42 insertions(+), 15 deletions(-)
---
diff --git a/libmatekeyring.spec b/libmatekeyring.spec
index 8397031..c085241 100644
--- a/libmatekeyring.spec
+++ b/libmatekeyring.spec
@@ -3,6 +3,7 @@
 %bcond_without	apidocs		# do not build and package API docs
 
 Summary:	Framework for managing passwords and other secrets
+Summary(pl.UTF-8):	Szkielet do zarządzania hasłami i innymi tajnymi danymi
 Name:		libmatekeyring
 Version:	1.6.0
 Release:	1
@@ -11,31 +12,51 @@ Group:		Libraries
 Source0:	http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
 # Source0-md5:	f2f5408aca0cc0f9b914f3a910fcb5c8
 URL:		http://wiki.mate-desktop.org/libmatekeyring
-BuildRequires:	dbus-devel
-BuildRequires:	glib2-devel >= 2.16.0
-BuildRequires:	gtk-doc
+BuildRequires:	autoconf >= 2.53
+BuildRequires:	automake >= 1:1.9
+BuildRequires:	dbus-devel >= 1.0
+BuildRequires:	gettext-devel >= 0.10.40
+BuildRequires:	glib2-devel >= 1:2.16.0
+BuildRequires:	gtk-doc >= 1.9
 BuildRequires:	intltool >= 0.35.0
-BuildRequires:	libgcrypt-devel
+BuildRequires:	libgcrypt-devel >= 1.2.2
+BuildRequires:	libtool >= 1:1.4.3
 BuildRequires:	mate-common
+BuildRequires:	pkgconfig >= 1:0.14.0
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	xz
+Requires:	dbus-libs >= 1.0
+Requires:	glib2 >= 1:2.16.0
+Requires:	libgcrypt >= 1.2.2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-libmatekeyring is a program that keep password and other secrets for
-users. The library libmatekeyring is used by applications to integrate
-with the libmatekeyring system.
+mate-keyring is a program that keep password and other secrets for
+users. The library libmate-keyring is used by applications to
+integrate with the MATE keyring system. libmatekeyring is a fork of
+libgnomekeyring.
+
+%description -l pl.UTF-8
+mate-keyring to program przechowujący hasła oraz inne tajne dane
+użytkowników. Biblioteka libmate-keyring jest używana przez aplikacje
+do integracji z systemem kluczy MATE. libmatekeyring to odgałęzienie
+libgnomekeyring.
 
 %package devel
 Summary:	Development files for libmate-keyring
+Summary(pl.UTF-8):	Pliki programistyczne biblioteki libmate-keyring
 License:	LGPL v2+
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	glib2-devel
+Requires:	glib2-devel >= 1:2.16.0
 
 %description devel
-The libmatekeyring-devel package contains the libraries and header
-files needed to develop applications that use libmate-keyring.
+The libmatekeyring-devel package contains the header files needed to
+develop applications that use libmate-keyring.
+
+%description devel -l pl.UTF-8
+Ten pakiet zawiera pliki nagłówkowe niezbędne przy tworzeniu aplikacji
+wykorzystujących bibliotekę libmate-keyring.
 
 %package apidocs
 Summary:	libmate-keyring library API documentation
@@ -53,7 +74,13 @@ Dokumentacja API biblioteki libmate-keyring.
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh
+%{__intltoolize}
+%{__gtkdocize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	--disable-silent-rules \
 	--disable-gtk-doc \
@@ -78,15 +105,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/libmate-keyring.so.*.*.*
-%ghost %{_libdir}/libmate-keyring.so.1
+%attr(755,root,root) %ghost %{_libdir}/libmate-keyring.so.1
 
 %files devel
 %defattr(644,root,root,755)
-%{_libdir}/libmate-keyring.so
-%{_pkgconfigdir}/mate-keyring-1.pc
+%attr(755,root,root) %{_libdir}/libmate-keyring.so
 %{_includedir}/mate-keyring-1
+%{_pkgconfigdir}/mate-keyring-1.pc
 
 %files apidocs
 %defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libmatekeyring.git/commitdiff/c60a89c2dcb163bbe94796d32d92d9154210867b



More information about the pld-cvs-commit mailing list