upgrade libnet to 1.2

This commit is contained in:
Shinwell Hu 2020-06-02 14:30:34 +00:00
parent 579473ec51
commit 410f403b58
3 changed files with 10 additions and 5 deletions

Binary file not shown.

BIN
libnet-1.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: libnet Name: libnet
Version: 1.1.6 Version: 1.2
Release: 17 Release: 0
Summary: A C library to help with construction and handling of network packets Summary: A C library to help with construction and handling of network packets
License: BSD License: BSD
URL: http://www.sourceforge.net/projects/libnet-dev/ URL: http://www.sourceforge.net/projects/libnet-dev/
@ -55,21 +55,26 @@ rm -f doc/html/Makefile*
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%doc doc/COPYING
%{_libdir}/%{name}.so.* %{_libdir}/%{name}.so.*
%files devel %files devel
%doc __dist_sample/sample/ %doc __dist_sample/sample/
%{_libdir}/%{name}.so %{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_bindir}/%{name}-config %{_bindir}/%{name}-config
%{_includedir}/%{name}/ %{_includedir}/%{name}/
%{_includedir}/libnet.h %{_includedir}/libnet.h
%files help %files help
%doc README doc/CHANGELOG doc/CONTRIB doc/DESIGN_NOTES doc/MIGRATION #%doc README doc/CHANGELOG doc/CONTRIB doc/DESIGN_NOTES doc/MIGRATION
%doc doc/PACKET_BUILDING doc/RAWSOCKET_NON_SEQUITUR doc/TODO doc/html/ #%doc doc/PACKET_BUILDING doc/RAWSOCKET_NON_SEQUITUR doc/TODO doc/html/
#%doc doc/html/
%doc %{_docdir}/*
%{_mandir}/man3/%{name}*.3* %{_mandir}/man3/%{name}*.3*
%changelog %changelog
* Tue Jun 02 2020 SimpleUpdate Robot <tc@openeuler.org>
- Update to version 1.2
* Tue Sep 17 2019 Yiru Wang <wangyiru1@huawei.com> - 1.1.6-17 * Tue Sep 17 2019 Yiru Wang <wangyiru1@huawei.com> - 1.1.6-17
- Pakcage init - Pakcage init