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: 09-Oct-2004 14:55:16
Branch: HEAD Handle: 2004100913551600
Modified files:
openpkg-src/perl-sys perl-sys.spec
Log:
add IO::Interface, required by Net::Packet in perl-net
Summary:
Revision Changes Path
1.86 +11 -1 openpkg-src/perl-sys/perl-sys.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-sys/perl-sys.spec
============================================================================
$ cvs diff -u -r1.85 -r1.86 perl-sys.spec
--- openpkg-src/perl-sys/perl-sys.spec 18 Sep 2004 10:59:53 -0000 1.85
+++ openpkg-src/perl-sys/perl-sys.spec 9 Oct 2004 12:55:16 -0000 1.86
@@ -44,6 +44,7 @@
%define V_spiffy 0.20
%define V_io_all 0.31
%define V_io_multiplex 1.08
+%define V_io_interface 0.98
# package information
Name: perl-sys
@@ -56,7 +57,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20040918
+Release: 20041009
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
@@ -78,6 +79,7 @@
Source16: http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-%{V_spiffy}.tar.gz
Source17: http://www.cpan.org/modules/by-module/IO/IO-All-%{V_io_all}.tar.gz
Source18:
http://www.cpan.org/modules/by-module/IO/IO-Multiplex-%{V_io_multiplex}.tar.gz
+Source19:
http://www.cpan.org/modules/by-module/IO/IO-Interface-%{V_io_interface}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -110,6 +112,7 @@
- Spiffy (%{V_spiffy})
- IO::All (%{V_io_all})
- IO::Multiplex (%{V_io_multiplex})
+ - IO::Interface (%{V_io_interface})
%track
prog perl-sys:Archive-Tar = {
@@ -207,6 +210,11 @@
url = http://www.cpan.org/modules/by-module/IO/
regex = IO-Multiplex-(__VER__)\.tar\.gz
}
+ prog perl-sys:IO-Interface = {
+ version = %{V_io_interface}
+ url = http://www.cpan.org/modules/by-module/IO/
+ regex = IO-Interface-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -228,6 +236,7 @@
%setup -q -T -D -a 16
%setup -q -T -D -a 17
%setup -q -T -D -a 18
+ %setup -q -T -D -a 19
%build
@@ -253,6 +262,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE16} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE17} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE18} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE19} 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]