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: 16-Jan-2003 16:48:49
Branch: HEAD Handle: 2003011615484701
Modified files:
openpkg-src/stunnel stunnel.spec
openpkg-web news.txt
Log:
cleanup packaging
Summary:
Revision Changes Path
1.33 +7 -3 openpkg-src/stunnel/stunnel.spec
1.2863 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/stunnel/stunnel.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 stunnel.spec
--- openpkg-src/stunnel/stunnel.spec 14 Jan 2003 09:52:18 -0000 1.32
+++ openpkg-src/stunnel/stunnel.spec 16 Jan 2003 15:48:48 -0000 1.33
@@ -33,7 +33,7 @@
Group: Network
License: GPL
Version: 4.04
-Release: 20030114
+Release: 20030116
# list of sources
Source0: http://www.stunnel.org/download/stunnel/src/stunnel-%{version}.tar.gz
@@ -64,14 +64,18 @@
CFLAGS="%{l_cflags -O}" \
./configure \
--prefix=%{l_prefix} \
- --with-ssl=%{l_prefix}
+ --with-ssl=%{l_prefix} \
+ --disable-shared
cp %{SOURCE stunnel.pem} tools/
%{l_make} %{l_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install prefix=$RPM_BUILD_ROOT%{l_prefix}
- strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
+ rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/doc
+ mv $RPM_BUILD_ROOT%{l_prefix}/etc/stunnel/stunnel.conf-sample \
+ $RPM_BUILD_ROOT%{l_prefix}/etc/stunnel/stunnel.conf
+ strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* >/dev/null 2>&1 || true
%{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.2862 -r1.2863 news.txt
--- openpkg-web/news.txt 16 Jan 2003 15:43:57 -0000 1.2862
+++ openpkg-web/news.txt 16 Jan 2003 15:48:47 -0000 1.2863
@@ -1,3 +1,4 @@
+16-Jan-2003: Upgraded package: P<stunnel-4.04-20030116>
16-Jan-2003: Upgraded package: P<squid-2.5.1-20030116>
16-Jan-2003: Upgraded package: P<mico-2.3.7-20030116>
16-Jan-2003: Upgraded package: P<glib2-2.2.0-20030116>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]