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: 02-Jan-2008 10:46:42
Branch: HEAD Handle: 2008010209464200
Modified files:
openpkg-src/nmap nmap.spec
Log:
upgrading package: nmap 4.50 -> 4.52
Summary:
Revision Changes Path
1.91 +8 -5 openpkg-src/nmap/nmap.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/nmap/nmap.spec
============================================================================
$ cvs diff -u -r1.90 -r1.91 nmap.spec
--- openpkg-src/nmap/nmap.spec 1 Jan 2008 15:00:00 -0000 1.90
+++ openpkg-src/nmap/nmap.spec 2 Jan 2008 09:46:42 -0000 1.91
@@ -31,8 +31,8 @@
Class: BASE
Group: Mapping
License: GPL
-Version: 4.50
-Release: 20080101
+Version: 4.52
+Release: 20080102
# list of sources
Source0: http://insecure.org/nmap/dist/nmap-%{version}.tgz
@@ -42,8 +42,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20050615, make, gcc, bison, flex
PreReq: OpenPKG, openpkg >= 20050615
-BuildPreReq: libpcap, openssl, getopt
-PreReq: libpcap, openssl, getopt
+BuildPreReq: libpcap, openssl, getopt, pcre
+PreReq: libpcap, openssl, getopt, pcre
AutoReq: no
AutoReqProv: no
@@ -92,13 +92,16 @@
--cache-file=./config.cache \
--prefix=%{l_prefix} \
--with-libpcap=%{l_prefix} \
+ --with-libpcre=%{l_prefix} \
--with-openssl=%{l_prefix} \
- --without-nmapfe
+ --without-nmapfe \
+ --without-zenmap
%{l_make} %{l_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install prefix=$RPM_BUILD_ROOT%{l_prefix}
+ rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/icons
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/gnome
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]