Browse Source

remove no longer supported stuff

Ralf S. Engelschall 18 years ago
parent
commit
9abfe6cf33
1 changed files with 1 additions and 6 deletions
  1. 1 6
      gnupg/gnupg.spec

+ 1 - 6
gnupg/gnupg.spec

@@ -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