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: 17-Dec-2004 23:49:59
Branch: HEAD Handle: 2004121722495900
Modified files:
openpkg-src/perl-sys perl-sys.spec
Log:
add prereq for forthcoming flowscan
Summary:
Revision Changes Path
1.96 +11 -1 openpkg-src/perl-sys/perl-sys.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-sys/perl-sys.spec
============================================================================
$ cvs diff -u -r1.95 -r1.96 perl-sys.spec
--- openpkg-src/perl-sys/perl-sys.spec 16 Dec 2004 12:02:57 -0000
1.95
+++ openpkg-src/perl-sys/perl-sys.spec 17 Dec 2004 22:49:59 -0000
1.96
@@ -47,6 +47,7 @@
%define V_io_all 0.32
%define V_io_multiplex 1.08
%define V_io_interface 0.98
+%define V_boulder 1.30
# package information
Name: perl-sys
@@ -59,7 +60,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20041216
+Release: 20041217
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
@@ -84,6 +85,7 @@
Source19:
http://www.cpan.org/modules/by-module/IO/IO-All-%{V_io_all}.tar.gz
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
# build information
Prefix: %{l_prefix}
@@ -119,6 +121,7 @@
- IO::All (%{V_io_all})
- IO::Multiplex (%{V_io_multiplex})
- IO::Interface (%{V_io_interface})
+ - Boulder (%{V_boulder})
%track
prog perl-sys:Archive-Tar = {
@@ -231,6 +234,11 @@
url = http://www.cpan.org/modules/by-module/IO/
regex = IO-Interface-(__VER__)\.tar\.gz
}
+ prog perl-sys:Boulder = {
+ version = %{V_boulder}
+ url = http://www.cpan.org/modules/by-module/Boulder/
+ regex = Boulder-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -255,6 +263,7 @@
%setup -q -T -D -a 19
%setup -q -T -D -a 20
%setup -q -T -D -a 21
+ %setup -q -T -D -a 22
%build
@@ -283,6 +292,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE19} configure build install
%{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 -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]