zenmap stable port information

Info2: <<
Package: zenmap
Version: 5.51
Revision: 1
Maintainer: Daniel Johnson
Type: python 2.7
Description: Offical Nmap GUI
DescDetail: <<
Zenmap is the official Nmap Security Scanner GUI. It is a
multi-platform (Linux, Windows, Mac OS X, BSD, etc.) free and open
source application which aims to make Nmap easy for beginners to use
while providing advanced features for experienced Nmap users.
Frequently used scans can be saved as profiles to make them easy to run
repeatedly. A command creator allows interactive creation of Nmap
command lines. Scan results can be saved and viewed later. Saved scan
results can be compared with one another to see how they differ. The
results of recent scans are stored in a searchable database.
<<
DescUsage: <<
zenmap should be run as root or with sudo for full functionallity.
With some versions of glib2, zenmap crashes with an error about being
unable to recognize the image type of some files. Running 'sudo -s' first,
then running zenmap should fix this.
<<
License: GPL2
Homepage: http://nmap.org/zenmap

BuildDepends: <<
fink (>= 0.24.12)
<<
Depends: <<
desktop-file-utils,
nmap (>= %v-1),
python%type_pkg[python],
pygtk2-gtk-py%type_pkg[python]
<<
Conflicts: nmap (<< 4.76-2), umit
Replaces: nmap (<< 4.76-2), umit

Source: http://nmap.org/dist/nmap-%{v}.tar.bz2
Source-MD5: 0b80d2cb92ace5ebba8095a4c2850275
SourceDirectory: nmap-%{v}

CompileScript: <<
cd zenmap && %p/bin/python%type_raw[python] setup.py build
<<

InstallScript: <<
cd zenmap && %p/bin/python%type_raw[python] setup.py install --prefix=%p --root=%d
install -d %i/share/man/man1
install -c -m 644 docs/zenmap.1 %i/share/man/man1
/bin/ln -sf zenmap %i/bin/nmapfe
/bin/ln -sf zenmap %i/bin/xnmap
/bin/rm %i/bin/uninstall_zenmap
<<
DocFiles: CHANGELOG COPYING HACKING docs/README
ConfFiles: %p/share/zenmap/config/zenmap.conf

PostInstScript: <<
. %p/bin/init.sh
[ -x %p/bin/update-desktop-database ] && update-desktop-database -q %p/share/applications || :
<<

PostRmScript: <<
. %p/bin/init.sh
[ -x %p/bin/update-desktop-database ] && update-desktop-database -q %p/share/applications || :
<<
<<