From d33d50115469e490dae85ce353195abb4372db39 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 17 Feb 2008 21:50:01 +0000 Subject: [PATCH] - --with-gpg=%_bindir/gpg2 (#432445) - drop Requires: gnupg (#432445) --- gpgme.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gpgme.spec b/gpgme.spec index 8b1fce6..e721271 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -2,7 +2,7 @@ Name: gpgme Summary: GnuPG Made Easy - high level crypto API Version: 1.1.6 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: Applications/System @@ -21,7 +21,6 @@ BuildRequires: pth-devel # Not really used, only for win32 build #BuildRequires: glib2-devel -Requires: gnupg Requires: gnupg2 # Hasn't existed for a *long* time. @@ -56,7 +55,8 @@ sed -i -e 's|^libdir=@libdir@$|libdir=@exec_prefix@/lib|g' gpgme/gpgme-config.in %build %configure \ - --disable-static + --disable-static \ + --with-gpg=%{_bindir}/gpg2 make %{?_smp_mflags} @@ -111,6 +111,10 @@ fi %changelog +* Sun Feb 17 2008 Rex Dieter 1.1.6-3 +- --with-gpg=%%_bindir/gpg2 (#432445) +- drop Requires: gnupg (#432445) + * Fri Feb 08 2008 Rex Dieter 1.1.6-2 - respin (gcc43)