rpms/nmap/devel nmap.spec,1.47,1.48

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Aug 11 19:53:25 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/nmap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23439

Modified Files:
	nmap.spec 
Log Message:
really fix license tag and BR


Index: nmap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nmap/devel/nmap.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- nmap.spec	11 Aug 2008 19:31:11 -0000	1.47
+++ nmap.spec	11 Aug 2008 19:52:55 -0000	1.48
@@ -1,8 +1,9 @@
 Summary: Network exploration tool and security scanner
 Name: nmap
 Version: 4.68
-Release: 2%{?dist}
-License: BSD with advertising and BSD and GPLv2
+Release: 3%{?dist}
+# libdnet-stripped is BSD (advertising clause rescinded by the Univ. of California in 1999)
+License: GPLv2
 Group: Applications/System
 Source0: http://download.insecure.org/nmap/dist/%{name}-%{version}.tar.bz2
 Source1: zenmap.desktop
@@ -14,7 +15,7 @@
 URL: http://www.insecure.org/nmap/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Epoch: 2
-BuildRequires: openssl-devel, gtk2-devel
+BuildRequires: openssl-devel, gtk2-devel, lua-devel, libpcap-devel, pcre-devel
 BuildRequires: /usr/bin/desktop-file-install
 
 %define pixmap_srcdir zenmap/share/pixmaps
@@ -48,6 +49,8 @@
 #mv %{pixmap_srcdir}/*.svg %{pixmap_srcdir}/zenmap
 #mv %{pixmap_srcdir}/*.png %{pixmap_srcdir}/zenmap
 
+rm -rf liblua libpcap libpcre
+
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS"
@@ -108,6 +111,10 @@
 %{_mandir}/man1/xnmap.1.gz
 
 %changelog
+* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2:4.68-3
+- add missing BuildRequires to use system libs rather than local copies
+- really fix license tag
+
 * Mon Aug 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2:4.68-2
 - fix license tag
 




More information about the fedora-extras-commits mailing list