update nmap.spec.

This commit is contained in:
kircher 2020-02-22 15:44:11 +08:00 committed by Gitee
parent f633bd9b4f
commit d1a2f3b5e0

View File

@ -3,7 +3,7 @@
Name: nmap
Epoch: 2
Version: 7.70
Release: 10
Release: 11
License: Nmap
Summary: A tool for network discovery and security auditing.
Requires: %{name}-ncat = %{epoch}:%{version}-%{release}
@ -56,6 +56,9 @@ ln -s ncat %{buildroot}%{_bindir}/nc
%find_lang nmap --with-man
%check
make check
%files -f nmap.lang
%defattr(-,root,root)
%exclude %{_datadir}/ncat
@ -70,6 +73,12 @@ ln -s ncat %{buildroot}%{_bindir}/nc
%{_mandir}/man1/*.1.gz
%changelog
* Sat Feb 22 2020 openEuler Buildteam <buildteam@openeuler.org> - 2:7.70-11
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:add make check
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 2:7.70-10
- Type:NA
- ID:NA