build requires graphviz

This commit is contained in:
Shinwell Hu 2020-07-29 05:09:57 +00:00
parent 40943aa290
commit eceb8e6555

View File

@ -5,7 +5,7 @@ Summary: A C library to help with construction and handling of network pa
License: BSD License: BSD
URL: https://github.com/libnet/libnet/ URL: https://github.com/libnet/libnet/
Source: https://github.com/libnet/libnet/releases/download/v%{version}/%{name}-%{version}.tar.gz Source: https://github.com/libnet/libnet/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: automake autoconf libtool doxygen BuildRequires: automake autoconf libtool doxygen graphviz
%description %description
Libbet provides a fairly portable framework for network packet Libbet provides a fairly portable framework for network packet
@ -66,15 +66,14 @@ rm -f doc/html/Makefile*
%{_includedir}/libnet.h %{_includedir}/libnet.h
%files help %files help
#%doc README doc/CHANGELOG doc/CONTRIB doc/DESIGN_NOTES doc/MIGRATION %doc README.md ChangeLog.md doc/MIGRATION.md doc/RAWSOCKET.md
#%doc doc/PACKET_BUILDING doc/RAWSOCKET_NON_SEQUITUR doc/TODO doc/html/ %doc doc/html/
#%doc doc/html/
%doc %{_docdir}/* %doc %{_docdir}/*
%{_mandir}/man3/%{name}*.3* %{_mandir}/man3/%{name}*.3*
%changelog %changelog
* Wed Jul 29 2020 Shinwell Hu <micromotive@qq.com> - 1.2-1 * Wed Jul 29 2020 Shinwell Hu <micromotive@qq.com> - 1.2-1
- libnet requires doxygen to build document - libnet requires doxygen and graphviz to build document
* Tue Jun 02 2020 SimpleUpdate Robot <tc@openeuler.org> - 1.2-0 * Tue Jun 02 2020 SimpleUpdate Robot <tc@openeuler.org> - 1.2-0
- Update to version 1.2 - Update to version 1.2