Bläddra i källkod

add Path::Class (required for Text::VimColors which in turn is required by kwiki)

Ralf S. Engelschall 21 år sedan
förälder
incheckning
7b0fdb5346
1 ändrade filer med 11 tillägg och 1 borttagningar
  1. 11 1
      perl-util/perl-util.spec

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

@@ -79,6 +79,7 @@
 %define       V_regexp_shellish          0.93
 %define       V_contize                  0.3
 %define       V_memoize                  1.01
+%define       V_path_class               0.07
 
 #   package information
 Name:         perl-util
@@ -91,7 +92,7 @@ Class:        BASE
 Group:        Language
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20041210
+Release:      20041215
 
 #   list of sources
 Source0:      http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
@@ -148,6 +149,7 @@ Source50:     http://www.cpan.org/modules/by-module/Data/Data-Table-%{V_data_tab
 Source51:     http://www.cpan.org/authors/id/M/MJ/MJD/Memoize-%{V_memoize}.tar.gz
 Source52:     http://www.cpan.org/modules/by-module/Data/Data-Compare-%{V_data_compare}.tar.gz
 Source53:     http://www.cpan.org/modules/by-module/Data/Data-Dumper-Simple-%{V_data_dumper_simple}.tar.gz
+Source54:     http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Path-Class-%{V_path_class}.tar.gz
 
 #   build information
 Prefix:       %{l_prefix}
@@ -213,6 +215,7 @@ AutoReqProv:  no
     - Regexp::Shellish (%{V_regexp_shellish})
     - Contize (%{V_contize})
     - Memoize (%{V_memoize})
+    - Path::Class (%{V_path_class})
 
 %track
     prog perl-util:Alias = {
@@ -486,6 +489,11 @@ AutoReqProv:  no
         url       = http://www.cpan.org/authors/id/M/MJ/MJD/
         regex     = Memoize-(__VER__)\.tar\.gz
     }
+    prog perl-util:Path-Class = {
+        version   = %{V_path_class}
+        url       = http://www.cpan.org/authors/id/K/KW/KWILLIAMS/
+        regex     = Path-Class-(__VER__)\.tar\.gz
+    }
 
 %prep
     %setup -q -c
@@ -542,6 +550,7 @@ AutoReqProv:  no
     %setup -q -T -D -a 51
     %setup -q -T -D -a 52
     %setup -q -T -D -a 53
+    %setup -q -T -D -a 54
 
 %build
 
@@ -602,6 +611,7 @@ AutoReqProv:  no
     %{l_prefix}/bin/perl-openpkg -d %{SOURCE51} configure build install
     %{l_prefix}/bin/perl-openpkg -d %{SOURCE52} configure build install
     %{l_prefix}/bin/perl-openpkg -d %{SOURCE53} configure build install
+    %{l_prefix}/bin/perl-openpkg -d %{SOURCE54} 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