Browse Source

add Class::Trait

Ralf S. Engelschall 19 years ago
parent
commit
d8fbf5cb40
1 changed files with 11 additions and 1 deletions
  1. 11 1
      perl-util/perl-util.spec

+ 11 - 1
perl-util/perl-util.spec

@@ -91,6 +91,7 @@
 %define       V_data_page_pageset        1.02
 %define       V_want                     0.10
 %define       V_class_insideout          1.01
+%define       V_class_trait              0.20
 
 #   package information
 Name:         perl-util
@@ -103,7 +104,7 @@ Class:        BASE
 Group:        Language
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20060728
+Release:      20060806
 
 #   list of sources
 Source0:      http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
@@ -173,6 +174,7 @@ Source63:     http://www.cpan.org/modules/by-module/Class/Class-ErrorHandler-%{V
 Source64:     http://www.cpan.org/modules/by-module/Class/Class-Singleton-%{V_class_singleton}.tar.gz
 Source65:     http://www.cpan.org/modules/by-module/UNIVERSAL/UNIVERSAL-require-%{V_universal_require}.tar.gz
 Source66:     http://www.cpan.org/modules/by-module/Class/Class-InsideOut-%{V_class_insideout}.tar.gz
+Source67:     http://www.cpan.org/modules/by-module/Class/Class-Trait-%{V_class_trait}.tar.gz
 
 #   build information
 Prefix:       %{l_prefix}
@@ -210,6 +212,7 @@ AutoReqProv:  no
     - Class::ErrorHandler (%{V_class_errorhandler})
     - Class::Singleton (%{V_class_singleton})
     - Class::InsideOut (%{V_class_insideout})
+    - Class::Trait (%{V_class_trait})
     - Data::Locations (%{V_data_locations})
     - Data::Swap (%{V_data_swap})
     - Data::Flow (%{V_data_flow})
@@ -590,6 +593,11 @@ AutoReqProv:  no
         url       = http://www.cpan.org/modules/by-module/Class/
         regex     = Class-InsideOut-(__VER__)\.tar\.gz
     }
+    prog perl-util:Class-Trait = {
+        version   = %{V_class_trait}
+        url       = http://www.cpan.org/modules/by-module/Class/
+        regex     = Class-Trait-(__VER__)\.tar\.gz
+    }
 
 %prep
     %setup -q -c
@@ -659,6 +667,7 @@ AutoReqProv:  no
     %setup -q -T -D -a 64
     %setup -q -T -D -a 65
     %setup -q -T -D -a 66
+    %setup -q -T -D -a 67
 
 %build
 
@@ -732,6 +741,7 @@ AutoReqProv:  no
     %{l_prefix}/bin/perl-openpkg -d %{SOURCE64} configure build install
     %{l_prefix}/bin/perl-openpkg -d %{SOURCE65} configure build install
     %{l_prefix}/bin/perl-openpkg -d %{SOURCE66} configure build install
+    %{l_prefix}/bin/perl-openpkg -d %{SOURCE67} configure build install
     rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/replace
     rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/prove
     %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup