Ver código fonte

added Class::Container and Cache::Cache

Michael van Elst 23 anos atrás
pai
commit
86c3bed920
1 arquivos alterados com 12 adições e 2 exclusões
  1. 12 2
      perl-util/perl-util.spec

+ 12 - 2
perl-util/perl-util.spec

@@ -35,6 +35,8 @@
 %define       V_class_data_inheritable   0.02
 %define       V_exception_class          1.07
 %define       V_object_realize_later     0.10
+%define       V_class_container          0.08
+%define       V_cache_cache              1.01
 
 #   package information
 Name:         perl-util
@@ -45,8 +47,8 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [BASE]
 Group:        Language
 License:      GPL/Artistic
-Version:      20021213
-Release:      20021213
+Version:      20030110
+Release:      20030110
 
 #   list of sources
 Source0:      http://www.cpan.org/modules/by-module/Alias/Alias-%{V_alias}.tar.gz
@@ -60,6 +62,8 @@ Source7:      http://www.cpan.org/modules/by-module/Attribute/Params-Validate-%{
 Source8:      http://www.cpan.org/modules/by-module/Class/Class-Data-Inheritable-%{V_class_data_inheritable}.tar.gz
 Source9:      http://www.cpan.org/modules/by-module/Exception/Exception-Class-%{V_exception_class}.tar.gz
 Source10:     http://www.cpan.org/modules/by-module/Object/Object-Realize-Later-%{V_object_realize_later}.tar.gz
+Source11:     http://www.cpan.org/modules/by-module/Class/Class-Container-%{V_class_container}.tar.gz
+Source12:     http://www.cpan.org/modules/by-module/Cache/Cache-Cache-%{V_cache_cache}.tar.gz
 
 #   build information
 Prefix:       %{l_prefix}
@@ -82,6 +86,8 @@ AutoReqProv:  no
     - Class::Data::Inheritable    (%{V_class_data_inheritable})
     - Exception::Class            (%{V_exception_class})
     - Object::Realize::Later      (%{V_object_realize_later})
+    - Class::Container            (%{V_class_container})
+    - Cache::Cache                (%{V_cache_cache})
 
 %prep
     %setup0  -q -c
@@ -95,6 +101,8 @@ AutoReqProv:  no
     %setup8  -q -T -D -a 8
     %setup9  -q -T -D -a 9
     %setup10 -q -T -D -a 10
+    %setup11 -q -T -D -a 11
+    %setup12 -q -T -D -a 12
 
 %build
 
@@ -114,6 +122,8 @@ AutoReqProv:  no
     %{l_prefix}/bin/perl-openpkg install -d %{SOURCE8}
     %{l_prefix}/bin/perl-openpkg install -d %{SOURCE9}
     %{l_prefix}/bin/perl-openpkg install -d %{SOURCE10}
+    %{l_prefix}/bin/perl-openpkg install -d %{SOURCE11}
+    %{l_prefix}/bin/perl-openpkg install -d %{SOURCE12}
 
     #   perform common epilog operations
     %{l_prefix}/bin/perl-openpkg epilog