rpms/gnupg2/devel .cvsignore, 1.16, 1.17 gnupg2.spec, 1.57, 1.58 sources, 1.18, 1.19

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Nov 13 20:36:57 UTC 2006


Author: rdieter

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

Modified Files:
	.cvsignore gnupg2.spec sources 
Log Message:
* Mon Nov 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0-1
- 2.0



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gnupg2/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	6 Nov 2006 13:16:45 -0000	1.16
+++ .cvsignore	13 Nov 2006 20:36:26 -0000	1.17
@@ -1,4 +1,4 @@
-gnupg-1.9.94.tar.bz2
-gnupg-1.9.94.tar.bz2.sig
 gnupg-1.9.95.tar.bz2
 gnupg-1.9.95.tar.bz2.sig
+gnupg-2.0.0.tar.bz2
+gnupg-2.0.0.tar.bz2.sig


Index: gnupg2.spec
===================================================================
RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- gnupg2.spec	6 Nov 2006 17:11:13 -0000	1.57
+++ gnupg2.spec	13 Nov 2006 20:36:26 -0000	1.58
@@ -7,18 +7,15 @@
 %define kde_scriptdir %{_prefix}
 %endif
 
-# define to build/include gpg2 binary
-%define _enable_gpg --enable-gpg
-
 Summary: Utility for secure communication and data storage
 Name:    gnupg2
-Version: 1.9.95
-Release: 2%{?dist}
+Version: 2.0.0
+Release: 1%{?dist}
 
 License: GPL
 Group:   Applications/System
-Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2
-Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig
+Source0: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2
+Source1: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2.sig
 URL:     http://www.gnupg.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -26,6 +23,8 @@
 Source10: gpg-agent-startup.sh
 Source11: gpg-agent-shutdown.sh
 
+# http://lists.gnupg.org/pipermail/gnupg-devel/2006-November/023359.html 
+Patch1: gnupg-1.9.95-64bit.patch
 Patch2: gnupg-1.9.16-testverbose.patch
 Patch3: gnupg-1.9.91-dearmor.patch
 
@@ -56,10 +55,8 @@
 Requires: fileutils util-linux
 Requires: pinentry >= 0.7.1
 
-%if "%{?_enable_gpg:1}" == "1"
 Provides: gpg
 Provides: openpgp
-%endif
 
 %description
 GnuPG 1.9 is the future version of GnuPG; it is based on some gnupg-1.3
@@ -79,6 +76,7 @@
 %prep
 %setup -q -n gnupg-%{version}
 
+#patch1 -p1 -b .64bit
 #patch2 -p1 -b .testverbose
 %patch3 -p1 -b .dearmor
 
@@ -96,15 +94,9 @@
 
 %build
 
-# see --disable-optimization below
-%ifarch x86_64
-#export CFLAGS="%(echo %{optflags} | sed -e 's|-O2|-O0|')"
-%endif
-
 %configure \
   --disable-rpath \
   --enable-selinux-support \
-  %{?_enable_gpg} \
 %ifarch x86_64
   --disable-optimization 
 %endif
@@ -113,11 +105,6 @@
 make 
 
 
-%check
-# some gpg2 tests (still) FAIL
-make -k check ||:
-
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -139,6 +126,11 @@
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
 
+%check
+# some gpg2 tests (still) FAIL
+make -k check ||:
+
+
 %post
 /sbin/install-info %{_infodir}/gnupg.info %{_infodir}/dir ||:
 
@@ -147,15 +139,14 @@
   /sbin/install-info --delete %{_infodir}/gnupg.info %{_infodir}/dir ||:
 fi
 
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
-%if "%{?_enable_gpg:1}" == "1"
 #docs say to install suid root, but we won't, for now.
 #attr(4755,root,root) %{_bindir}/gpg2
 %{_bindir}/gpg2
 %{_bindir}/gpgv2
-%endif
 %{_bindir}/gpg-connect-agent
 %{_bindir}/gpg-agent
 %{_bindir}/gpgconf
@@ -176,11 +167,18 @@
 %{kde_scriptdir}/env/*.sh
 %{kde_scriptdir}/shutdown/*.sh
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Nov 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0-1
+- 2.0
+
+* Fri Nov 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.95-3
+- upstream 64bit patch
+
 * Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.95-2
 - fix (more) file conflicts with gnupg
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnupg2/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	6 Nov 2006 13:16:45 -0000	1.18
+++ sources	13 Nov 2006 20:36:26 -0000	1.19
@@ -1,2 +1,2 @@
-2f8f134c4b0a8a69f2017100e7a51101  gnupg-1.9.95.tar.bz2
-a0d38a16e7542e4c4fd10607fe029745  gnupg-1.9.95.tar.bz2.sig
+65dc5da3bd4ec127f81c584c8200d813  gnupg-2.0.0.tar.bz2.sig
+13c0d43bd1f4a129de470dda20192284  gnupg-2.0.0.tar.bz2




More information about the scm-commits mailing list