Author: megabajt Date: Mon Sep 17 17:24:22 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.20; merged changes from DEVEL
---- Files affected: SPECS: gnome-keyring.spec (1.44 -> 1.45) ---- Diffs: ================================================================ Index: SPECS/gnome-keyring.spec diff -u SPECS/gnome-keyring.spec:1.44 SPECS/gnome-keyring.spec:1.45 --- SPECS/gnome-keyring.spec:1.44 Sat Apr 7 23:48:18 2007 +++ SPECS/gnome-keyring.spec Mon Sep 17 19:24:17 2007 @@ -2,20 +2,24 @@ 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: 0.8.1 +Version: 2.20 Release: 1 License: LGPL v2+/GPL v2+ Group: X11/Applications -Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-keyring/0.8/%{name}-%{version}.tar.bz2 -# Source0-md5: 24b15dedcf40c1c60d0fb989370d80ff +Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-keyring/2.20/%{name}-%{version}.tar.bz2 +# Source0-md5: f37c71974323cc79f59e274d97110047 URL: http://www.gnome.org/ BuildRequires: autoconf BuildRequires: automake BuildRequires: dbus-devel >= 1.0.2 -BuildRequires: gtk+2-devel >= 2:2.10.10 +BuildRequires: gettext-devel +BuildRequires: gtk+2-devel >= 2:2.12.0 BuildRequires: gtk-doc >= 1.8 -BuildRequires: intltool >= 0.35.5 +BuildRequires: hal-devel >= 0.5.9 +BuildRequires: intltool >= 0.36.2 +BuildRequires: libgcrypt-devel >= 1.2.2 BuildRequires: libtool +BuildRequires: pam-devel BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.197 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -54,7 +58,7 @@ Group: Development/Libraries Requires: %{name}-libs = %{version}-%{release} Requires: dbus-devel >= 1.0.2 -Requires: glib2-devel >= 1:2.10.11 +Requires: glib2-devel >= 1:2.14.1 %description devel Headers for GNOME keyring library. @@ -86,6 +90,20 @@ %description apidocs -l pl.UTF-8 Dokumentacja API GNOME keyring. +%package pam +Summary: A PAM module for unlocking keyrings at login time +Summary(pl.UTF-8): Moduł PAM do odblokowywania zbiorów kluczy w czasie logowania +Group: Libraries +Requires: %{name} = %{version}-%{release} + +%description pam +A PAM module that can automatically unlock the "login" keyring when +the user logs in and start the keyring daemon. + +%description pam -l pl.UTF-8 +Moduł PAM, który może automatycznie odblokowywać zbiór kluczy "login" +w czasie logowania użytkownika i uruchamiania demona keyring. + %prep %setup -q @@ -99,16 +117,19 @@ %configure \ --enable-gtk-doc \ --enable-static \ - --with-html-dir=%{_gtkdocdir} + --with-html-dir=%{_gtkdocdir} \ + --with-pam-dir=/%{_lib}/security %{__make} %install rm -rf $RPM_BUILD_ROOT -%{__make} install \ +%{__make} install install-pam \ DESTDIR=$RPM_BUILD_ROOT \ pkgconfigdir=%{_pkgconfigdir} +rm -f $RPM_BUILD_ROOT%{_libdir}/pam_gnome_keyring* + %find_lang %{name} --with-gnome --all-name %clean @@ -142,12 +163,29 @@ %defattr(644,root,root,755) %{_gtkdocdir}/%{name} +%files pam +%defattr(644,root,root,755) +%attr(755,root,root) /%{_lib}/security/pam_gnome_keyring*.so + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.45 2007/09/17 17:24:17 megabajt +- updated to 2.20; merged changes from DEVEL + +Revision 1.44.2.3 2007/08/28 19:03:33 qboosh +- pl for -pam + +Revision 1.44.2.2 2007/08/28 16:53:33 megabajt +- updated md5 + +Revision 1.44.2.1 2007/08/28 16:51:45 megabajt +- updated to 2.19.91 +- added pam subpackage + Revision 1.44 2007/04/07 21:48:18 megabajt - updated to 0.8.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-keyring.spec?r1=1.44&r2=1.45&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
