Remove the listing of zenmap.1.gz from nmap.spec.in, and remove the manual

installation of that file from zenmap.spec.in because that is now handled by
the makefile.
This commit is contained in:
david 2008-05-06 23:56:13 +00:00
parent 67739dfa73
commit 7b3be0483b
2 changed files with 0 additions and 3 deletions

View file

@ -58,7 +58,6 @@ gzip $RPM_BUILD_ROOT%{_mandir}/man1/* || :
%doc docs/README
%doc docs/nmap.usage.txt
%doc %{_prefix}/share/man/man1/nmap.1.gz
%doc %{_prefix}/share/man/man1/zenmap.1.gz
%{_bindir}/nmap
%{_datadir}/nmap
%{_libexecdir}/nmap

View file

@ -66,8 +66,6 @@ make build-zenmap DESTDIR=$RPM_BUILD_ROOT
make install-zenmap DESTDIR=$RPM_BUILD_ROOT
# Don't package the uninstaller with the RPM.
rm -f $RPM_BUILD_ROOT%{_bindir}/uninstall_zenmap
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
cp docs/zenmap.1 $RPM_BUILD_ROOT%{_mandir}/man1/
gzip $RPM_BUILD_ROOT%{_mandir}/man1/* || :
%clean