|
|
@@ -45,7 +45,6 @@
|
|
|
%define V_crypt_null 1.02
|
|
|
%define V_crypt_ecb 1.1
|
|
|
%define V_crypt_cbc 2.02
|
|
|
-#%define V_crypt_random 1.11
|
|
|
|
|
|
# package information
|
|
|
Name: perl-crypto
|
|
|
@@ -81,8 +80,6 @@ Source17: http://www.cpan.org/modules/by-module/Crypt/Crypt-Rot13-%{V_crypt_
|
|
|
Source18: http://www.cpan.org/modules/by-module/Crypt/Crypt-NULL-%{V_crypt_null}.tar.gz
|
|
|
Source19: http://www.cpan.org/modules/by-module/Crypt/Crypt-ECB-%{V_crypt_ecb}.tar.gz
|
|
|
Source20: http://www.cpan.org/modules/by-module/Crypt/Crypt-CBC-%{V_crypt_cbc}.tar.gz
|
|
|
-#Source21: http://www.cpan.org/modules/by-module/Crypt/Crypt-Random-%{V_crypt_random}.tar.gz
|
|
|
-#FIXME! Wenn random geht wieder rein, muss man perl-util auf ?beiden? PreReq anfesten
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -115,7 +112,6 @@ AutoReqProv: no
|
|
|
- Crypt::NULL (%{V_crypt_null})
|
|
|
- Crypt::ECB (%{V_crypt_ecb})
|
|
|
- Crypt::CBC (%{V_crypt_cbc})
|
|
|
-# - Crypt::Random (%{V_crypt_random})
|
|
|
|
|
|
%prep
|
|
|
%setup0 -q -c -n %{name}-%{version}
|