SPECS: gnupg2.spec - updated to 1.9.94 - added ac patch; full ac/a...

qboosh qboosh at pld-linux.org
Mon Oct 30 01:41:21 CET 2006


Author: qboosh                       Date: Mon Oct 30 00:41:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.9.94
- added ac patch; full ac/am/gt regeneration instead of partial, broken one

---- Files affected:
SPECS:
   gnupg2.spec (1.47 -> 1.48) 

---- Diffs:

================================================================
Index: SPECS/gnupg2.spec
diff -u SPECS/gnupg2.spec:1.47 SPECS/gnupg2.spec:1.48
--- SPECS/gnupg2.spec:1.47	Mon Oct 23 18:20:01 2006
+++ SPECS/gnupg2.spec	Mon Oct 30 01:41:16 2006
@@ -10,18 +10,20 @@
 Summary:	GNU Privacy Guard - tool for secure communication and data storage - development version
 Summary(pl):	GnuPG - narzędzie do bezpiecznej komunikacji i bezpiecznego przechowywania danych - wersja rozwojowa
 Name:		gnupg2
-Version:	1.9.93
+Version:	1.9.94
 Release:	1
 License:	GPL
 Group:		Applications/File
 Source0:	ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2
-# Source0-md5:	84b1af5b6c489fcbbbbf4f219aaf2526
+# Source0-md5:	1da8c928948800efa2a13d4aecb8d013
 Source1:	gnupg-agent.sh
 Patch0:		%{name}-info.patch
 Patch1:		%{name}-pth.patch
-Patch2:		%{name}-disable_tests.patch
+Patch2:		%{name}-ac.patch
+Patch3:		%{name}-disable_tests.patch
 URL:		http://www.gnupg.org/
-BuildRequires:	automake
+BuildRequires:	autoconf >= 2.52
+BuildRequires:	automake >= 1:1.9.3
 BuildRequires:	bzip2-devel
 BuildRequires:	curl-devel
 BuildRequires:	gettext-devel >= 0.14.1
@@ -128,12 +130,15 @@
 %setup -q -n gnupg-%{version}
 %patch0 -p1
 %patch1 -p1
-%{!?with_tests:%patch2 -p1}
+%patch2 -p1
+%{!?with_tests:%patch3 -p1}
 
 %build
-cp -f /usr/share/automake/config.* scripts
+%{__gettextize}
+%{__aclocal} -I m4 -I gl/m4
+%{__autoconf}
+%{__autoheader}
 %{__automake}
-
 %configure \
 	--with-capabilities \
 	%{!?with_pth:--disable-threads} \
@@ -252,6 +257,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.48  2006/10/30 00:41:16  qboosh
+- updated to 1.9.94
+- added ac patch; full ac/am/gt regeneration instead of partial, broken one
+
 Revision 1.47  2006/10/23 16:20:01  qboosh
 - updated to 1.9.93
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gnupg2.spec?r1=1.47&r2=1.48&f=u



More information about the pld-cvs-commit mailing list