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:53:48
Branch: HEAD Handle: 2004121514534800
Modified files:
openpkg-src/perl-util perl-util.spec
Log:
add Path::Class (required for Text::VimColors which in turn is
required by kwiki)
Summary:
Revision Changes Path
1.154 +11 -1 openpkg-src/perl-util/perl-util.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-util/perl-util.spec
============================================================================
$ cvs diff -u -r1.153 -r1.154 perl-util.spec
--- openpkg-src/perl-util/perl-util.spec 10 Dec 2004 10:03:07 -0000
1.153
+++ openpkg-src/perl-util/perl-util.spec 15 Dec 2004 14:53:48 -0000
1.154
@@ -79,6 +79,7 @@
%define V_regexp_shellish 0.93
%define V_contize 0.3
%define V_memoize 1.01
+%define V_path_class 0.07
# package information
Name: perl-util
@@ -91,7 +92,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20041210
+Release: 20041215
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
@@ -148,6 +149,7 @@
Source51:
http://www.cpan.org/authors/id/M/MJ/MJD/Memoize-%{V_memoize}.tar.gz
Source52:
http://www.cpan.org/modules/by-module/Data/Data-Compare-%{V_data_compare}.tar.gz
Source53:
http://www.cpan.org/modules/by-module/Data/Data-Dumper-Simple-%{V_data_dumper_simple}.tar.gz
+Source54:
http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Path-Class-%{V_path_class}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -213,6 +215,7 @@
- Regexp::Shellish (%{V_regexp_shellish})
- Contize (%{V_contize})
- Memoize (%{V_memoize})
+ - Path::Class (%{V_path_class})
%track
prog perl-util:Alias = {
@@ -486,6 +489,11 @@
url = http://www.cpan.org/authors/id/M/MJ/MJD/
regex = Memoize-(__VER__)\.tar\.gz
}
+ prog perl-util:Path-Class = {
+ version = %{V_path_class}
+ url = http://www.cpan.org/authors/id/K/KW/KWILLIAMS/
+ regex = Path-Class-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -542,6 +550,7 @@
%setup -q -T -D -a 51
%setup -q -T -D -a 52
%setup -q -T -D -a 53
+ %setup -q -T -D -a 54
%build
@@ -602,6 +611,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE51} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE52} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE53} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE54} configure build install
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/replace
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/prove
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]