OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re, openpkg-web, openpkg-src Date: 13-Jul-2002 09:30:41
Branch: HEAD Handle: 2002071308303703
Modified files:
openpkg-re/vcheck vc.c-client
openpkg-src/c-client c-client.spec
openpkg-web news.txt
Log:
upgrading package: c-client 2001a -> 2002rc1
Summary:
Revision Changes Path
1.2 +1 -1 openpkg-re/vcheck/vc.c-client
1.4 +12 -17 openpkg-src/c-client/c-client.spec
1.928 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.c-client
============================================================
$ cvs diff -u -r1.1 -r1.2 vc.c-client
--- openpkg-re/vcheck/vc.c-client 20 Apr 2002 19:23:16 -0000 1.1
+++ openpkg-re/vcheck/vc.c-client 13 Jul 2002 07:30:37 -0000 1.2
@@ -2,7 +2,7 @@
}
prog c-client = {
- version = 2001a
+ version = 2002.RC1
url = ftp://ftp.cac.washington.edu/imap/
regex = imap-(__VER__)\.tar\.Z
}
Index: openpkg-src/c-client/c-client.spec
============================================================
$ cvs diff -u -r1.3 -r1.4 c-client.spec
--- openpkg-src/c-client/c-client.spec 29 May 2002 19:59:36 -0000 1.3
+++ openpkg-src/c-client/c-client.spec 13 Jul 2002 07:30:40 -0000 1.4
@@ -23,6 +23,10 @@
## SUCH DAMAGE.
##
+# package version
+%define V_real 2002.RC1
+%define V_here 2002rc1
+
# package information
Name: c-client
Summary: The c-client library
@@ -32,11 +36,11 @@
Distribution: OpenPKG [EXP]
Group: Mail
License: University of Washington's Free-Fork License
-Version: 2001a
-Release: 20020422
+Version: %{V_here}
+Release: 20020713
# list of sources
-Source0: ftp://ftp.cac.washington.edu/imap/imap-%{version}.tar.Z
+Source0: ftp://ftp.cac.washington.edu/imap/imap-%{V_real}.tar.Z
# build information
Prefix: %{l_prefix}
@@ -50,24 +54,15 @@
The c-client library provides an API to access IMAP servers.
%prep
- %setup -q -n imap-%{version}
+ %setup -q -n imap-%{V_real}
%build
os=""
case "%{l_target}" in
- *-freebsd*)
- os=bsf
- ;;
- *-linux*)
- os=slx
- ;;
- *-solaris*)
- os=gso
- ;;
- *)
- echo "Unsupported platform" 1>&2
- exit 1
- ;;
+ *-freebsd*) os=bsf ;;
+ *-linux* ) os=slx ;;
+ *-solaris*) os=gso ;;
+ *) echo "Unsupported platform %{l_target}" 1>&2; exit 1 ;;
esac
%{l_make} $os
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.927 -r1.928 news.txt
--- openpkg-web/news.txt 13 Jul 2002 07:25:17 -0000 1.927
+++ openpkg-web/news.txt 13 Jul 2002 07:30:38 -0000 1.928
@@ -1,3 +1,4 @@
+13-Jul-2002: Upgraded package: P<c-client-2002rc1-20020713>
13-Jul-2002: Upgraded package: P<perl-parse-20020713-20020713>
13-Jul-2002: Upgraded package: P<html2latex-1.1-20020713>
13-Jul-2002: Upgraded package: P<expat-1.95.4-20020713>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]