perl-sys/perl-sys.spec

changeset 158
f144dd621b72
parent 58
c89aa64d8014
child 372
442a711da911
     1.1 --- a/perl-sys/perl-sys.spec	Wed Apr 15 22:49:00 2009 +0200
     1.2 +++ b/perl-sys/perl-sys.spec	Fri Apr 17 23:07:57 2009 +0200
     1.3 @@ -24,12 +24,12 @@
     1.4  #   versions of individual parts
     1.5  %define       V_perl                5.10.0
     1.6  %define       V_unix_syslog         1.1
     1.7 -%define       V_archive_tar         1.42
     1.8 +%define       V_archive_tar         1.46
     1.9  %define       V_archive_zip         1.26
    1.10  %define       V_archive_cpio        0.07
    1.11  %define       V_expect              1.21
    1.12  %define       V_storable            2.18
    1.13 -%define       V_ipc_sharelite       0.13
    1.14 +%define       V_ipc_sharelite       0.17
    1.15  %define       V_ipc_shareable       0.60
    1.16  %define       V_ipc_sharedcache     1.3
    1.17  %define       V_ipc_run             0.82
    1.18 @@ -40,7 +40,7 @@
    1.19  %define       V_file_temp           0.21
    1.20  %define       V_file_remove         1.42
    1.21  %define       V_file_rename         0.05
    1.22 -%define       V_freezethaw          0.43
    1.23 +%define       V_freezethaw          0.45
    1.24  %define       V_authen_sasl         2.12
    1.25  %define       V_authen_pam          0.16
    1.26  %define       V_weakref             0.01
    1.27 @@ -58,6 +58,7 @@
    1.28  %define       V_file_fnmatch        0.02
    1.29  %define       V_user                1.8
    1.30  %define       V_file_rsync          0.42
    1.31 +%define       V_storable_amf        0.60
    1.32  
    1.33  #   package information
    1.34  Name:         perl-sys
    1.35 @@ -70,7 +71,7 @@
    1.36  Group:        Perl
    1.37  License:      GPL/Artistic
    1.38  Version:      %{V_perl}
    1.39 -Release:      20090106
    1.40 +Release:      20090416
    1.41  
    1.42  #   package options
    1.43  %option       with_pam   no
    1.44 @@ -111,6 +112,7 @@
    1.45  Source32:     http://www.cpan.org/modules/by-module/File/File-Remove-%{V_file_remove}.tar.gz
    1.46  Source33:     http://www.cpan.org/modules/by-module/File/File-Rename-%{V_file_rename}.tar.gz
    1.47  Source34:     http://www.cpan.org/modules/by-module/File/File-Rsync-%{V_file_rsync}.tar.gz
    1.48 +Source35:     http://www.cpan.org/modules/by-module/Storable/Storable-AMF-%{V_storable_amf}.tar.gz
    1.49  Patch0:       perl-sys.patch
    1.50  
    1.51  #   build information
    1.52 @@ -164,6 +166,7 @@
    1.53      - File::Remove (%{V_file_remove})
    1.54      - File::Rename (%{V_file_rename})
    1.55      - File::Rsync (%{V_file_rsync})
    1.56 +    - Storable::AMF (%{V_storable_amf})
    1.57  
    1.58  %track
    1.59      prog perl-sys:Archive-Tar = {
    1.60 @@ -341,6 +344,11 @@
    1.61          url       = http://www.cpan.org/modules/by-module/File/
    1.62          regex     = File-Rsync-(__VER__)\.tar\.gz
    1.63      }
    1.64 +    prog perl-sys:Storable-AMF = {
    1.65 +        version   = %{V_storable_amf}
    1.66 +        url       = http://www.cpan.org/modules/by-module/Storable/
    1.67 +        regex     = Storable-AMF-(__VER__)\.tar\.gz
    1.68 +    }
    1.69  
    1.70  %prep
    1.71      %setup -q -c
    1.72 @@ -378,6 +386,7 @@
    1.73      %setup -q -T -D -a 32
    1.74      %setup -q -T -D -a 33
    1.75      %setup -q -T -D -a 34
    1.76 +    %setup -q -T -D -a 35
    1.77      %patch -p0
    1.78  
    1.79  %build
    1.80 @@ -430,6 +439,7 @@
    1.81      %{l_prefix}/bin/perl-openpkg -d %{SOURCE32} configure build install
    1.82      %{l_prefix}/bin/perl-openpkg -d %{SOURCE33} configure build install
    1.83      %{l_prefix}/bin/perl-openpkg -d %{SOURCE34} configure build install
    1.84 +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE35} configure build install
    1.85      %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
    1.86      %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`
    1.87  

mercurial