Compare commits

...

15 Commits

Author SHA1 Message Date
openeuler-ci-bot
b3362368c5
!20 [sync] PR-16: delete redundant files
From: @openeuler-sync-bot 
Reviewed-by: @sunsuwan 
Signed-off-by: @sunsuwan
2024-06-24 08:01:36 +00:00
zhangpan
b2d6718611 delete redundant files
(cherry picked from commit 8ce57907145741cd5ee06d128435071f04ed9db0)
2024-06-05 15:40:30 +08:00
openeuler-ci-bot
d67c109ad7
!11 升级到1.3版本
From: @lvgenggeng 
Reviewed-by: @zengwefeng 
Signed-off-by: @zengwefeng
2024-01-08 07:15:41 +00:00
lvgenggeng
5140d45d37 Update to version 1.3
Signed-off-by: lvgenggeng <lvgenggeng@uniontech.com>
2023-12-27 14:44:39 +08:00
openeuler-ci-bot
4a5daacc29
!7 License compliance rectification
From: @lauk001 
Reviewed-by: @zengwefeng 
Signed-off-by: @zengwefeng
2022-08-05 09:28:06 +00:00
lauk001
5500199213 License compliance rectification 2022-08-05 14:04:56 +08:00
openeuler-ci-bot
32bd7c5c6a !1 Upgrade to latest version of libnet
Merge pull request !1 from 木得感情的openEuler机器人/master
2020-07-29 20:37:44 +08:00
openeuler-ci-bot
9670022f2d !5 回退 'Pull Request !4 : update version to 1.2'
Merge pull request !5 from yanan-rock/revert-merge-4-master
2020-07-29 20:36:47 +08:00
yanan-rock
1cc8ad3027 回退 'Pull Request !4 : update version to 1.2' 2020-07-29 20:04:18 +08:00
openeuler-ci-bot
498fb55e7c !4 update version to 1.2
Merge pull request !4 from t.feng/master
2020-07-29 14:35:42 +08:00
Shinwell Hu
eceb8e6555 build requires graphviz 2020-07-29 05:09:57 +00:00
Shinwell Hu
40943aa290 buildrequires doxygen 2020-07-29 04:00:42 +00:00
t_feng
c212c40d3d update version to 1.2 2020-07-25 10:24:47 +08:00
Shinwell Hu
35638c756d update url and source 2020-06-02 14:38:02 +00:00
Shinwell Hu
410f403b58 upgrade libnet to 1.2 2020-06-02 14:30:34 +00:00
3 changed files with 29 additions and 14 deletions

Binary file not shown.

BIN
libnet-1.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,25 +1,25 @@
Name: libnet
Version: 1.1.6
Release: 17
Version: 1.3
Release: 2
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
License: BSD-2-Clause and BSD-3-Clause
URL: https://github.com/libnet/libnet
Source: https://github.com/libnet/libnet/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: automake autoconf libtool doxygen graphviz
%description
Libbet provides a fairly portable framework for network packet
construction an injuction.
%package devel
Summary: development files are included in this package
Summary: Development files for the libnet library
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package contains libraries and header files.
%package help
Summary: help files are included in this package
Summary: Documentation files for the libnet library
Requires: %{name}%{?_isa} = %{version}-%{release}
%description help
@ -27,8 +27,6 @@ This package contains help documents.
%prep
%autosetup -p1
autoreconf -if
rm -rf __dist_sample
mkdir __dist_sample
@ -55,21 +53,38 @@ rm -f doc/html/Makefile*
%postun -p /sbin/ldconfig
%files
%doc doc/COPYING
%license LICENSE
%{_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/
%doc README.md ChangeLog.md doc/MIGRATION.md doc/RAWSOCKET.md
%doc doc/html/
%doc %{_docdir}/*
%{_mandir}/man1/%{name}*.1*
%{_mandir}/man3/%{name}*.3*
%changelog
* Wed Jun 05 2024 zhangpan <zhangpan103@h-partners.com> - 1.3-2
- delete redundant files
* Wed Dec 27 2023 lvgenggeng <lvgenggeng@uniontech.com> - 1.3-1
- Update to version 1.3
* Fri Aug 05 2022 liukuo <liukuo@kylinos.cn> - 1.2-2
- License compliance rectification
* 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
- Pakcage init