Hi, Here is a patch that adds Convert::TNEF to perl-conv, this is required for the CURRENT amavisd package to start...
This was created against the perl-conv-20040203 package. Kind regards, -- Stephan Buys Code Fusion cc. Tel: +27 11 391 1412 Mobile: +27 83 294 1876 Email: [EMAIL PROTECTED] --- perl-conv.old.spec 2004-02-03 16:51:20.000000000 +0200 +++ perl-conv.spec 2004-02-10 22:42:31.569051464 +0200 @@ -30,6 +30,7 @@ %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 @@ -54,6 +55,7 @@ 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/authors/id/D/DO/DOUGW/Convert-TNEF-%{V_convert_tnef}.tar.gz # build information Prefix: %{l_prefix} @@ -71,6 +73,7 @@ - Convert::Scalar (%{V_convert_scalar}) - Convert::Units (%{V_convert_units}) - Convert::UUlib (%{V_convert_uulib}) + - Convert::TNEF (%{V_convert_tnef}) %track prog perl-conv:Convert-ASN1 = { @@ -103,6 +106,11 @@ url = http://www.cpan.org/modules/by-module/Convert/ regex = Convert-UUlib-(__VER__)\.tar\.gz } + prog perl-conv:Convert-TNEF = { + version = 0.17 + url = http://www.cpan.org/authors/id/D/DO/DOUGW/ + regex = Convert-TNEF-(__VER__)\.tar\.gz + } %prep %setup0 -q -c @@ -111,6 +119,7 @@ %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 @@ -130,6 +139,8 @@ ) || exit $? %{l_prefix}/bin/perl-openpkg -d %{SOURCE5} configure build install + %{l_prefix}/bin/perl-openpkg -d %{SOURCE6} configure build install + %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files` ______________________________________________________________________ The OpenPKG Project www.openpkg.org Developer Communication List [EMAIL PROTECTED]