# HG changeset patch # User Michael Schloh von Bennewitz # Date 1240002477 -7200 # Node ID f144dd621b72c31a655dd1d2759bfce7e7c55283 # Parent 3214ed6c04f6012feff95d7be9f802535ae449e1 Update according to upstream and vendor differences and versions. diff -r 3214ed6c04f6 -r f144dd621b72 perl-parse/perl-parse.spec --- a/perl-parse/perl-parse.spec Wed Apr 15 22:49:00 2009 +0200 +++ b/perl-parse/perl-parse.spec Fri Apr 17 23:07:57 2009 +0200 @@ -23,7 +23,7 @@ # versions of individual parts %define V_perl 5.10.0 -%define V_config_inifiles 2.45 +%define V_config_inifiles 2.48 %define V_config_general 2.42 %define V_config_simple 4.58 %define V_config_context 0.10 @@ -35,7 +35,7 @@ %define V_parse_recdescent_consumer 1.03 %define V_parse_recdescent_topiary 0.05 %define V_parse_yapp 1.05 -%define V_parse_eyapp 1.136 +%define V_parse_eyapp 1.146 %define V_parse_earley 0.15 %define V_parse_lex 2.15 %define V_parse_flex 0.12 @@ -43,9 +43,9 @@ %define V_appconfig 1.66 %define V_appconfig_std 1.07 %define V_ogdl 20041124 -%define V_text_csv_xs 0.58 +%define V_text_csv_xs 0.64 %define V_text_csv_simple 1.00 -%define V_getopt_long 2.37 +%define V_getopt_long 2.38 %define V_getopt_attribute 1.44 %define V_getopt_argvfile 1.11 %define V_getopt_fancy 0.06 @@ -62,7 +62,7 @@ Group: Perl License: GPL/Artistic Version: %{V_perl} -Release: 20090106 +Release: 20090416 # list of sources Source0: http://www.cpan.org/modules/by-module/Config/Config-IniFiles-%{V_config_inifiles}.tar.gz @@ -96,10 +96,8 @@ # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} -BuildPreReq: OpenPKG, openpkg >= 20040130 -PreReq: OpenPKG, openpkg >= 20040130 -BuildPreReq: perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20051031, tar -PreReq: perl >= %{V_perl} +BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg >= %{V_perl}-20051031 +PreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl} BuildPreReq: perl-util, perl-module, flex PreReq: perl-util, perl-module, flex AutoReq: no @@ -326,7 +324,7 @@ %{l_prefix}/bin/perl-openpkg -d ogdlutils-%{V_ogdl}/perl configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE15} configure build install - %{l_prefix}/bin/perl-openpkg -d %{SOURCE16} configure build install + %{l_prefix}/bin/perl-openpkg -A TAR=%{l_tar} -d %{SOURCE16} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE17} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE18} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE19} configure build install diff -r 3214ed6c04f6 -r f144dd621b72 perl-sys/perl-sys.spec --- a/perl-sys/perl-sys.spec Wed Apr 15 22:49:00 2009 +0200 +++ b/perl-sys/perl-sys.spec Fri Apr 17 23:07:57 2009 +0200 @@ -24,12 +24,12 @@ # versions of individual parts %define V_perl 5.10.0 %define V_unix_syslog 1.1 -%define V_archive_tar 1.42 +%define V_archive_tar 1.46 %define V_archive_zip 1.26 %define V_archive_cpio 0.07 %define V_expect 1.21 %define V_storable 2.18 -%define V_ipc_sharelite 0.13 +%define V_ipc_sharelite 0.17 %define V_ipc_shareable 0.60 %define V_ipc_sharedcache 1.3 %define V_ipc_run 0.82 @@ -40,7 +40,7 @@ %define V_file_temp 0.21 %define V_file_remove 1.42 %define V_file_rename 0.05 -%define V_freezethaw 0.43 +%define V_freezethaw 0.45 %define V_authen_sasl 2.12 %define V_authen_pam 0.16 %define V_weakref 0.01 @@ -58,6 +58,7 @@ %define V_file_fnmatch 0.02 %define V_user 1.8 %define V_file_rsync 0.42 +%define V_storable_amf 0.60 # package information Name: perl-sys @@ -70,7 +71,7 @@ Group: Perl License: GPL/Artistic Version: %{V_perl} -Release: 20090106 +Release: 20090416 # package options %option with_pam no @@ -111,6 +112,7 @@ Source32: http://www.cpan.org/modules/by-module/File/File-Remove-%{V_file_remove}.tar.gz Source33: http://www.cpan.org/modules/by-module/File/File-Rename-%{V_file_rename}.tar.gz Source34: http://www.cpan.org/modules/by-module/File/File-Rsync-%{V_file_rsync}.tar.gz +Source35: http://www.cpan.org/modules/by-module/Storable/Storable-AMF-%{V_storable_amf}.tar.gz Patch0: perl-sys.patch # build information @@ -164,6 +166,7 @@ - File::Remove (%{V_file_remove}) - File::Rename (%{V_file_rename}) - File::Rsync (%{V_file_rsync}) + - Storable::AMF (%{V_storable_amf}) %track prog perl-sys:Archive-Tar = { @@ -341,6 +344,11 @@ url = http://www.cpan.org/modules/by-module/File/ regex = File-Rsync-(__VER__)\.tar\.gz } + prog perl-sys:Storable-AMF = { + version = %{V_storable_amf} + url = http://www.cpan.org/modules/by-module/Storable/ + regex = Storable-AMF-(__VER__)\.tar\.gz + } %prep %setup -q -c @@ -378,6 +386,7 @@ %setup -q -T -D -a 32 %setup -q -T -D -a 33 %setup -q -T -D -a 34 + %setup -q -T -D -a 35 %patch -p0 %build @@ -430,6 +439,7 @@ %{l_prefix}/bin/perl-openpkg -d %{SOURCE32} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE33} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE34} configure build install + %{l_prefix}/bin/perl-openpkg -d %{SOURCE35} 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`