packages: gnome-keyring/gnome-keyring.spec - updated BRs/Rs - updated libs/...

qboosh qboosh at pld-linux.org
Sun Oct 23 18:30:16 CEST 2011


Author: qboosh                       Date: Sun Oct 23 16:30:16 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated BRs/Rs
- updated libs/devel/static/apidocs descriptions (now libgck+libgcr, not libgnome-keyring)

---- Files affected:
packages/gnome-keyring:
   gnome-keyring.spec (1.90 -> 1.91) 

---- Diffs:

================================================================
Index: packages/gnome-keyring/gnome-keyring.spec
diff -u packages/gnome-keyring/gnome-keyring.spec:1.90 packages/gnome-keyring/gnome-keyring.spec:1.91
--- packages/gnome-keyring/gnome-keyring.spec:1.90	Tue Oct 18 21:14:54 2011
+++ packages/gnome-keyring/gnome-keyring.spec	Sun Oct 23 18:30:11 2011
@@ -1,6 +1,10 @@
 # $Revision$, $Date$
 # TODO
 #  Aug 14 13:19:00 haarber gnome-keyring-daemon[6524]: couldn't list keyrings at: /etc/certs: Error opening directory '/etc/certs': Permission denied
+#
+# Conditional build:
+%bcond_with	p11_tests	# PKCS#11 tests
+#
 Summary:	Keep passwords and other user's secrets
 Summary(pl.UTF-8):	Przechowywanie haseł i innych tajnych danych użytkowników
 Name:		gnome-keyring
@@ -11,7 +15,7 @@
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/3.2/%{name}-%{version}.tar.xz
 # Source0-md5:	ec1abc290c7a04415c6ad7675ba5de0c
 URL:		http://live.gnome.org/GnomeKeyring
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
 BuildRequires:	cairo-devel
 BuildRequires:	dbus-devel >= 1.2.0
@@ -23,9 +27,11 @@
 BuildRequires:	intltool >= 0.40.0
 BuildRequires:	libcap-ng-devel
 BuildRequires:	libgcrypt-devel >= 1.2.2
+BuildRequires:	libselinux-devel
 BuildRequires:	libtasn1-devel >= 0.3.4
 BuildRequires:	libtool
 BuildRequires:	p11-kit-devel >= 0.6
+%{?with_p11_tests:BuildRequires:	p11-tests-devel >= 0.1}
 BuildRequires:	pam-devel
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.592
@@ -50,72 +56,77 @@
 users. It is run as a daemon in the session, similar to ssh-agent, and
 other applications can locate it by an environment variable.
 
-The library libgnome-keyring is used by applications to integrate with
-the GNOME keyring system.
-
 %description -l pl.UTF-8
 GNOME Keyring to program do przechowywania haseł i innych tajnych
 danych użytkowników. Działa jako demon w sesji, podobnie do
 ssh-agenta, a inne aplikacje mogą znaleźć go poprzez zmienną
 środowiskową.
 
-Biblioteka libgnome-keyring jest używana przez aplikacje do integracji
-z systemem kluczy GNOME.
-
 %package libs
-Summary:	GNOME keyring library
-Summary(pl.UTF-8):	Biblioteka GNOME keyring
+Summary:	GNOME keyring support libraries
+Summary(pl.UTF-8):	Biblioteki wspomagające GNOME keyring
 License:	LGPL v2+
 Group:		X11/Libraries
+Requires:	dbus-libs >= 1.2.0
+Requires:	glib2 >= 1:2.26.0
+Requires:	libgcrypt >= 1.2.2
+Requires:	p11-kit >= 0.6
 
 %description libs
-GNOME keyring library.
+GNOME keyring support libraries:
+- gck: GObject bindings for PKCS#11
+- gcr: GObject and GUI library for high level crypto parsing and
+  display
 
 %description libs -l pl.UTF-8
-Biblioteka GNOME keyring.
+Biblioteki wspomagające GNOME keyring:
+- gck: wiązania GObject do PKCS#11
+- gcr: biblioteka GObject i GUI do wysokopoziomowej analizy i
+  wyświetlania danych związanych z kryptografią.
 
 %package devel
-Summary:	Headers for GNOME keyring library
-Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki GNOME keyring
+Summary:	Headers for GNOME keyring support libraries
+Summary(pl.UTF-8):	Pliki nagłówkowe bibliotek wspomagających GNOME keyring
 License:	LGPL v2+
 Group:		X11/Development/Libraries
 Requires:	%{name}-libs = %{version}-%{release}
 Requires:	dbus-devel >= 1.2.0
 Requires:	glib2-devel >= 1:2.26.0
 Requires:	gtk+3-devel >= 3.0.0
-Requires:	libtasn1-devel >= 0.3.4
+Requires:	libgcrypt-devel >= 1.2.2
+Requires:	p11-kit-devel >= 0.6
 
 %description devel
-Headers for GNOME keyring library.
+Headers for GNOME keyring support libraries (gck and gcr).
 
 %description devel -l pl.UTF-8
-Pliki nagłówkowe biblioteki GNOME keyring.
+Pliki nagłówkowe bibliotek wspomagających GNOME keyring (gck i gcr).
 
 %package static
-Summary:	Static GNOME keyring libraries
-Summary(pl.UTF-8):	Statyczne biblioteki GNOME keyring
+Summary:	Static GNOME keyring support libraries
+Summary(pl.UTF-8):	Statyczne biblioteki wspomagające GNOME keyring
 License:	LGPL v2+
 Group:		X11/Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
-Static versions of GNOME keyring libraries.
+Static GNOME keyring support libraries (gck and gcr).
 
 %description static -l pl.UTF-8
-Statyczne biblioteki GNOME keyring.
+Statyczne biblioteki wspomagające GNOME keyring (gck i gcr).
 
 %package apidocs
-Summary:	GNOME keyring API documentation
-Summary(pl.UTF-8):	Dokumentacja API GNOME keyring
+Summary:	GNOME keyring (gck and gcr) API documentation
+Summary(pl.UTF-8):	Dokumentacja API GNOME keyring (gck i gcr)
 License:	LGPL v2+
 Group:		Documentation
 Requires:	gtk-doc-common
 
 %description apidocs
-GNOME keyring API documentation.
+GNOME keyring (gck and gcr) API documentation.
 
 %description apidocs -l pl.UTF-8
-Dokumentacja API GNOME keyring.
+Dokumentacja API GNOME keyring (gck i gcr).
 
 %package -n pam-pam_gnome_keyring
 Summary:	A PAM module for unlocking keyrings at login time
@@ -147,6 +158,7 @@
 %{__automake}
 %configure \
 	--disable-silent-rules \
+	%{!?with_p11_tests:--disable-p11-tests} \
 	--disable-tests \
 	--enable-gtk-doc \
 	--enable-static \
@@ -255,6 +267,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.91  2011/10/23 16:30:11  qboosh
+- updated BRs/Rs
+- updated libs/devel/static/apidocs descriptions (now libgck+libgcr, not libgnome-keyring)
+
 Revision 1.90  2011/10/18 19:14:54  kiesiu
 - updated to 3.2.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-keyring/gnome-keyring.spec?r1=1.90&r2=1.91&f=u



More information about the pld-cvs-commit mailing list