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: 30-Dec-2004 15:33:26
Branch: HEAD Handle: 2004123014332500
Modified files:
openpkg-src/perl-sys perl-sys.spec
Log:
add Error module (prereq for perl-cache)
Summary:
Revision Changes Path
1.99 +11 -1 openpkg-src/perl-sys/perl-sys.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-sys/perl-sys.spec
============================================================================
$ cvs diff -u -r1.98 -r1.99 perl-sys.spec
--- openpkg-src/perl-sys/perl-sys.spec 22 Dec 2004 07:46:17 -0000
1.98
+++ openpkg-src/perl-sys/perl-sys.spec 30 Dec 2004 14:33:25 -0000
1.99
@@ -48,6 +48,7 @@
%define V_io_multiplex 1.08
%define V_io_interface 0.98
%define V_boulder 1.30
+%define V_error 0.15
# package information
Name: perl-sys
@@ -60,7 +61,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20041222
+Release: 20041230
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
@@ -86,6 +87,7 @@
Source20:
http://www.cpan.org/modules/by-module/IO/IO-Multiplex-%{V_io_multiplex}.tar.gz
Source21:
http://www.cpan.org/modules/by-module/IO/IO-Interface-%{V_io_interface}.tar.gz
Source22:
http://www.cpan.org/modules/by-module/Boulder/Boulder-%{V_boulder}.tar.gz
+Source23:
http://www.cpan.org/modules/by-module/Error/Error-%{V_error}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -122,6 +124,7 @@
- IO::Multiplex (%{V_io_multiplex})
- IO::Interface (%{V_io_interface})
- Boulder (%{V_boulder})
+ - Error (%{V_error})
%track
prog perl-sys:Archive-Tar = {
@@ -239,6 +242,11 @@
url = http://www.cpan.org/modules/by-module/Boulder/
regex = Boulder-(__VER__)\.tar\.gz
}
+ prog perl-sys:Error = {
+ version = %{V_boulder}
+ url = http://www.cpan.org/modules/by-module/Error/
+ regex = Error-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -264,6 +272,7 @@
%setup -q -T -D -a 20
%setup -q -T -D -a 21
%setup -q -T -D -a 22
+ %setup -q -T -D -a 23
%build
@@ -293,6 +302,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE20} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE21} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE22} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE23} 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]