1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-01 04:19:02 +00:00

Split nmap-update into its own RPM.

This commit is contained in:
david
2012-02-25 02:23:55 +00:00
parent a701846023
commit 8d4b7a9e39

View File

@@ -24,8 +24,7 @@ Source0: http://nmap.org/dist/%{name}-%{version}.tgz
URL: http://nmap.org
# For Ndiff.
Requires: python >= 2.4, subversion
BuildRequires: subversion-devel
Requires: python >= 2.4
# RPM can't be relocatable until I stop storing path info in the binary.
# Prefix: %{_prefix}
@@ -80,10 +79,8 @@ gzip $RPM_BUILD_ROOT%{_mandir}/man1/* || :
%doc docs/nmap.usage.txt
%doc %{_prefix}/share/man/man1/nmap.1.gz
%doc %{_prefix}/share/man/*/man1/nmap.1.gz
%doc %{_prefix}/share/man/man1/nmap-update.1.gz
%{_bindir}/nmap
%{_datadir}/nmap
%{_bindir}/nmap-update
%{_bindir}/ndiff
%doc %{_prefix}/share/man/man1/ndiff.1.gz
@@ -135,6 +132,24 @@ Service attacks, route tracing, etc.
%endif
# nmap-update subpackage
%package -n nmap-update
Summary: Nmap's updater
Group: Applications/System
Requires: subversion
BuildRequires: subversion-devel
%description -n nmap-update
nmap-update gets the latest versions of architecture-independent
files, such as scripts and databases, for the installed version
of Nmap.
%files -n nmap-update
%defattr(-,root,root)
%doc %{_prefix}/share/man/man1/nmap-update.1.gz
%{_bindir}/nmap-update
%changelog
* Sat Jun 06 2009 Fyodor (fyodor(a)insecure.org)