SPECS: scute.spec - updated to 1.1.0 - removed obsolete opt patch, ...

qboosh qboosh at pld-linux.org
Wed May 16 08:05:46 CEST 2007


Author: qboosh                       Date: Wed May 16 06:05:46 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.1.0
- removed obsolete opt patch, added info patch

---- Files affected:
SPECS:
   scute.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/scute.spec
diff -u SPECS/scute.spec:1.4 SPECS/scute.spec:1.5
--- SPECS/scute.spec:1.4	Tue Feb 13 09:06:44 2007
+++ SPECS/scute.spec	Wed May 16 08:05:40 2007
@@ -2,23 +2,25 @@
 Summary:	PKCS#11 implementation of GnuPG Agent using the GnuPG Smart Card Daemon
 Summary(pl.UTF-8):	Implementacja PKCS#11 Agenta GnuPG przy użyciu GnuPG Smart Card Daemona
 Name:		scute
-Version:	1.0.0
+Version:	1.1.0
 Release:	1
 License:	GPL v2+
 Group:		Applications
 Source0:	ftp://ftp.gnupg.org/gcrypt/scute/%{name}-%{version}.tar.bz2
-# Source0-md5:	1e5b495c801482b84933fff22b641959
-Patch0:		%{name}-opt.patch
+# Source0-md5:	229c47721600aa4292dcde50fd6e8135
+Patch0:		%{name}-info.patch
 URL:		http://www.gnupg.org/
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake >= 1:1.9.3
-# configure says 0.6.10, but assuan_set_assuan_err_source() needs 0.9.0
-BuildRequires:	libassuan-devel >= 1:0.9.0
-BuildRequires:	libgpg-error-devel >= 0.7
+# configure says 0.6.10, but assuan_set_assuan_err_source() needs 0.9.0 and 1.0.1 is needed to plug memory leak
+BuildRequires:	libassuan-devel >= 1:1.0.1
+BuildRequires:	libgpg-error-devel >= 1.4
 BuildRequires:	libtool
+BuildRequires:	texinfo
+Requires(post,postun):	/sbin/ldconfig
 Requires:	gnupg-smime >= 1.9.6
-Requires:	libassuan >= 1:0.9.0
-Requires:	libgpg-error >= 0.7
+Requires:	libassuan >= 1:1.0.1
+Requires:	libgpg-error >= 1.4
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -60,14 +62,20 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post	-p /sbin/ldconfig
-%postun	-p /sbin/ldconfig
+%post
+/sbin/ldconfig
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+
+%postun
+/sbin/ldconfig
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO doc/website
 %attr(755,root,root) %{_libdir}/libscute.so.*.*.*
 %attr(755,root,root) %{_libdir}/libscute.so
+%{_infodir}/scute.info*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -75,6 +83,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/05/16 06:05:40  qboosh
+- updated to 1.1.0
+- removed obsolete opt patch, added info patch
+
 Revision 1.4  2007/02/13 08:06:44  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/scute.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list