From c95f2e9b09d82b7d396e2cd1935a3335a5b6895b Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:19:31 +0000 Subject: [PATCH] auto-import changelog data from nmap-3.48-1.src.rpm 3.48-1 - version 3.48 Tue Sep 23 2003 Florian La Roche - allow disabling frontend if gtk1 is not available 3.30-1 - version 3.30 Wed Jun 04 2003 Elliot Lee - rebuilt 3.27-1 - version 3.27 3.20-2 - changed macro comments to double % for changelog entries 3.20-1 - version 3.2 --- .cvsignore | 2 +- nmap.spec | 46 +++++++++++++++++++++++++++++++++++----------- sources | 2 +- 3 files changed, 37 insertions(+), 13 deletions(-) diff --git a/.cvsignore b/.cvsignore index f95b100..ca41ddc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -nmap-3.00.tgz +nmap-3.48.tar.bz2 diff --git a/nmap.spec b/nmap.spec index 37bfe38..a41fbcc 100644 --- a/nmap.spec +++ b/nmap.spec @@ -1,15 +1,15 @@ +%{!?withgtk1:%define withgtk1 1} + Summary: Network exploration tool and security scanner Name: nmap -Version: 3.00 -%define nmap_version 3.00 -Release: 4 -Copyright: GPL +Version: 3.48 +Release: 1 +License: GPL Group: Applications/System -Source0: http://download.insecure.org/nmap/dist/%{name}-%{nmap_version}.tgz +Source0: http://download.insecure.org/nmap/dist/%{name}-%{version}.tar.bz2 #Source1: nmapfe.desktop Patch0: inet_aton.patch Patch1: makefile.patch -Patch2: nmap-3.00-nowarn.patch URL: http://www.insecure.org/nmap/ BuildRoot: %{_tmppath}/%{name}-root Epoch: 2 @@ -22,18 +22,19 @@ ping scanning (determine which hosts are up), many port scanning techniques and port specification, decoy scanning, determination of TCP sequence predictability characteristics, reverse-identd scanning, and more. +%if %{withgtk1} %package frontend Summary: Gtk+ frontend for nmap Group: Applications/System -Requires: nmap = %{PACKAGE_VERSION} , gtk+ +Requires: nmap = %{epoch}:%{version}, gtk+ BuildPreReq: gtk+ %description frontend This package includes nmapfe, a Gtk+ frontend for nmap. The nmap package must be installed before installing nmap-frontend. +%endif %prep -%setup -q -n %{name}-%{nmap_version} -%patch2 -p 1 -b .nowarn +%setup -q %build %configure @@ -63,6 +64,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/nmap %{_mandir}/man1/nmap.1.gz +%if %{withgtk1} %files frontend %defattr(-,root,root) %{_bindir}/nmapfe @@ -70,8 +72,30 @@ rm -rf $RPM_BUILD_ROOT #%{_sysconfdir}/X11/applnk/Utilities/nmapfe.desktop %{_mandir}/man1/nmapfe.1.gz %{_mandir}/man1/xnmap.1.gz +%endif %changelog +* Wed Oct 8 2003 Harald Hoyer 2:3.48-1 +- version 3.48 + +* Tue Sep 23 2003 Florian La Roche +- allow disabling frontend if gtk1 is not available + +* Mon Jul 30 2003 Harald Hoyer 2:3.30-1 +- version 3.30 + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Mon May 26 2003 Harald Hoyer 2:3.27-1 +- version 3.27 + +* Mon May 12 2003 Harald Hoyer 2:3.20-2 +- changed macro comments to double %% for changelog entries + +* Mon Apr 14 2003 Harald Hoyer 2:3.20-1 +- version 3.2 + * Wed Jan 22 2003 Tim Powers - rebuilt @@ -153,7 +177,7 @@ rm -rf $RPM_BUILD_ROOT * Tue May 16 2000 Tim Powers - updated to 2.53 - using applnk now -- use %configure, and %{_prefix} where possible +- use %%configure, and %%{_prefix} where possible - removed redundant defines at top of spec file * Mon Dec 13 1999 Tim Powers @@ -165,7 +189,7 @@ rm -rf $RPM_BUILD_ROOT - quiet setup - no need to create dirs in the install section, "make prefix=$RPM_BUILD_ROOT&{prefix} install" does this. -- using defined %{prefix}, %{version} etc. for easier/quicker maint. +- using defined %%{prefix}, %%{version} etc. for easier/quicker maint. - added docs - gzip man pages - strip after files have been installed into buildroot diff --git a/sources b/sources index f666c5b..31fbd22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b648bc66f1cedbeed230ef56f6549a8 nmap-3.00.tgz +8c38559a863efd476c5b042123f1ee3a nmap-3.48.tar.bz2