!4 nmap: add make check in spec

Merge pull request !4 from kircher/master
This commit is contained in:
openeuler-ci-bot 2020-02-22 15:54:15 +08:00 committed by Gitee
commit 71a3e90b2b

View File

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