|
|
@@ -33,16 +33,14 @@ Class: PLUS
|
|
|
Group: PGP
|
|
|
License: GPL
|
|
|
Version: 2.0.5
|
|
|
-Release: 20070706
|
|
|
+Release: 20070707
|
|
|
|
|
|
# package options
|
|
|
%option with_curl yes
|
|
|
-%option with_idea no
|
|
|
%option with_ldap no
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2
|
|
|
-Source1: ftp://ftp.gnupg.dk/pub/contrib-dk/idea.c.gz
|
|
|
Patch0: gnupg.patch
|
|
|
|
|
|
# build information
|
|
|
@@ -82,9 +80,6 @@ AutoReqProv: no
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n gnupg-%{version}
|
|
|
-%if "%{with_idea}" == "yes"
|
|
|
- %{l_gzip} -d -c %{SOURCE idea.c.gz} >cipher/idea.c
|
|
|
-%endif
|
|
|
%patch -p0
|
|
|
|
|
|
%build
|