OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 10-Dec-2004 09:56:05 Branch: HEAD Handle: 2004121008560500 Modified files: openpkg-src/perl-text perl-text.spec Log: add three more String:* modules Summary: Revision Changes Path 1.44 +31 -1 openpkg-src/perl-text/perl-text.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/perl-text/perl-text.spec ============================================================================ $ cvs diff -u -r1.43 -r1.44 perl-text.spec --- openpkg-src/perl-text/perl-text.spec 29 Nov 2004 19:38:29 -0000 1.43 +++ openpkg-src/perl-text/perl-text.spec 10 Dec 2004 08:56:05 -0000 1.44 @@ -32,6 +32,9 @@ %define V_text_quoted 1.8 %define V_text_shellwords 1.07 %define V_locale_maketext 1.09 +%define V_string_approx 3.23 +%define V_string_format 1.13 +%define V_string_shellquote 1.00 # package information Name: perl-text @@ -44,7 +47,7 @@ Group: Language License: GPL/Artistic Version: %{V_perl} -Release: 20041129 +Release: 20041210 # list of sources Source0: http://www.cpan.org/modules/by-module/Text/Text-Template-%{V_text_template}.tar.gz @@ -54,6 +57,9 @@ Source4: http://www.cpan.org/modules/by-module/Text/Text-Quoted-%{V_text_quoted}.tar.gz Source5: http://www.cpan.org/modules/by-module/Text/Text-Shellwords-%{V_text_shellwords}.tar.gz Source6: http://www.cpan.org/modules/by-module/Locale/Locale-Maketext-%{V_locale_maketext}.tar.gz +Source7: http://www.cpan.org/modules/by-module/String/String-Approx-%{V_string_approx}.tar.gz +Source8: http://www.cpan.org/modules/by-module/String/String-Format-%{V_string_format}.tar.gz +Source9: http://www.cpan.org/modules/by-module/String/String-ShellQuote-%{V_string_shellquote}.tar.gz # build information Prefix: %{l_prefix} @@ -72,6 +78,9 @@ - Text::Quoted (%{V_text_quoted}) - Text::Shellwords (%{V_text_shellwords}) - Locale::Maketext (%{V_locale_maketext}) + - String::Approx (%{V_string_approx}) + - String::Format (%{V_string_format}) + - String::ShellQuote (%{V_string_shellquote}) %track prog perl-text:Text-Autoformat = { @@ -109,6 +118,21 @@ url = http://www.cpan.org/modules/by-module/Locale/ regex = Locale-Maketext-(__VER__)\.tar\.gz } + prog perl-text:String-Approx = { + version = %{V_string_approx} + url = http://www.cpan.org/modules/by-module/String/ + regex = String-Approx-(__VER__)\.tar\.gz + } + prog perl-text:String-Format = { + version = %{V_string_format} + url = http://www.cpan.org/modules/by-module/String/ + regex = String-Format-(__VER__)\.tar\.gz + } + prog perl-text:String-ShellQuote = { + version = %{V_string_shellquote} + url = http://www.cpan.org/modules/by-module/String/ + regex = String-ShellQuote-(__VER__)\.tar\.gz + } %prep %setup -q -c @@ -118,6 +142,9 @@ %setup -q -T -D -a 4 %setup -q -T -D -a 5 %setup -q -T -D -a 6 + %setup -q -T -D -a 7 + %setup -q -T -D -a 8 + %setup -q -T -D -a 9 %build @@ -131,6 +158,9 @@ %{l_prefix}/bin/perl-openpkg -d %{SOURCE4} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE5} configure build install %{l_prefix}/bin/perl-openpkg -d %{SOURCE6} configure build install + %{l_prefix}/bin/perl-openpkg -d %{SOURCE7} configure build install + %{l_prefix}/bin/perl-openpkg -d %{SOURCE8} configure build install + %{l_prefix}/bin/perl-openpkg -d %{SOURCE9} 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` @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]