mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fill in the Zenmap summary and description in nmap.spec.in.
This commit is contained in:
parent
c75de1de52
commit
44366a7713
1 changed files with 5 additions and 2 deletions
|
|
@ -74,11 +74,14 @@ gzip $RPM_BUILD_ROOT%{_mandir}/man1/* || :
|
|||
# zenmap subpackage.
|
||||
%if "%{buildzenmap}" != "0"
|
||||
%package -n zenmap
|
||||
Summary: Nmap frontend
|
||||
Summary: Multi-platform graphical Nmap frontend and results viewer.
|
||||
Group: Applications/System
|
||||
# The python dependency is filled in automatically.
|
||||
Requires: nmap, gtk2
|
||||
%description -n zenmap
|
||||
Zenmap description.
|
||||
Zenmap is an Nmap frontend. It is meant to be useful for advanced users
|
||||
and to make Nmap easy to use by beginners. It was originally derived
|
||||
from Umit, an Nmap GUI created as part of the Google Summer of Code.
|
||||
|
||||
%define python_libdir %{_libdir}/python2.5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue