automatic version update by autodist [release 7.93-1mamba;Sun Sep 04 2022]
This commit is contained in:
parent
6557324f21
commit
3580f9e5c9
34
nmap.spec
34
nmap.spec
@ -2,14 +2,14 @@
|
||||
%define with_zenmap 1
|
||||
|
||||
Name: nmap
|
||||
Version: 7.92
|
||||
Version: 7.93
|
||||
Release: 1mamba
|
||||
Epoch: 1
|
||||
Summary: Network exploration tool and security scanner
|
||||
Group: Network/Security
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://nmap.org/
|
||||
Source0: http://download.insecure.org/nmap/dist/nmap-%{version}.tar.bz2
|
||||
# desktop file got from kappfinder repository
|
||||
@ -54,12 +54,12 @@ Summary: A graphical Front-End for Nmap
|
||||
Group: Graphical Desktop/Applications/Networking
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: nmap-umit = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: nmap-frontend
|
||||
Provides: nmap-frontend = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: nmap-gtk2
|
||||
Provides: nmap-gtk2 = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: umit
|
||||
Provides: umit = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: nmap-frontend
|
||||
Obsoletes: nmap-frontend < 1:7.93
|
||||
Provides: nmap-gtk2
|
||||
Obsoletes: nmap-gtk2 < 1:7.93
|
||||
Provides: umit
|
||||
Obsoletes: umit < 1:7.93
|
||||
|
||||
%description -n zenmap
|
||||
Nmap is a utility for network exploration or security auditing.
|
||||
@ -82,10 +82,11 @@ cd ..
|
||||
--with-liblua=%{_prefix} \
|
||||
%endif
|
||||
%if %with_zenmap
|
||||
--with-umit
|
||||
--with-umit \
|
||||
%else
|
||||
--without-umit
|
||||
--without-umit \
|
||||
%endif
|
||||
PYTHON=%{__python27}
|
||||
|
||||
%make
|
||||
|
||||
@ -154,15 +155,18 @@ rm -f %{buildroot}%{_datadir}/applications/zenmap-root.desktop
|
||||
%{_datadir}/zenmap/su-to-zenmap.sh
|
||||
%doc %{_datadir}/zenmap/docs
|
||||
%{_datadir}/zenmap/misc
|
||||
%{python_sitelib}/ndiff.py*
|
||||
%{python_sitelib}/radialnet/*
|
||||
%{python_sitelib}/zenmapCore
|
||||
%{python_sitelib}/zenmapGUI
|
||||
%{python_sitelib}/zenmap-%{version}-py%{python_version}.egg-info
|
||||
%{python27_sitelib}/ndiff.py*
|
||||
%{python27_sitelib}/radialnet/*
|
||||
%{python27_sitelib}/zenmapCore
|
||||
%{python27_sitelib}/zenmapGUI
|
||||
%{python27_sitelib}/zenmap-%{version}-py%{python27_version}.egg-info
|
||||
%{_mandir}/man1/zenmap.*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Sep 04 2022 Automatic Build System <autodist@mambasoft.it> 7.93-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 08 2021 Automatic Build System <autodist@mambasoft.it> 7.92-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user