auto-import changelog data from nmap-3.48-1.src.rpm

3.48-1
- version 3.48
Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- allow disabling frontend if gtk1 is not available
3.30-1
- version 3.30
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
3.27-1
- version 3.27
3.20-2
- changed macro comments to double % for changelog entries
3.20-1
- version 3.2
This commit is contained in:
cvsdist 2004-09-09 09:19:31 +00:00
parent fe0630c262
commit c95f2e9b09
3 changed files with 37 additions and 13 deletions

View File

@ -1 +1 @@
nmap-3.00.tgz nmap-3.48.tar.bz2

View File

@ -1,15 +1,15 @@
%{!?withgtk1:%define withgtk1 1}
Summary: Network exploration tool and security scanner Summary: Network exploration tool and security scanner
Name: nmap Name: nmap
Version: 3.00 Version: 3.48
%define nmap_version 3.00 Release: 1
Release: 4 License: GPL
Copyright: GPL
Group: Applications/System 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 #Source1: nmapfe.desktop
Patch0: inet_aton.patch Patch0: inet_aton.patch
Patch1: makefile.patch Patch1: makefile.patch
Patch2: nmap-3.00-nowarn.patch
URL: http://www.insecure.org/nmap/ URL: http://www.insecure.org/nmap/
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
Epoch: 2 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 and port specification, decoy scanning, determination of TCP sequence
predictability characteristics, reverse-identd scanning, and more. predictability characteristics, reverse-identd scanning, and more.
%if %{withgtk1}
%package frontend %package frontend
Summary: Gtk+ frontend for nmap Summary: Gtk+ frontend for nmap
Group: Applications/System Group: Applications/System
Requires: nmap = %{PACKAGE_VERSION} , gtk+ Requires: nmap = %{epoch}:%{version}, gtk+
BuildPreReq: gtk+ BuildPreReq: gtk+
%description frontend %description frontend
This package includes nmapfe, a Gtk+ frontend for nmap. The nmap package must This package includes nmapfe, a Gtk+ frontend for nmap. The nmap package must
be installed before installing nmap-frontend. be installed before installing nmap-frontend.
%endif
%prep %prep
%setup -q -n %{name}-%{nmap_version} %setup -q
%patch2 -p 1 -b .nowarn
%build %build
%configure %configure
@ -63,6 +64,7 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/nmap %{_datadir}/nmap
%{_mandir}/man1/nmap.1.gz %{_mandir}/man1/nmap.1.gz
%if %{withgtk1}
%files frontend %files frontend
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/nmapfe %{_bindir}/nmapfe
@ -70,8 +72,30 @@ rm -rf $RPM_BUILD_ROOT
#%{_sysconfdir}/X11/applnk/Utilities/nmapfe.desktop #%{_sysconfdir}/X11/applnk/Utilities/nmapfe.desktop
%{_mandir}/man1/nmapfe.1.gz %{_mandir}/man1/nmapfe.1.gz
%{_mandir}/man1/xnmap.1.gz %{_mandir}/man1/xnmap.1.gz
%endif
%changelog %changelog
* Wed Oct 8 2003 Harald Hoyer <harald@redhat.de> 2:3.48-1
- version 3.48
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- allow disabling frontend if gtk1 is not available
* Mon Jul 30 2003 Harald Hoyer <harald@redhat.de> 2:3.30-1
- version 3.30
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Mon May 26 2003 Harald Hoyer <harald@redhat.de> 2:3.27-1
- version 3.27
* Mon May 12 2003 Harald Hoyer <harald@redhat.de> 2:3.20-2
- changed macro comments to double %% for changelog entries
* Mon Apr 14 2003 Harald Hoyer <harald@redhat.de> 2:3.20-1
- version 3.2
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt - rebuilt
@ -153,7 +177,7 @@ rm -rf $RPM_BUILD_ROOT
* Tue May 16 2000 Tim Powers <timp@redhat.com> * Tue May 16 2000 Tim Powers <timp@redhat.com>
- updated to 2.53 - updated to 2.53
- using applnk now - using applnk now
- use %configure, and %{_prefix} where possible - use %%configure, and %%{_prefix} where possible
- removed redundant defines at top of spec file - removed redundant defines at top of spec file
* Mon Dec 13 1999 Tim Powers <timp@redhat.com> * Mon Dec 13 1999 Tim Powers <timp@redhat.com>
@ -165,7 +189,7 @@ rm -rf $RPM_BUILD_ROOT
- quiet setup - quiet setup
- no need to create dirs in the install section, "make - no need to create dirs in the install section, "make
prefix=$RPM_BUILD_ROOT&{prefix} install" does this. 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 - added docs
- gzip man pages - gzip man pages
- strip after files have been installed into buildroot - strip after files have been installed into buildroot

View File

@ -1 +1 @@
2b648bc66f1cedbeed230ef56f6549a8 nmap-3.00.tgz 8c38559a863efd476c5b042123f1ee3a nmap-3.48.tar.bz2