Author: qboosh Date: Mon May 12 19:37:49 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.7.5 - added types patch
---- Files affected: SPECS: pinentry.spec (1.23 -> 1.24) ---- Diffs: ================================================================ Index: SPECS/pinentry.spec diff -u SPECS/pinentry.spec:1.23 SPECS/pinentry.spec:1.24 --- SPECS/pinentry.spec:1.23 Tue Jan 29 15:20:05 2008 +++ SPECS/pinentry.spec Mon May 12 21:37:44 2008 @@ -1,4 +1,5 @@ # $Revision$, $Date$ +# TODO: make /usr/bin/pinentry symlink to pinentry-* binary selectable in some way # # Conditional build: %bcond_without gtk # without GTK+ 1.x dialog @@ -8,14 +9,15 @@ Summary: Simple PIN or passphrase entry dialogs Summary(pl.UTF-8): Proste kontrolki dialogowe do wpisywania PIN-ów lub haseł Name: pinentry -Version: 0.7.4 -Release: 2 +Version: 0.7.5 +Release: 1 License: GPL v2+ Group: Applications Source0: ftp://ftp.gnupg.org/gcrypt/pinentry/%{name}-%{version}.tar.gz -# Source0-md5: d7709fe7c48a24c34c5948725cef7d93 +# Source0-md5: ca492afbbb59cd19f1c875533f18b269 Patch0: %{name}-system-assuan.patch Patch1: %{name}-info.patch +Patch2: %{name}-types.patch URL: http://www.gnupg.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake >= 1:1.7.6 @@ -80,6 +82,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__aclocal} -I m4 @@ -107,10 +110,10 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/postshell +%post -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} -%postun -p /sbin/postshell +%postun -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} %files @@ -143,6 +146,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2008-05-12 19:37:44 qboosh +- updated to 0.7.5 +- added types patch + Revision 1.23 2008-01-29 14:20:05 arekm - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pinentry.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
