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: 15-Dec-2004 15:55:57
Branch: HEAD Handle: 2004121514555700
Modified files:
openpkg-src/perl-text perl-text.spec
Log:
add Text::VimColor for kwiki (requires perl-util)
Summary:
Revision Changes Path
1.45 +17 -5 openpkg-src/perl-text/perl-text.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-text/perl-text.spec
============================================================================
$ cvs diff -u -r1.44 -r1.45 perl-text.spec
--- openpkg-src/perl-text/perl-text.spec 10 Dec 2004 08:56:05 -0000
1.44
+++ openpkg-src/perl-text/perl-text.spec 15 Dec 2004 14:55:57 -0000
1.45
@@ -31,6 +31,7 @@
%define V_text_autoformat 1.12
%define V_text_quoted 1.8
%define V_text_shellwords 1.07
+%define V_text_vimcolor 0.08
%define V_locale_maketext 1.09
%define V_string_approx 3.23
%define V_string_format 1.13
@@ -47,7 +48,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20041210
+Release: 20041215
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Text/Text-Template-%{V_text_template}.tar.gz
@@ -56,16 +57,19 @@
Source3:
http://www.cpan.org/modules/by-module/Text/Text-Autoformat-%{V_text_autoformat}.tar.gz
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
+Source6:
http://www.cpan.org/modules/by-module/Text/Text-VimColor-%{V_text_vimcolor}.tar.gz
+Source7:
http://www.cpan.org/modules/by-module/Locale/Locale-Maketext-%{V_locale_maketext}.tar.gz
+Source8:
http://www.cpan.org/modules/by-module/String/String-Approx-%{V_string_approx}.tar.gz
+Source9:
http://www.cpan.org/modules/by-module/String/String-Format-%{V_string_format}.tar.gz
+Source10:
http://www.cpan.org/modules/by-module/String/String-ShellQuote-%{V_string_shellquote}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg
>= %{V_perl}-20040126
PreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
+BuildPreReq: perl-util
+PreReq: perl-util
AutoReq: no
AutoReqProv: no
@@ -77,6 +81,7 @@
- Text::Autoformat (%{V_text_autoformat})
- Text::Quoted (%{V_text_quoted})
- Text::Shellwords (%{V_text_shellwords})
+ - Text::VimColor (%{V_text_vimcolor})
- Locale::Maketext (%{V_locale_maketext})
- String::Approx (%{V_string_approx})
- String::Format (%{V_string_format})
@@ -113,6 +118,11 @@
url = http://www.cpan.org/modules/by-module/Text/
regex = Text-Shellwords-(__VER__)\.tar\.gz
}
+ prog perl-text:Text-VimColor = {
+ version = %{V_text_vimcolor}
+ url = http://www.cpan.org/modules/by-module/Text/
+ regex = Text-VimColor-(__VER__)\.tar\.gz
+ }
prog perl-text:Locale-Maketext = {
version = %{V_locale_maketext}
url = http://www.cpan.org/modules/by-module/Locale/
@@ -145,6 +155,7 @@
%setup -q -T -D -a 7
%setup -q -T -D -a 8
%setup -q -T -D -a 9
+ %setup -q -T -D -a 10
%build
@@ -161,6 +172,7 @@
%{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 -d %{SOURCE10} 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]