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 openpkg-web openpkg$ Date: 17-Jan-2003 17:18:56
Branch: HEAD Handle: 2003011716185302
Modified files:
openpkg-re/vcheck vc.perl-sys
openpkg-src/perl-sys perl-sys.spec
openpkg-web news.txt
Log:
fix packaging and add Authen::SASL (does not require sasl package)
Summary:
Revision Changes Path
1.8 +5 -0 openpkg-re/vcheck/vc.perl-sys
1.21 +8 -3 openpkg-src/perl-sys/perl-sys.spec
1.2918 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.perl-sys
============================================================================
$ cvs diff -u -r1.7 -r1.8 vc.perl-sys
--- openpkg-re/vcheck/vc.perl-sys 10 Dec 2002 21:17:13 -0000 1.7
+++ openpkg-re/vcheck/vc.perl-sys 17 Jan 2003 16:18:53 -0000 1.8
@@ -36,4 +36,9 @@
url = http://www.cpan.org/modules/by-module/FreezeThaw/
regex = FreezeThaw-(__VER__)\.tar\.gz
}
+prog perl-sys:Authen-SASL = {
+ version = 2.02
+ url = http://www.cpan.org/modules/by-module/Authen/
+ regex = Authen-SASL-(__VER__)\.tar\.gz
+}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-sys/perl-sys.spec
============================================================================
$ cvs diff -u -r1.20 -r1.21 perl-sys.spec
--- openpkg-src/perl-sys/perl-sys.spec 3 Jan 2003 10:54:06 -0000 1.20
+++ openpkg-src/perl-sys/perl-sys.spec 17 Jan 2003 16:18:55 -0000 1.21
@@ -31,6 +31,7 @@
%define V_ipc_shareable 0.60
%define V_file_tail 0.98
%define V_freezethaw 0.43
+%define V_authen_sasl 2.02
# package information
Name: perl-sys
@@ -41,8 +42,8 @@
Distribution: OpenPKG [BASE]
Group: Language
License: GPL/Artistic
-Version: 20021210
-Release: 20021210
+Version: 20030117
+Release: 20030117
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
@@ -52,6 +53,7 @@
Source4:
http://www.cpan.org/modules/by-module/IPC/IPC-Shareable-%{V_ipc_shareable}.tar.gz
Source5:
http://www.cpan.org/modules/by-module/File/File-Tail-%{V_file_tail}.tar.gz
Source6:
http://www.cpan.org/modules/by-module/FreezeThaw/FreezeThaw-%{V_freezethaw}.tar.gz
+Source7:
http://www.cpan.org/modules/by-module/Authen/Authen-SASL-%{V_authen_sasl}.tar.gz
# build information
Prefix: %{l_prefix}
@@ -70,6 +72,7 @@
- IPC::Shareable (%{V_ipc_shareable})
- File::Tail (%{V_file_tail})
- FreezeThaw (%{V_freezethaw})
+ - Authen::SASL (%{V_authen_sasl})
%prep
%setup0 -q -c
@@ -78,7 +81,8 @@
%setup3 -q -T -D -a 3
%setup4 -q -T -D -a 4
%setup5 -q -T -D -a 5
- %setup5 -q -T -D -a 6
+ %setup6 -q -T -D -a 6
+ %setup7 -q -T -D -a 7
%build
@@ -94,6 +98,7 @@
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE4}
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE5}
%{l_prefix}/bin/perl-openpkg install -d %{SOURCE6}
+ %{l_prefix}/bin/perl-openpkg install -d %{SOURCE7}
# perform common epilog operations
%{l_prefix}/bin/perl-openpkg epilog
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2917 -r1.2918 news.txt
--- openpkg-web/news.txt 17 Jan 2003 15:52:12 -0000 1.2917
+++ openpkg-web/news.txt 17 Jan 2003 16:18:54 -0000 1.2918
@@ -1,3 +1,4 @@
+17-Jan-2003: Upgraded package: P<perl-sys-20030117-20030117>
17-Jan-2003: Upgraded package: P<xerces-c-2.1.0-20030117>
17-Jan-2003: New package: P<perl-apache-20030117-20030117>
17-Jan-2003: Upgraded package: P<j2ee-1.3.1-20030117>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]