!6 【LTS升级】update libnet to 1.2

Merge pull request !6 from yu_boyun/openEuler-20.03-LTS
This commit is contained in:
openeuler-ci-bot 2020-08-28 15:00:45 +08:00 committed by Gitee
commit 078746132c
3 changed files with 11 additions and 9 deletions

Binary file not shown.

BIN
libnet-1.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: libnet
Version: 1.1.6
Release: 17
Version: 1.2
Release: 1
Summary: A C library to help with construction and handling of network packets
License: BSD
URL: http://www.sourceforge.net/projects/libnet-dev/
Source: http://downloads.sourceforge.net/libnet-dev/%{name}-%{version}.tar.gz
BuildRequires: automake autoconf libtool
URL: https://github.com/libnet/libnet/
Source: https://github.com/libnet/libnet/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: automake autoconf libtool
%description
Libbet provides a fairly portable framework for network packet
@ -55,21 +55,23 @@ rm -f doc/html/Makefile*
%postun -p /sbin/ldconfig
%files
%doc doc/COPYING
%{_libdir}/%{name}.so.*
%files devel
%doc __dist_sample/sample/
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_bindir}/%{name}-config
%{_includedir}/%{name}/
%{_includedir}/libnet.h
%files help
%doc README doc/CHANGELOG doc/CONTRIB doc/DESIGN_NOTES doc/MIGRATION
%doc doc/PACKET_BUILDING doc/RAWSOCKET_NON_SEQUITUR doc/TODO doc/html/
%{_mandir}/man3/%{name}*.3*
%doc README.md ChangeLog.md doc/MIGRATION.md doc/RAWSOCKET.md
%doc %{_docdir}/*
%changelog
* Wed Aug 19 2020 yuboyun<yuboyun@huawei.com> - 1.2-1
- Update to version 1.2
* Tue Sep 17 2019 Yiru Wang <wangyiru1@huawei.com> - 1.1.6-17
- Pakcage init