OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Oct-2008 12:31:29
Branch: HEAD Handle: 2008102611312800
Modified files:
openpkg-src/perl-text perl-text.spec
Log:
add Number::Format
Summary:
Revision Changes Path
1.83 +11 -1 openpkg-src/perl-text/perl-text.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-text/perl-text.spec
============================================================================
$ cvs diff -u -r1.82 -r1.83 perl-text.spec
--- openpkg-src/perl-text/perl-text.spec 7 Jun 2008 19:03:17 -0000
1.82
+++ openpkg-src/perl-text/perl-text.spec 26 Oct 2008 11:31:28 -0000
1.83
@@ -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 @@
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 @@
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 @@
- 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 @@
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 @@
%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 @@
%{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`
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]