OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 04-Sep-2006 16:11:38
Branch: HEAD Handle: 2006090415113800
Modified files:
openpkg-src/perl-sys perl-sys.spec
Log:
add File::FnMatch
Summary:
Revision Changes Path
1.155 +11 -1 openpkg-src/perl-sys/perl-sys.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-sys/perl-sys.spec
============================================================================
$ cvs diff -u -r1.154 -r1.155 perl-sys.spec
--- openpkg-src/perl-sys/perl-sys.spec 2 Sep 2006 08:18:50 -0000
1.154
+++ openpkg-src/perl-sys/perl-sys.spec 4 Sep 2006 14:11:38 -0000
1.155
@@ -52,6 +52,7 @@
%define V_io_mux 0.08
%define V_boulder 1.30
%define V_error 0.17004
+%define V_file_fnmatch 0.02
# package information
Name: perl-sys
@@ -64,7 +65,7 @@
Group: Language
License: GPL/Artistic
Version: %{V_perl}
-Release: 20060902
+Release: 20060904
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
@@ -95,6 +96,7 @@
Source25:
http://www.cpan.org/modules/by-module/Error/Error-%{V_error}.tar.gz
Source26:
http://www.cpan.org/modules/by-module/IPC/IPC-Run3-%{V_ipc_run3}.tar.gz
Source27:
http://www.cpan.org/modules/by-module/IO/IO-Mux-%{V_io_mux}.tar.gz
+Source28:
http://www.cpan.org/modules/by-module/File/File-FnMatch-%{V_file_fnmatch}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -136,6 +138,7 @@
- IO::Mux (%{V_io_mux})
- Boulder (%{V_boulder})
- Error (%{V_error})
+ - File::FnMatch (%{V_file_fnmatch})
%track
prog perl-sys:Archive-Tar = {
@@ -278,6 +281,11 @@
url = http://www.cpan.org/modules/by-module/Error/
regex = Error-(__VER__)\.tar\.gz
}
+ prog perl-sys:File-FnMatch = {
+ version = %{V_file_fnmatch}
+ url = http://www.cpan.org/modules/by-module/File/
+ regex = File-FnMatch-(__VER__)\.tar\.gz
+ }
%prep
%setup -q -c
@@ -308,6 +316,7 @@
%setup -q -T -D -a 25
%setup -q -T -D -a 26
%setup -q -T -D -a 27
+ %setup -q -T -D -a 28
%build
@@ -342,6 +351,7 @@
%{l_prefix}/bin/perl-openpkg -d %{SOURCE25} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE26} configure build install
%{l_prefix}/bin/perl-openpkg -d %{SOURCE27} configure build install
+ %{l_prefix}/bin/perl-openpkg -d %{SOURCE28} 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]