rpms/gnupg2/devel gnupg2.spec,1.2,1.3

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Mar 3 21:26:05 UTC 2005


Author: thias

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

Modified Files:
	gnupg2.spec 
Log Message:
Mass letter "g" update (and some missed before), one or more apply :
- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs



Index: gnupg2.spec
===================================================================
RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnupg2.spec	2 Feb 2005 17:20:20 -0000	1.2
+++ gnupg2.spec	3 Mar 2005 21:26:03 -0000	1.3
@@ -1,18 +1,17 @@
 # $Id$
 
 Summary: GNU utility for secure communication and data storage
-Name:	 gnupg2 
-Epoch:	 0 
+Name:    gnupg2
 Version: 1.9.15
 Release: 1%{?dist_tag}
 License: GPL
-Group: 	 Applications/System
+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
-URL:	 http://www.gnupg.org/
+URL:     http://www.gnupg.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
-Obsoletes: newpg < 0:0.9.5
+Obsoletes: newpg < 0.9.5
 
 Requires(post): /sbin/install-info
 Requires(postun): /sbin/install-info
@@ -24,11 +23,11 @@
 %define pie 1
 %endif
 
-BuildRequires: libgcrypt-devel => 0:1.2.0
+BuildRequires: libgcrypt-devel => 1.2.0
 BuildRequires: libgpg-error-devel => 1.0
 Requires: libgpg-error >= 1.0
 BuildRequires: libassuan-devel >= 0.6.9
-BuildRequires: libksba-devel >= 0:0.9.7
+BuildRequires: libksba-devel >= 0.9.7
 # to build without opensc support: --without opensc
 %{!?_without_opensc:BuildRequires: opensc-devel >= 0.9}
 %{!?_without_opensc:BuildRequires: pcsc-lite-devel }
@@ -43,11 +42,11 @@
 Buildrequires: libusb-devel
 BuildRequires: docbook-utils
 
-Requires: pinentry >= 0:0.7.1
+Requires: pinentry >= 0.7.1
 
 # Should these be versioned?  -- Rex
-Provides: gpg 
-Provides: openpgp 
+Provides: gpg
+Provides: openpgp
 
 %description
 GnuPG 1.9 is the future version of GnuPG; it is based on the gnupg-1.3
@@ -72,7 +71,7 @@
 
 %configure \
   --program-prefix="%{?_program_prefix}" \
-  --disable-rpath 
+  --disable-rpath
 
 make %{?_smp_mflags}
 
@@ -139,7 +138,7 @@
 - BR: libassuan-devel >= 0.6.9
 
 * Thu Oct 21 2004 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.11-0.fdr.4
-- remove suid. 
+- remove suid.
 
 * Thu Oct 21 2004 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.11-0.fdr.3
 - remove Provides: newpg
@@ -150,6 +149,6 @@
 - update description
 
 * Tue Oct 19 2004 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.11-0.fdr.1
-- first try 
+- first try
 - leave out opensc support (for now), enable --with-opensc
 




More information about the fedora-extras-commits mailing list