mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
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:
parent
67739dfa73
commit
7b3be0483b
2 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue