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: 09-Sep-2007 11:43:25
Branch: HEAD Handle: 2007090910432500
Modified files:
openpkg-src/perl-text perl-text.spec
Log:
add Text::ASCIITable for Spreadsheet::Perl
Summary:
Revision Changes Path
1.73 +16 -6 openpkg-src/perl-text/perl-text.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-text/perl-text.spec
============================================================================
$ cvs diff -u -r1.72 -r1.73 perl-text.spec
--- openpkg-src/perl-text/perl-text.spec 22 Mar 2007 21:15:49 -0000
1.72
+++ openpkg-src/perl-text/perl-text.spec 9 Sep 2007 09:43:25 -0000
1.73
@@ -33,6 +33,7 @@
%define V_text_vimcolor 0.11
%define V_text_bargraph 1.0
%define V_text_graph 0.23
+%define V_text_asciitable 0.18
%define V_string_approx 3.26
%define V_string_format 1.14
%define V_string_shellquote 1.03
@@ -50,7 +51,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20070322
+Release: 20070909
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Text/Text-Template-%{V_text_template}.tar.gz
@@ -62,11 +63,12 @@
Source6:
http://www.cpan.org/modules/by-module/Text/Text-VimColor-%{V_text_vimcolor}.tar.gz
Source7:
http://www.cpan.org/modules/by-module/Text/Text-BarGraph-%{V_text_bargraph}.tar.gz
Source8:
http://www.cpan.org/modules/by-module/Text/Text-Graph-%{V_text_graph}.tar.gz
-Source9:
http://www.cpan.org/modules/by-module/String/String-Approx-%{V_string_approx}.tar.gz
-Source10:
http://www.cpan.org/modules/by-module/String/String-Format-%{V_string_format}.tar.gz
-Source11:
http://www.cpan.org/modules/by-module/String/String-ShellQuote-%{V_string_shellquote}.tar.gz
-Source12:
http://www.cpan.org/modules/by-module/Pod/Pod-Escapes-%{V_pod_escapes}.tar.gz
-Source13:
http://www.cpan.org/modules/by-module/Pod/Pod-Simple-%{V_pod_simple}.tar.gz
+Source9:
http://www.cpan.org/modules/by-module/Text/Text-ASCIITable-%{V_text_asciitable}.tar.gz
+Source10:
http://www.cpan.org/modules/by-module/String/String-Approx-%{V_string_approx}.tar.gz
+Source11:
http://www.cpan.org/modules/by-module/String/String-Format-%{V_string_format}.tar.gz
+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
# build information
Prefix: %{l_prefix}
@@ -89,6 +91,7 @@
- Text::VimColor (%{V_text_vimcolor})
- Text::BarGraph (%{V_text_bargraph})
- Text::Graph (%{V_text_graph})
+ - Text::ASCIITable (%{V_text_asciitable})
- String::Approx (%{V_string_approx})
- String::Format (%{V_string_format})
- String::ShellQuote (%{V_string_shellquote})
@@ -141,6 +144,11 @@
url = http://www.cpan.org/modules/by-module/Text/
regex = Text-Graph-(__VER__)\.tar\.gz
}
+ prog perl-text:Text-ASCIITable = {
+ version = %{V_text_asciitable}
+ url = http://www.cpan.org/modules/by-module/Text/
+ regex = Text-ASCIITable-(__VER__)\.tar\.gz
+ }
prog perl-text:String-Approx = {
version = %{V_string_approx}
url = http://www.cpan.org/modules/by-module/String/
@@ -182,6 +190,7 @@
%setup -q -T -D -a 11
%setup -q -T -D -a 12
%setup -q -T -D -a 13
+ %setup -q -T -D -a 14
%build
@@ -202,6 +211,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE11} configure build install
%{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 -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]