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: 10-Jun-2003 21:45:40
Branch: HEAD Handle: 2003061020453801
Modified files:
openpkg-src/lynx lynx.spec
openpkg-web news.txt
Log:
announce patchlevel in package version; modernize flags
Summary:
Revision Changes Path
1.24 +7 -5 openpkg-src/lynx/lynx.spec
1.4808 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lynx/lynx.spec
============================================================================
$ cvs diff -u -r1.23 -r1.24 lynx.spec
--- openpkg-src/lynx/lynx.spec 14 May 2003 15:16:45 -0000 1.23
+++ openpkg-src/lynx/lynx.spec 10 Jun 2003 19:45:39 -0000 1.24
@@ -23,8 +23,10 @@
## SUCH DAMAGE.
##
+# package version
%define V_file 2-8-4
%define V_real 2.8.4
+%define V_pl 1d
# package information
Name: lynx
@@ -35,8 +37,8 @@
Distribution: OpenPKG [BASE]
Group: Web
License: BSD
-Version: %{V_real}
-Release: 20030514
+Version: %{V_real}.%{V_pl}
+Release: 20030610
# list of sources
Source0: http://lynx.isc.org/release/lynx%{V_real}.tar.bz2
@@ -65,9 +67,9 @@
%build
CC="%{l_cc}" \
- CFLAGS="%{l_cflags -O} -I%{l_prefix}/include" \
- CPPFLAGS="-I%{l_prefix}/include" \
- LDFLAGS="-L%{l_prefix}/lib" \
+ CFLAGS="%{l_cflags -O} %{l_cppflags}" \
+ CPPFLAGS="%{l_cppflags}" \
+ LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/lynx \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4807 -r1.4808 news.txt
--- openpkg-web/news.txt 10 Jun 2003 19:43:30 -0000 1.4807
+++ openpkg-web/news.txt 10 Jun 2003 19:45:38 -0000 1.4808
@@ -1,3 +1,4 @@
+10-Jun-2003: Upgraded package: P<lynx-2.8.4.1d-20030610>
10-Jun-2003: Upgraded package: P<gnutls-0.8.8-20030610>
10-Jun-2003: Upgraded package: P<perl-util-20030610-20030610>
10-Jun-2003: Upgraded package: P<postfix-mailgraph-1.3-20030610>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]