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: 28-Oct-2003 16:27:10
Branch: HEAD Handle: 2003102815270801
Modified files:
openpkg-src/skey skey.spec
openpkg-web news.txt
Log:
do not install private headers
Summary:
Revision Changes Path
1.25 +3 -1 openpkg-src/skey/skey.spec
1.7204 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/skey/skey.spec
============================================================================
$ cvs diff -u -r1.24 -r1.25 skey.spec
--- openpkg-src/skey/skey.spec 1 Aug 2003 09:17:45 -0000 1.24
+++ openpkg-src/skey/skey.spec 28 Oct 2003 15:27:09 -0000 1.25
@@ -33,7 +33,7 @@
Group: Cryptography
License: BSD
Version: 1.1.5
-Release: 20030801
+Release: 20031028
# list of sources
Source0: http://www.sparc.spb.su/Skey/skey-%{version}.tar.bz2
@@ -77,6 +77,8 @@
mv $RPM_BUILD_ROOT%{l_prefix}/man/man8/skeyprune.1 \
$RPM_BUILD_ROOT%{l_prefix}/man/man1/skeyprune.1
rm -rf $RPM_BUILD_ROOT%{l_prefix}/man/man8
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/include/sha1.h
+ rm -f $RPM_BUILD_ROOT%{l_prefix}/include/rmd160.h
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7203 -r1.7204 news.txt
--- openpkg-web/news.txt 28 Oct 2003 14:30:54 -0000 1.7203
+++ openpkg-web/news.txt 28 Oct 2003 15:27:08 -0000 1.7204
@@ -1,3 +1,4 @@
+28-Oct-2003: Upgraded package: P<skey-1.1.5-20031028>
28-Oct-2003: Upgraded package: P<apache-1.3.27-1.2.3>
28-Oct-2003: Upgraded package: P<apache-1.3.28-1.3.1>
28-Oct-2003: Upgraded package: P<apache2-2.0.48-20031028>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]