|
|
@@ -26,8 +26,8 @@
|
|
|
# package versions
|
|
|
%define V_perl 5.8.4
|
|
|
%define V_arsperl 1.81
|
|
|
-%define V_array_refelem 0.02
|
|
|
-%define V_data_dumpxml 1.03
|
|
|
+%define V_array_refelem 1.00
|
|
|
+%define V_data_dumpxml 1.06
|
|
|
%define V_remedy_arstools 0.7
|
|
|
|
|
|
# package information
|
|
|
@@ -41,7 +41,7 @@ Class: EVAL
|
|
|
Group: Language
|
|
|
License: Commercial
|
|
|
Version: %{V_perl}
|
|
|
-Release: 20040422
|
|
|
+Release: 20040502
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.cpan.org/modules/by-module/ARS/ARSperl-%{V_arsperl}.tgz
|
|
|
@@ -116,11 +116,10 @@ AutoReqProv: no
|
|
|
echo "1;"
|
|
|
) >t/config.cache
|
|
|
) || exit $?
|
|
|
- %{l_prefix}/bin/perl-openpkg -d ARSperl-%{V_arsperl} configure build install
|
|
|
-
|
|
|
- %{l_prefix}/bin/perl-openpkg -d %{SOURCE1} configure build install
|
|
|
- %{l_prefix}/bin/perl-openpkg -d %{SOURCE2} configure build install
|
|
|
- %{l_prefix}/bin/perl-openpkg -d %{SOURCE3} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d ARSperl-%{V_arsperl} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE1} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE2} configure build install
|
|
|
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE3} 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`
|
|
|
|