From c3ae0d1f1a95840accf0cb612808b0eb42b96097 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 17 Dec 2004 14:33:24 +0000 Subject: [PATCH] - version 3.78 --- .cvsignore | 2 +- nmap.spec | 17 +++++++++++------ sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 74ad75a..3705198 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -nmap-3.70.tar.bz2 +nmap-3.78.tar.bz2 diff --git a/nmap.spec b/nmap.spec index 56373dc..614f7d9 100644 --- a/nmap.spec +++ b/nmap.spec @@ -2,7 +2,7 @@ Summary: Network exploration tool and security scanner Name: nmap -Version: 3.70 +Version: 3.78 Release: 1 License: GPL Group: Applications/System @@ -46,11 +46,13 @@ rm -rf $RPM_BUILD_ROOT %makeinstall nmapdatadir=$RPM_BUILD_ROOT%{_datadir}/nmap -#mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/Utilities/ -#install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/Utilities/ +mv $RPM_BUILD_ROOT%{_datadir}/applications/nmapfe.desktop . + + desktop-file-install --vendor nmap --delete-original \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --add-category X-Red-Hat-Base \ + nmapfe.desktop; -# remove unused files -rm -f $RPM_BUILD_ROOT/usr/share/gnome/apps/Utilities/nmapfe.desktop %clean rm -rf $RPM_BUILD_ROOT @@ -70,12 +72,15 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %{_bindir}/nmapfe %{_bindir}/xnmap -#%{_sysconfdir}/X11/applnk/Utilities/nmapfe.desktop +%{_datadir}/applications/nmapfe.desktop %{_mandir}/man1/nmapfe.1.gz %{_mandir}/man1/xnmap.1.gz %endif %changelog +* Fri Dec 17 2004 Harald Hoyer - 2:3.78-1 +- version 3.78 + * Mon Sep 13 2004 Harald Hoyer - 2:3.70-1 - version 3.70 diff --git a/sources b/sources index b75943b..a56ce8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b9a92e48324cd393edaef773b294f36b nmap-3.70.tar.bz2 +e8a1c1aba723539cd7f303cdbab282fc nmap-3.78.tar.bz2