rpms/nmap/devel nmap.spec,1.17,1.18

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 21 14:25:05 UTC 2005


Update of /cvs/dist/rpms/nmap/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21399

Modified Files:
	nmap.spec 
Log Message:
removed gtk+ requirement


Index: nmap.spec
===================================================================
RCS file: /cvs/dist/rpms/nmap/devel/nmap.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- nmap.spec	21 Apr 2005 14:11:14 -0000	1.17
+++ nmap.spec	21 Apr 2005 14:25:02 -0000	1.18
@@ -3,7 +3,7 @@
 Summary: Network exploration tool and security scanner
 Name: nmap
 Version: 3.81
-Release: 2
+Release: 3
 License: GPL
 Group: Applications/System
 Source0: http://download.insecure.org/nmap/dist/%{name}-%{version}.tar.bz2
@@ -16,7 +16,7 @@
 URL: http://www.insecure.org/nmap/
 BuildRoot: %{_tmppath}/%{name}-root
 Epoch: 2
-BuildRequires: openssl-devel, gtk+-devel, pcre-devel, libpcap
+BuildRequires: openssl-devel, gtk2-devel, pcre-devel, libpcap
 
 %description
 Nmap is a utility for network exploration or security auditing.  It supports
@@ -29,8 +29,8 @@
 %package frontend
 Summary: Gtk+ frontend for nmap
 Group: Applications/System
-Requires: nmap = %{epoch}:%{version}, gtk+
-BuildRequires: gtk+-devel
+Requires: nmap = %{epoch}:%{version}, gtk2
+BuildRequires: gtk2-devel
 %description frontend
 This package includes nmapfe, a Gtk+ frontend for nmap. The nmap package must
 be installed before installing nmap-frontend.
@@ -87,6 +87,9 @@
 %{_mandir}/man1/xnmap.1.gz
 
 %changelog
+* Thu Apr 21 2005 Harald Hoyer <harald at redhat.com> - 2:3.81-3
+- removed gtk+ requirement
+
 * Thu Apr 21 2005 Harald Hoyer <harald at redhat.com> - 2:3.81-2
 - fixed desktop file and added icons (bug #149157)
 




More information about the fedora-cvs-commits mailing list