|
|
@@ -45,6 +45,7 @@
|
|
|
%define V_crypt_null 1.02
|
|
|
%define V_crypt_ecb 1.1
|
|
|
%define V_crypt_cbc 2.02
|
|
|
+%define V_data_uuid 0.07
|
|
|
|
|
|
# package information
|
|
|
Name: perl-crypto
|
|
|
@@ -55,8 +56,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [BASE]
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
-Version: 20020517
|
|
|
-Release: 20020517
|
|
|
+Version: 20021001
|
|
|
+Release: 20021001
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Digest/Digest-SHA1-%{V_digest_sha1}.tar.gz
|
|
|
@@ -80,6 +81,7 @@ 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/Data/Data-UUID-%{V_data_uuid}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -112,9 +114,10 @@ AutoReqProv: no
|
|
|
- Crypt::NULL (%{V_crypt_null})
|
|
|
- Crypt::ECB (%{V_crypt_ecb})
|
|
|
- Crypt::CBC (%{V_crypt_cbc})
|
|
|
+ - Data::UUID (%{V_data_uuid})
|
|
|
|
|
|
%prep
|
|
|
- %setup0 -q -c -n %{name}-%{version}
|
|
|
+ %setup0 -q -c -n %{name}-%{version}
|
|
|
%setup1 -q -T -D -a 1
|
|
|
%setup2 -q -T -D -a 2
|
|
|
%setup3 -q -T -D -a 3
|
|
|
@@ -135,6 +138,7 @@ AutoReqProv: no
|
|
|
%setup18 -q -T -D -a 18
|
|
|
%setup19 -q -T -D -a 19
|
|
|
%setup20 -q -T -D -a 20
|
|
|
+ %setup21 -q -T -D -a 21
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -157,10 +161,10 @@ AutoReqProv: no
|
|
|
|
|
|
# uncompress and build modules
|
|
|
for mod in \
|
|
|
- %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} \
|
|
|
+ %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} \
|
|
|
%{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9} %{SOURCE10} %{SOURCE11} \
|
|
|
%{SOURCE12} %{SOURCE13} %{SOURCE14} %{SOURCE15} %{SOURCE16} %{SOURCE17} \
|
|
|
- %{SOURCE18} %{SOURCE19} %{SOURCE20}
|
|
|
+ %{SOURCE18} %{SOURCE19} %{SOURCE20} %{SOURCE21}
|
|
|
do
|
|
|
dir=`echo "$mod" | sed -e 's;^.*/\([^/]*\)\.tar\.gz$;\1;'`
|
|
|
cd $dir
|