OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-May-2006 09:41:37
Branch: HEAD Handle: 2006051608413700
Modified files:
openpkg-src/hping hping.spec
Log:
requires GCC and GNU make
Summary:
Revision Changes Path
1.12 +5 -3 openpkg-src/hping/hping.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/hping/hping.spec
============================================================================
$ cvs diff -u -r1.11 -r1.12 hping.spec
--- openpkg-src/hping/hping.spec 1 Jan 2006 13:14:32 -0000 1.11
+++ openpkg-src/hping/hping.spec 16 May 2006 07:41:37 -0000 1.12
@@ -38,7 +38,7 @@
Group: Network
License: GPL
Version: %{V_opkg}
-Release: 20051106
+Release: 20060516
# list of sources
Source0: http://www.hping.org/hping%{V_dst}.tar.gz
@@ -47,8 +47,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, libpcap
-PreReq: OpenPKG, openpkg >= 20040130, libpcap
+BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make
+PreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: libpcap
+PreReq: libpcap
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]