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: 11-Jan-2003 16:19:50
Branch: HEAD Handle: 2003011115194901
Modified files:
openpkg-src/aide aide.spec
openpkg-web news.txt
Log:
requires zlib and make sure that libs are really found
Summary:
Revision Changes Path
1.8 +6 -3 openpkg-src/aide/aide.spec
1.2646 +2 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/aide/aide.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 aide.spec
--- openpkg-src/aide/aide.spec 3 Jan 2003 10:50:58 -0000 1.7
+++ openpkg-src/aide/aide.spec 11 Jan 2003 15:19:50 -0000 1.8
@@ -33,7 +33,7 @@
Group: Security
License: GPL
Version: 0.9
-Release: 20021115
+Release: 20030111
# list of sources
Source0: http://www.cs.tut.fi/~rammer/aide-0.9.tar.gz
@@ -42,7 +42,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, bison, flex, mhash
+BuildPreReq: OpenPKG, openpkg >= 20020206, bison, flex, mhash, zlib
PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no
AutoReqProv: no
@@ -57,10 +57,13 @@
%build
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ CPPFLAGS="%{l_cppflags}" \
+ LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
--with-dbhmactype=sha1 \
- --with-dbhmackey=T3BlblBLRyBNYWludGFpbmVy
+ --with-dbhmackey=T3BlblBLRyBNYWludGFpbmVy \
+ --with-zlib
%{l_make} %{l_mflags -O}
%install
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2645 -r1.2646 news.txt
--- openpkg-web/news.txt 11 Jan 2003 15:11:26 -0000 1.2645
+++ openpkg-web/news.txt 11 Jan 2003 15:19:49 -0000 1.2646
@@ -1,3 +1,5 @@
+11-Jan-2003: Upgraded package: P<aide-0.9-20030111>
+11-Jan-2003: New package: P<tidy-20030108-20030111>
11-Jan-2003: Upgraded package: P<siege-2.55-20030111>
11-Jan-2003: Upgraded package: P<sablotron-0.97-20030111>
11-Jan-2003: Upgraded package: P<nslint-2.1a3-20030111>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]