rpms/gnupg2/devel gnupg2.spec, 1.13, 1.14 gnupg-1.9.17-lvalue.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Aug 9 13:00:26 UTC 2005


Author: rdieter

Update of /cvs/extras/rpms/gnupg2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27169

Modified Files:
	gnupg2.spec 
Removed Files:
	gnupg-1.9.17-lvalue.patch 
Log Message:
drop old patch
'make check' now optional, default off, since FE4+ & buildsystem borks it up (FC3 is fine?)



Index: gnupg2.spec
===================================================================
RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gnupg2.spec	8 Aug 2005 19:19:59 -0000	1.13
+++ gnupg2.spec	9 Aug 2005 13:00:24 -0000	1.14
@@ -6,7 +6,7 @@
 Summary: GNU utility for secure communication and data storage
 Name:    gnupg2
 Version: 1.9.18
-Release: 1%{?dist}
+Release: 5%{?dist}
 License: GPL
 Group:   Applications/System
 Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2
@@ -22,12 +22,6 @@
 Requires(post): /sbin/install-info
 Requires(postun): /sbin/install-info
 
-# Build with -pie/-fPIE?
-BuildRequires: gcc
-%define gcc_ver %(gcc -dumpversion)
-%if "%{gcc_ver}" < "3.2.3"
-%define _without_pie --without pie 
-%endif
 %{!?_without_pie:%define _with_pie --with pie} 
 
 BuildRequires: libassuan-devel >= 0.6.10
@@ -92,7 +86,7 @@
 
 
 %check || :
-make check
+%{?_with_check:make check}
 
 
 %install
@@ -142,7 +136,7 @@
 
 
 %changelog
-* Mon Aug  8 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 1.9.18-1
+* Mon Aug  8 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 1.9.18-5
 - 1.9.18
 - drop pth patch (--enable-gpg build fixed)
 - update description (from README)


--- gnupg-1.9.17-lvalue.patch DELETED ---




More information about the scm-commits mailing list