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