packages: gnome-keyring/gnome-keyring.spec - updated to 2.32.0

megabajt megabajt at pld-linux.org
Wed Sep 29 11:15:43 CEST 2010


Author: megabajt                     Date: Wed Sep 29 09:15:43 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 2.32.0

---- Files affected:
packages/gnome-keyring:
   gnome-keyring.spec (1.77 -> 1.78) 

---- Diffs:

================================================================
Index: packages/gnome-keyring/gnome-keyring.spec
diff -u packages/gnome-keyring/gnome-keyring.spec:1.77 packages/gnome-keyring/gnome-keyring.spec:1.78
--- packages/gnome-keyring/gnome-keyring.spec:1.77	Mon Jun 21 17:09:41 2010
+++ packages/gnome-keyring/gnome-keyring.spec	Wed Sep 29 11:15:38 2010
@@ -2,20 +2,20 @@
 Summary:	Keep passwords and other user's secrets
 Summary(pl.UTF-8):	Przechowywanie haseł i innych tajnych danych użytkowników
 Name:		gnome-keyring
-Version:	2.30.3
+Version:	2.32.0
 Release:	1
 License:	LGPL v2+ (library), GPL v2+ (programs)
 Group:		X11/Applications
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/2.30/%{name}-%{version}.tar.bz2
-# Source0-md5:	54cb1835c02a40f27fda73e58da17cc6
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/2.32/%{name}-%{version}.tar.bz2
+# Source0-md5:	636bc21eda9497711edf739570bed369
 URL:		http://live.gnome.org/GnomeKeyring
-BuildRequires:	GConf2-devel >= 2.24.0
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	dbus-devel >= 1.2.0
 BuildRequires:	docbook-dtd412-xml
 BuildRequires:	gettext-devel
-BuildRequires:	gtk+2-devel >= 2:2.18.0
+BuildRequires:	glib2-devel >= 1:2.26.0
+BuildRequires:	gtk+2-devel >= 2:2.20.0
 BuildRequires:	gtk-doc >= 1.9
 BuildRequires:	intltool >= 0.40.0
 BuildRequires:	libgcrypt-devel >= 1.2.2
@@ -25,7 +25,7 @@
 BuildRequires:	pkgconfig
 BuildRequires:	rpmbuild(macros) >= 1.197
 BuildRequires:	sed >= 4.0
-Requires(post,preun):	GConf2
+Requires(post,postun):	glib2 >= 1:2.26.0
 Requires:	dbus >= 1.2.0
 # sr at Latn vs. sr at latin
 Conflicts:	glibc-misc < 6:2.7
@@ -69,7 +69,8 @@
 Group:		X11/Development/Libraries
 Requires:	%{name}-libs = %{version}-%{release}
 Requires:	dbus-devel >= 1.2.0
-Requires:	gtk+2-devel >= 2:2.18.0
+Requires:	glib2-devel >= 1:2.26.0
+Requires:	gtk+2-devel >= 2:2.20.0
 Requires:	libtasn1-devel >= 0.3.4
 
 %description devel
@@ -136,7 +137,7 @@
 %{__autoheader}
 %{__automake}
 %configure \
-	--disable-schemas-install \
+	--disable-silent-rules \
 	--enable-gtk-doc \
 	--enable-static \
 	--with-html-dir=%{_gtkdocdir} \
@@ -159,10 +160,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%gconf_schema_install gnome-keyring.schemas
+glib-compile-schemas %{_datadir}/glib-2.0/schemas
 
-%preun
-%gconf_schema_uninstall gnome-keyring.schemas
+%postun
+glib-compile-schemas %{_datadir}/glib-2.0/schemas
 
 %post	libs -p /sbin/ldconfig
 %postun	libs -p /sbin/ldconfig
@@ -176,18 +177,20 @@
 %attr(755,root,root) %{_libexecdir}/gnome-keyring-prompt
 %attr(755,root,root) %{_libdir}/%{name}/gnome-keyring-pkcs11.so
 %dir %{_libdir}/%{name}/devel
-%attr(755,root,root) %{_libdir}/%{name}/devel/gck-ssh-store-standalone.so
-%attr(755,root,root) %{_libdir}/%{name}/devel/gck-user-store-standalone.so
+%attr(755,root,root) %{_libdir}/%{name}/devel/gkm-ssh-store-standalone.so
+%attr(755,root,root) %{_libdir}/%{name}/devel/gkm-user-store-standalone.so
 %dir %{_libdir}/%{name}/standalone
-%attr(755,root,root) %{_libdir}/%{name}/standalone/gck-roots-store-standalone.so
-%attr(755,root,root) %{_libdir}/%{name}/standalone/gck-secret-store-standalone.so
-%{_sysconfdir}/gconf/schemas/gnome-keyring.schemas
+%attr(755,root,root) %{_libdir}/%{name}/standalone/gkm-roots-store-standalone.so
+%attr(755,root,root) %{_libdir}/%{name}/standalone/gkm-secret-store-standalone.so
+%{_sysconfdir}/xdg/autostart/gnome-keyring-gpg.desktop
 %{_sysconfdir}/xdg/autostart/gnome-keyring-pkcs11.desktop
 %{_sysconfdir}/xdg/autostart/gnome-keyring-secrets.desktop
 %{_sysconfdir}/xdg/autostart/gnome-keyring-ssh.desktop
+%{_datadir}/GConf/gsettings/*.convert
 %{_datadir}/dbus-1/services/org.freedesktop.secrets.service
 %{_datadir}/dbus-1/services/org.gnome.keyring.service
 %{_datadir}/gcr
+%{_datadir}/glib-2.0/schemas/*.gschema.xml
 %{_datadir}/gnome-keyring
 
 %files libs
@@ -215,7 +218,7 @@
 
 %files apidocs
 %defattr(644,root,root,755)
-%{_gtkdocdir}/gcr
+%{_gtkdocdir}/gcr-0
 %{_gtkdocdir}/gp11
 
 %files -n pam-pam_gnome_keyring
@@ -228,6 +231,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.78  2010/09/29 09:15:38  megabajt
+- updated to 2.32.0
+
 Revision 1.77  2010/06/21 15:09:41  megabajt
 - updated to 2.30.3
 
================================================================

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



More information about the pld-cvs-commit mailing list