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: 17-Jun-2007 09:53:11
Branch: HEAD Handle: 2007061708531100
Modified files:
openpkg-src/perl-util perl-util.spec
Log:
add Regexp::Wildcards
Summary:
Revision Changes Path
1.332 +10 -1 openpkg-src/perl-util/perl-util.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-util/perl-util.spec
============================================================================
$ cvs diff -u -r1.331 -r1.332 perl-util.spec
--- openpkg-src/perl-util/perl-util.spec 9 Jun 2007 08:07:47 -0000
1.331
+++ openpkg-src/perl-util/perl-util.spec 17 Jun 2007 07:53:11 -0000
1.332
@@ -79,6 +79,7 @@
%define V_regexp_parser 0.20
%define V_regexp_shellish 0.93
%define V_regexp_assemble 0.31
+%define V_regexp_wildcards 0.02
%define V_contize 0.3
%define V_memoize 1.01
%define V_path_class 0.16
@@ -105,7 +106,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20070609
+Release: 20070617
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
@@ -177,6 +178,7 @@
Source66:
http://www.cpan.org/modules/by-module/Class/Class-Trait-%{V_class_trait}.tar.gz
Source67:
http://www.cpan.org/modules/by-module/Hash/Hash-Merge-%{V_hash_merge}.tar.gz
Source68:
http://www.cpan.org/authors/id/R/RO/ROODE/Readonly-%{V_readonly}.tar.gz
+Source69:
http://www.cpan.org/modules/by-module/Regexp/Regexp-Wildcards-%{V_regexp_wildcards}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -526,6 +528,11 @@
url = http://www.cpan.org/modules/by-module/Regexp/
regex = Regexp-Assemble-(__VER__)\.tar\.gz
}
+ prog perl-util:Regexp-Wildcards = {
+ version = %{V_regexp_wildcards}
+ url = http://www.cpan.org/modules/by-module/Regexp/
+ regex = Regexp-Wildcards-(__VER__)\.tar\.gz
+ }
prog perl-util:Contize = {
version = %{V_contize}
url = http://www.cpan.org/authors/id/A/AW/AWWAIID/
@@ -677,6 +684,7 @@
%setup -q -T -D -a 66
%setup -q -T -D -a 67
%setup -q -T -D -a 68
+ %setup -q -T -D -a 69
%build
@@ -752,6 +760,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE66} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE67} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE68} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE69} 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
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]