OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re, openpkg-web, openpkg-src Date: 03-Oct-2002 09:16:07
Branch: HEAD Handle: 2002100308160501
Modified files:
openpkg-re/vcheck vc.c-client
openpkg-src/c-client c-client.spec
openpkg-web news.txt
Log:
upgrading package: c-client 2002rc6 -> 2002rc7
Summary:
Revision Changes Path
1.8 +1 -1 openpkg-re/vcheck/vc.c-client
1.11 +9 -6 openpkg-src/c-client/c-client.spec
1.1681 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.c-client
============================================================
$ cvs diff -u -r1.7 -r1.8 vc.c-client
--- openpkg-re/vcheck/vc.c-client 14 Sep 2002 07:14:50 -0000 1.7
+++ openpkg-re/vcheck/vc.c-client 3 Oct 2002 07:16:05 -0000 1.8
@@ -2,7 +2,7 @@
}
prog c-client = {
- version = 2002.RC6
+ version = 2002.RC7
url = ftp://ftp.cac.washington.edu/imap/
regex = imap-(__VER__)\.tar\.Z
}
Index: openpkg-src/c-client/c-client.spec
============================================================
$ cvs diff -u -r1.10 -r1.11 c-client.spec
--- openpkg-src/c-client/c-client.spec 14 Sep 2002 07:14:51 -0000 1.10
+++ openpkg-src/c-client/c-client.spec 3 Oct 2002 07:16:06 -0000 1.11
@@ -24,8 +24,8 @@
##
# package version
-%define V_real 2002.RC6
-%define V_here 2002rc6
+%define V_real 2002.RC7
+%define V_here 2002rc7
# package information
Name: c-client
@@ -37,7 +37,7 @@
Group: Mail
License: University of Washington's Free-Fork License
Version: %{V_here}
-Release: 20020914
+Release: 20021003
# list of sources
Source0: ftp://ftp.cac.washington.edu/imap/imap-%{V_real}.tar.Z
@@ -45,8 +45,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, openssl
+PreReq: OpenPKG, openpkg >= 20020206, openssl
AutoReq: no
AutoReqProv: no
@@ -64,7 +64,10 @@
*-solaris*) os=gso ;;
*) echo "Unsupported platform %{l_target}" 1>&2; exit 1 ;;
esac
- %{l_make} $os
+ %{l_make} $os \
+ SSLDIR=%{l_prefix} \
+ EXTRACFLAGS='-I%{l_prefix}/include' \
+ EXTRALDFLAGS='-L%{l_prefix}/lib'
%install
rm -rf $RPM_BUILD_ROOT
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1680 -r1.1681 news.txt
--- openpkg-web/news.txt 3 Oct 2002 06:35:33 -0000 1.1680
+++ openpkg-web/news.txt 3 Oct 2002 07:16:06 -0000 1.1681
@@ -1,3 +1,4 @@
+03-Oct-2002: Upgraded package: P<c-client-2002rc7-20021003>
03-Oct-2002: Upgraded package: P<perl-sys-20021003-20021003>
03-Oct-2002: Upgraded package: P<png-1.2.5-20021003>
03-Oct-2002: Upgraded package: P<ragel-1.3.1-20021003>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]