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`