diff --git a/gnupg.spec b/gnupg.spec index 37beedf..88f8724 100644 --- a/gnupg.spec +++ b/gnupg.spec @@ -1,7 +1,8 @@ Summary: A GNU utility for secure communication and data storage Name: gnupg Version: 1.4.8 -Release: 4 +# no %{?dist} ? -- Rex +Release: 5 License: GPLv3 Group: Applications/System Source0: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2 @@ -20,12 +21,12 @@ BuildRequires: curl-devel %ifnarch s390 s390x BuildRequires: libusb-devel %endif -# FIXME: does anything even require these? Check in the post-merge world, and -# if nothing does, drop them. -Provides: gpg, openpgp +# pgp-tools, perl-GnuPG-Interface include 'Requires: gpg' -- Rex +Provides: gpg = %{version}-%{release} Requires(post): /sbin/install-info BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + %description GnuPG (GNU Privacy Guard) is a GNU utility for encrypting data and creating digital signatures. GnuPG has advanced key management @@ -109,6 +110,10 @@ exit 0 %{_mandir}/man7/* %changelog +* Wed Mar 26 2008 Rex Dieter - 1.4.8-5 +- drop Provides: openpgp +- versioned Provides: gpg + * Wed Mar 26 2008 Dennis Gilmore - 1.4.8-4 - disable asm on sparc64