rpms/gnupg2/FC-3 gnupg2.spec,1.5,1.6

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Aug 8 20:25:31 UTC 2005


Author: rdieter

Update of /cvs/extras/rpms/gnupg2/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11797

Modified Files:
	gnupg2.spec 
Log Message:
drop gcc version check, use --with pie by default



Index: gnupg2.spec
===================================================================
RCS file: /cvs/extras/rpms/gnupg2/FC-3/gnupg2.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnupg2.spec	8 Aug 2005 20:23:32 -0000	1.5
+++ gnupg2.spec	8 Aug 2005 20:25:29 -0000	1.6
@@ -6,7 +6,7 @@
 Summary: GNU utility for secure communication and data storage
 Name:    gnupg2
 Version: 1.9.18
-Release: 2%{?dist}
+Release: 3%{?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
@@ -142,7 +136,7 @@
 
 
 %changelog
-* Mon Aug  8 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 1.9.18-2
+* Mon Aug  8 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 1.9.18-3
 - 1.9.18
 - drop pth patch (--enable-gpg build fixed)
 - update description (from README)




More information about the scm-commits mailing list