OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 10-Oct-2002 15:41:20
Branch: HEAD Handle: 2002101014411303
Modified files:
openpkg-src/file file.spec
openpkg-web news.txt
Log:
fix building: use OpenPKG zlib and do not require it in system
Summary:
Revision Changes Path
1.22 +12 -5 openpkg-src/file/file.spec
1.1740 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/file/file.spec
============================================================
$ cvs diff -u -r1.21 -r1.22 file.spec
--- openpkg-src/file/file.spec 14 Aug 2002 18:42:40 -0000 1.21
+++ openpkg-src/file/file.spec 10 Oct 2002 13:41:16 -0000 1.22
@@ -33,7 +33,7 @@
Group: Filesystem
License: BSD
Version: 3.39
-Release: 20020814
+Release: 20021010
# list of sources
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@@ -41,8 +41,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20021002, gcc, make, zlib
+PreReq: OpenPKG, openpkg >= 20021002
AutoReq: no
AutoReqProv: no
@@ -54,9 +54,16 @@
%setup -q
%build
+ %{l_shtool} subst \
+ -e 's;ACLOCAL=aclocal;ACLOCAL=true;' \
+ -e 's;AUTOCONF=autoconf;AUTOCONF=true;' \
+ -e 's;AUTOMAKE=automake;AUTOMAKE=true;' \
+ -e 's;AUTOHEADER=autoheader;AUTOHEADER=true;' \
+ configure
CC="%{l_cc}" \
- CFLAGS="%{l_cflags -O} -I%{prefix}/include" \
- LDFLAGS="-L%{prefix}/lib" \
+ CFLAGS="%{l_cflags -O} -I%{l_prefix}/include" \
+ CPPFLAGS="%{l_cppflags}" \
+ LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--datadir=%{l_prefix}/share/file \
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1739 -r1.1740 news.txt
--- openpkg-web/news.txt 10 Oct 2002 13:05:19 -0000 1.1739
+++ openpkg-web/news.txt 10 Oct 2002 13:41:13 -0000 1.1740
@@ -1,3 +1,4 @@
+10-Oct-2002: Upgraded package: P<file-3.39-20021010>
10-Oct-2002: Upgraded package: P<make-3.80-20021010>
10-Oct-2002: Upgraded package: P<pgp-6.5.8-20021010>
10-Oct-2002: New package: P<ant-1.5.1-20021010>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]