|
|
@@ -30,7 +30,6 @@
|
|
|
%define V_convert_scalar 0.1e
|
|
|
%define V_convert_units 0.43
|
|
|
%define V_convert_uulib 1.0
|
|
|
-%define V_convert_tnef 0.17
|
|
|
|
|
|
# FIXME: thl: tarball directory structure does not match tarball name
|
|
|
%define V_src_3_FIXME Convert-Scalar-0.1
|
|
|
@@ -44,8 +43,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [BASE]
|
|
|
Group: Language
|
|
|
License: GPL/Artistic
|
|
|
-Version: 20031124
|
|
|
-Release: 20031124
|
|
|
+Version: 20031202
|
|
|
+Release: 20031202
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/Convert/Convert-ASN1-%{V_convert_asn1}.tar.gz
|
|
|
@@ -54,7 +53,6 @@ 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}
|
|
|
@@ -72,7 +70,6 @@ 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
|
|
|
@@ -81,7 +78,6 @@ AutoReqProv: no
|
|
|
%setup3 -q -T -D -a 3
|
|
|
%setup4 -q -T -D -a 4
|
|
|
%setup5 -q -T -D -a 5
|
|
|
- %setup6 -q -T -D -a 6
|
|
|
|
|
|
%build
|
|
|
|
|
|
@@ -105,8 +101,6 @@ AutoReqProv: no
|
|
|
%{l_prefix}/bin/perl-openpkg install
|
|
|
) || exit $?
|
|
|
|
|
|
- %{l_prefix}/bin/perl-openpkg install -d %{SOURCE6}
|
|
|
-
|
|
|
# perform common epilog operations
|
|
|
%{l_prefix}/bin/perl-openpkg epilog
|
|
|
|