Selaa lähdekoodia

upgrading package: perl-ds 20021116 -> 20021211

Michael van Elst 23 vuotta sitten
vanhempi
commit
4d2f2a0cfc
1 muutettua tiedostoa jossa 7 lisäystä ja 2 poistoa
  1. 7 2
      perl-ds/perl-ds.spec

+ 7 - 2
perl-ds/perl-ds.spec

@@ -28,6 +28,7 @@
 %define       V_set_scalar      1.17
 %define       V_io_string       1.01
 %define       V_io_stringy      2.108
+%define       V_tie_ixhash      1.21
 
 #   package information
 Name:         perl-ds
@@ -38,14 +39,15 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [BASE]
 Group:        Language
 License:      GPL/Artistic
-Version:      20021116
-Release:      20021116
+Version:      20021211
+Release:      20021211
 
 #   list of sources
 Source0:      http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
 Source1:      http://www.cpan.org/modules/by-module/Set/Set-Scalar-%{V_set_scalar}.tar.gz
 Source2:      http://www.cpan.org/modules/by-module/IO/IO-String-%{V_io_string}.tar.gz
 Source3:      http://www.cpan.org/modules/by-module/IO/IO-stringy-%{V_io_stringy}.tar.gz
+Source4:      http://www.cpan.org/modules/by-module/Tie/Tie-IxHash-%{V_tie_ixhash}.tar.gz
 
 #   build information
 Prefix:       %{l_prefix}
@@ -61,12 +63,14 @@ AutoReqProv:  no
     - Set::Scalar (%{V_set_scalar})
     - IO::String (%{V_io_string})
     - IO::stringy (%{V_io_stringy})
+    - Tie::IxHash (%{V_tie_ixhash})
 
 %prep
     %setup0 -q -c
     %setup1 -q -T -D -a 1
     %setup2 -q -T -D -a 2
     %setup3 -q -T -D -a 3
+    %setup3 -q -T -D -a 4
 
 %build
 
@@ -79,6 +83,7 @@ AutoReqProv:  no
     %{l_prefix}/bin/perl-openpkg install -d %{SOURCE1}
     %{l_prefix}/bin/perl-openpkg install -d %{SOURCE2}
     %{l_prefix}/bin/perl-openpkg install -d %{SOURCE3}
+    %{l_prefix}/bin/perl-openpkg install -d %{SOURCE4}
 
     #   perform common epilog operations
     %{l_prefix}/bin/perl-openpkg epilog