|
|
@@ -30,6 +30,7 @@
|
|
|
%define V_convert_scalar 0.1e
|
|
|
%define V_convert_units 0.43
|
|
|
%define V_convert_uulib 0.213
|
|
|
+%define V_convert_tnef 0.17
|
|
|
|
|
|
# FIXME tarball directory structure does not match tarball name
|
|
|
%define V_src_3_FIXME Convert-Scalar-0.1
|
|
|
@@ -43,8 +44,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [BASE]
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
-Version: 20030416
|
|
|
-Release: 20030416
|
|
|
+Version: 20030422
|
|
|
+Release: 20030422
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Convert/Convert-ASN1-%{V_convert_asn1}.tar.gz
|
|
|
@@ -53,6 +54,7 @@ Source2: http://www.cpan.org/modules/by-module/Convert/Convert-EBCDIC-%{V_c
|
|
|
Source3: http://www.cpan.org/modules/by-module/Convert/Convert-Scalar-%{V_convert_scalar}.tar.gz
|
|
|
Source4: http://www.cpan.org/modules/by-module/Convert/Convert-Units-%{V_convert_units}.tar.gz
|
|
|
Source5: http://www.cpan.org/modules/by-module/Convert/Convert-UUlib-%{V_convert_uulib}.tar.gz
|
|
|
+Source6: http://www.cpan.org/modules/by-module/Convert/Convert-TNEF-%{V_convert_tnef}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -70,6 +72,7 @@ AutoReqProv: no
|
|
|
- Convert::Scalar (%{V_convert_scalar})
|
|
|
- Convert::Units (%{V_convert_units})
|
|
|
- Convert::UUlib (%{V_convert_uulib})
|
|
|
+ - Convert::TNEF (%{V_convert_tnef})
|
|
|
|
|
|
%prep
|
|
|
%setup0 -q -c
|
|
|
@@ -78,6 +81,7 @@ AutoReqProv: no
|
|
|
%setup3 -q -T -D -a 3
|
|
|
%setup4 -q -T -D -a 4
|
|
|
%setup5 -q -T -D -a 5
|
|
|
+ %setup5 -q -T -D -a 6
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -101,6 +105,8 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg install
|
|
|
)
|
|
|
|
|
|
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE6}
|
|
|
+
|
|
|
# perform common epilog operations
|
|
|
%{l_prefix}/bin/perl-openpkg epilog
|
|
|
|