!1 Upgrade to latest version of libnet
Merge pull request !1 from 木得感情的openEuler机器人/master
This commit is contained in:
commit
32bd7c5c6a
Binary file not shown.
BIN
libnet-1.2.tar.gz
Normal file
BIN
libnet-1.2.tar.gz
Normal file
Binary file not shown.
23
libnet.spec
23
libnet.spec
@ -1,11 +1,11 @@
|
|||||||
Name: libnet
|
Name: libnet
|
||||||
Version: 1.1.6
|
Version: 1.2
|
||||||
Release: 17
|
Release: 1
|
||||||
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: https://github.com/libnet/libnet/
|
||||||
Source: http://downloads.sourceforge.net/libnet-dev/%{name}-%{version}.tar.gz
|
Source: https://github.com/libnet/libnet/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: automake autoconf libtool
|
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
|
||||||
@ -55,21 +55,28 @@ 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.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 %{_docdir}/*
|
||||||
%{_mandir}/man3/%{name}*.3*
|
%{_mandir}/man3/%{name}*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 29 2020 Shinwell Hu <micromotive@qq.com> - 1.2-1
|
||||||
|
- libnet requires doxygen and graphviz to build document
|
||||||
|
|
||||||
|
* Tue Jun 02 2020 SimpleUpdate Robot <tc@openeuler.org> - 1.2-0
|
||||||
|
- 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user