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 Date: 07-Jan-2003 13:19:52
Branch: HEAD Handle: 2003010712195001
Modified files:
openpkg-src/c-client c-client.spec
openpkg-web news.txt
Log:
try to fix packaging by adding more includes
Summary:
Revision Changes Path
1.22 +2 -2 openpkg-src/c-client/c-client.spec
1.2590 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/c-client/c-client.spec
============================================================================
$ cvs diff -u -r1.21 -r1.22 c-client.spec
--- openpkg-src/c-client/c-client.spec 3 Jan 2003 10:51:19 -0000 1.21
+++ openpkg-src/c-client/c-client.spec 7 Jan 2003 12:19:51 -0000 1.22
@@ -37,7 +37,7 @@
Group: Mail
License: University of Washington's Free-Fork License
Version: %{V_here}
-Release: 20021214
+Release: 20030107
# list of sources
Source0: ftp://ftp.cac.washington.edu/imap/imap-%{V_real}.tar.Z
@@ -74,7 +74,7 @@
rm -rf $RPM_BUILD_ROOT
%{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/include
%{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/lib
- for h in c-client flstring linkage mail rfc822; do
+ for h in c-client flstring linkage mail rfc822 osdep misc smtp nntp; do
%{l_shtool} install -c -m 644 c-client/$h.h \
$RPM_BUILD_ROOT%{l_prefix}/include/
done
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2589 -r1.2590 news.txt
--- openpkg-web/news.txt 7 Jan 2003 11:47:05 -0000 1.2589
+++ openpkg-web/news.txt 7 Jan 2003 12:19:50 -0000 1.2590
@@ -1,3 +1,4 @@
+07-Jan-2003: Upgraded package: P<c-client-2002a-20030107>
07-Jan-2003: Upgraded package: P<mico-2.3.7-20030107>
07-Jan-2003: Upgraded package: P<cvs2cl-2.44-20030107>
07-Jan-2003: Upgraded package: P<gcc33-3.3s20030106-20030107>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]