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: 19-Oct-2003 13:30:05
Branch: HEAD Handle: 2003101912295904
Modified files:
openpkg-src/links links.spec
openpkg-web news.txt
Log:
fix SSL support; simplify %setup usage
Summary:
Revision Changes Path
1.30 +5 -5 openpkg-src/links/links.spec
1.7063 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/links/links.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 links.spec
--- openpkg-src/links/links.spec 8 Jul 2003 14:40:40 -0000 1.29
+++ openpkg-src/links/links.spec 19 Oct 2003 11:30:03 -0000 1.30
@@ -33,7 +33,7 @@
Group: Web
License: BSD
Version: 2.0
-Release: 20030708
+Release: 20031019
# list of sources
Source0:
http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/links-%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030708
-PreReq: OpenPKG, openpkg >= 20030708
+BuildPreReq: OpenPKG, openpkg >= 20030708, openssl
+PreReq: OpenPKG, openpkg >= 20030708, openssl
PreReq: openssl
AutoReq: no
AutoReqProv: no
@@ -51,7 +51,7 @@
Links is a text browser for the World Wide Web.
%prep
- %setup -q -n links-%{version}
+ %setup -q
%build
%{l_shtool} subst \
@@ -64,7 +64,7 @@
./configure \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/links \
- --with-ssl
+ --with-ssl=%{l_prefix}
%{l_make} %{l_mflags -O}
%install
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7062 -r1.7063 news.txt
--- openpkg-web/news.txt 19 Oct 2003 11:27:33 -0000 1.7062
+++ openpkg-web/news.txt 19 Oct 2003 11:29:59 -0000 1.7063
@@ -1,3 +1,4 @@
+19-Oct-2003: Upgraded package: P<links-2.0-20031019>
19-Oct-2003: Upgraded package: P<libgdome-0.8.1-20031019>
19-Oct-2003: Upgraded package: P<fetchmail-6.2.5-20031019>
19-Oct-2003: Upgraded package: P<dhcpd-3.0.1rc12-20031019>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]