- --with-gpg=%_bindir/gpg2 (#432445)

- drop Requires: gnupg (#432445)
This commit is contained in:
Rex Dieter 2008-02-17 21:50:01 +00:00
parent 26cbd81d30
commit d33d501154

View File

@ -2,7 +2,7 @@
Name: gpgme Name: gpgme
Summary: GnuPG Made Easy - high level crypto API Summary: GnuPG Made Easy - high level crypto API
Version: 1.1.6 Version: 1.1.6
Release: 2%{?dist} Release: 3%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: Applications/System Group: Applications/System
@ -21,7 +21,6 @@ BuildRequires: pth-devel
# Not really used, only for win32 build # Not really used, only for win32 build
#BuildRequires: glib2-devel #BuildRequires: glib2-devel
Requires: gnupg
Requires: gnupg2 Requires: gnupg2
# Hasn't existed for a *long* time. # 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 %build
%configure \ %configure \
--disable-static --disable-static \
--with-gpg=%{_bindir}/gpg2
make %{?_smp_mflags} make %{?_smp_mflags}
@ -111,6 +111,10 @@ fi
%changelog %changelog
* Sun Feb 17 2008 Rex Dieter <rdieter@fedoraproject.org> 1.1.6-3
- --with-gpg=%%_bindir/gpg2 (#432445)
- drop Requires: gnupg (#432445)
* Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 1.1.6-2 * Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 1.1.6-2
- respin (gcc43) - respin (gcc43)