OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-re Date: 02-Dec-2003 16:44:59
Branch: HEAD Handle: 2003120215445801
Modified files:
openpkg-re/vcheck vc.perl-util
openpkg-src/perl-util perl-util.spec
Log:
add Test::Manifest to be used by perl-xml
Summary:
Revision Changes Path
1.69 +5 -0 openpkg-re/vcheck/vc.perl-util
1.93 +5 -0 openpkg-src/perl-util/perl-util.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.perl-util
============================================================================
$ cvs diff -u -r1.68 -r1.69 vc.perl-util
--- openpkg-re/vcheck/vc.perl-util 26 Nov 2003 09:10:01 -0000 1.68
+++ openpkg-re/vcheck/vc.perl-util 2 Dec 2003 15:44:58 -0000 1.69
@@ -106,6 +106,11 @@
url = http://www.cpan.org/modules/by-module/Test/
regex = Test-Inline-(__VER__)\.tar\.gz
}
+prog perl-util:Test-Manifest = {
+ version = 0.92
+ url = http://www.cpan.org/modules/by-module/Test/
+ regex = Test-Manifest-(__VER__)\.tar\.gz
+}
prog perl-util:Test-Simple = {
version = 0.47
url = http://www.cpan.org/modules/by-module/Test/
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-util/perl-util.spec
============================================================================
$ cvs diff -u -r1.92 -r1.93 perl-util.spec
--- openpkg-src/perl-util/perl-util.spec 2 Dec 2003 13:34:36 -0000 1.92
+++ openpkg-src/perl-util/perl-util.spec 2 Dec 2003 15:44:59 -0000 1.93
@@ -45,6 +45,7 @@
%define V_test 1.24
%define V_test_inline 0.15
%define V_test_harness 2.38
+%define V_test_manifest 0.92
%define V_test_simple 0.47
# package information
@@ -82,6 +83,7 @@
Source19:
http://www.cpan.org/authors/id/M/MS/MSCHWARTZ/Startup-%{V_startup}.tar.gz
Source20:
http://www.cpan.org/modules/by-module/String/String-Divert-%{V_string_divert}.tar.gz
Source21:
http://www.cpan.org/modules/by-module/Test/Test-Simple-%{V_test_simple}.tar.gz
+Source22:
http://www.cpan.org/modules/by-module/Test/Test-Manifest-%{V_test_manifest}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -114,6 +116,7 @@
- Test (%{V_test})
- Test::Inline (%{V_test_inline})
- Test::Harness (%{V_test_harness})
+ - Test::Manifest (%{V_test_manifest})
- Test::Simple (%{V_test_simple})
%prep
@@ -139,6 +142,7 @@
%setup19 -q -T -D -a 19
%setup20 -q -T -D -a 20
%setup21 -q -T -D -a 21
+ %setup22 -q -T -D -a 22
%build
@@ -169,6 +173,7 @@
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE19}
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE20}
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE21}
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE22}
# cleanup installation files
rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/replace # demo from "Startup" module
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]