Explorar el Código

add Number::Format

Ralf S. Engelschall hace 17 años
padre
commit
9eb119ec06
Se han modificado 1 ficheros con 11 adiciones y 1 borrados
  1. 11 1
      perl-text/perl-text.spec

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

@@ -38,6 +38,7 @@
 %define       V_string_shellquote            1.03
 %define       V_pod_escapes                  1.04
 %define       V_pod_simple                   3.07
+%define       V_number_format                1.60
 
 #   package information
 Name:         perl-text
@@ -50,7 +51,7 @@ Class:        BASE
 Group:        Perl
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20080607
+Release:      20081026
 
 #   list of sources
 Source0:      http://www.cpan.org/modules/by-module/Text/Text-Template-%{V_text_template}.tar.gz
@@ -68,6 +69,7 @@ Source11:     http://www.cpan.org/modules/by-module/String/String-Format-%{V_str
 Source12:     http://www.cpan.org/modules/by-module/String/String-ShellQuote-%{V_string_shellquote}.tar.gz
 Source13:     http://www.cpan.org/modules/by-module/Pod/Pod-Escapes-%{V_pod_escapes}.tar.gz
 Source14:     http://www.cpan.org/modules/by-module/Pod/Pod-Simple-%{V_pod_simple}.tar.gz
+Source15:     http://www.cpan.org/modules/by-module/Number/Number-Format-%{V_number_format}.tar.gz
 
 #   build information
 Prefix:       %{l_prefix}
@@ -96,6 +98,7 @@ AutoReqProv:  no
     - String::ShellQuote (%{V_string_shellquote})
     - Pod::Escapes (%{V_pod_escapes})
     - Pod::Simple (%{V_pod_simple})
+    - Number::Format (%{V_number_format})
 
 %track
     prog perl-text:Text-Autoformat = {
@@ -173,6 +176,11 @@ AutoReqProv:  no
         url       = http://www.cpan.org/modules/by-module/Pod/
         regex     = Pod-Simple-(\d+\.\d+(\.\d+)*)\.tar\.gz
     }
+    prog perl-text:Number-Format = {
+        version   = %{V_number_format}
+        url       = http://www.cpan.org/modules/by-module/Number/
+        regex     = Number-Format-(\d+\.\d+(\.\d+)*)\.tar\.gz
+    }
 
 %prep
     %setup -q -c
@@ -190,6 +198,7 @@ AutoReqProv:  no
     %setup -q -T -D -a 12
     %setup -q -T -D -a 13
     %setup -q -T -D -a 14
+    %setup -q -T -D -a 15
 
 %build
 
@@ -211,6 +220,7 @@ AutoReqProv:  no
     %{l_prefix}/bin/perl-openpkg -d %{SOURCE12} configure build install
     %{l_prefix}/bin/perl-openpkg -d %{SOURCE13} configure build install
     %{l_prefix}/bin/perl-openpkg -d %{SOURCE14} configure build install
+    %{l_prefix}/bin/perl-openpkg -d %{SOURCE15} configure build install
     %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
     %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files`