drop usage of unavailable libksba-0.9.11

This commit is contained in:
Rex Dieter 2005-12-01 20:02:24 +00:00
parent dfe3a6a6a3
commit e833a9a172

View File

@ -32,12 +32,12 @@ Requires(postun): /sbin/install-info
BuildRequires: libassuan-devel >= 0.6.10 BuildRequires: libassuan-devel >= 0.6.10
BuildRequires: libgcrypt-devel => 1.2.0 BuildRequires: libgcrypt-devel => 1.2.0
BuildRequires: libgpg-error-devel => 1.0 BuildRequires: libgpg-error-devel => 1.0
%ifarch x86_64 #ifarch x86_64
# Hard-code libksba-0.9.11 for now (x86_64 'make check' fails) # Hard-code libksba-0.9.11 for now (x86_64 'make check' fails)
BuildRequires: libksba-devel = 0.9.11 #BuildRequires: libksba-devel = 0.9.11
%else #else
BuildRequires: libksba-devel >= 0.9.12 BuildRequires: libksba-devel >= 0.9.12
%endif #endif
BuildRequires: gettext BuildRequires: gettext
BuildRequires: openldap-devel BuildRequires: openldap-devel
@ -72,7 +72,7 @@ alongside; in act we suggest to do this.
%setup -q -n gnupg-%{version} %setup -q -n gnupg-%{version}
%patch1 -p1 -b .lvalue %patch1 -p1 -b .lvalue
#patch2 -p1 -b .testverbose %patch2 -p1 -b .testverbose
%ifarch x86_64 %ifarch x86_64
sed -i -e 's|^NEED_KSBA_VERSION=.*|NEED_KSBA_VERSION=0.9.11|' configure.ac configure sed -i -e 's|^NEED_KSBA_VERSION=.*|NEED_KSBA_VERSION=0.9.11|' configure.ac configure
@ -157,7 +157,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Dec 01 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.19-4 * Thu Dec 01 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.19-5
- include gpg-agent-(startup|shutdown) scripts (#136533) - include gpg-agent-(startup|shutdown) scripts (#136533)
- BR: libksba-devel >= 1.9.12 - BR: libksba-devel >= 1.9.12