Compare commits

...

13 Commits

Author SHA1 Message Date
openeuler-ci-bot
4bb43757d3
!21 [sync] PR-17: delete redundant files
From: @openeuler-sync-bot 
Reviewed-by: @sunsuwan 
Signed-off-by: @sunsuwan
2024-06-24 08:01:16 +00:00
zhangpan
fbe5a27ebc delete redundant files
(cherry picked from commit 0505918f6ef3a78aa914269c2f854b025e531c93)
2024-06-05 16:00:03 +08:00
openeuler-ci-bot
58bbea793b
!10 [sync] PR-7: License compliance rectification
From: @openeuler-sync-bot 
Reviewed-by: @seuzw 
Signed-off-by: @seuzw
2022-08-10 02:34:35 +00:00
lauk001
c773f0f118 License compliance rectification
(cherry picked from commit 550019921339c286a7eaac01dfc57affeb6bf1ef)
2022-08-10 10:24:38 +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
openeuler-ci-bot
ec103a2d34 !2 add yaml file
Merge pull request !2 from yu_boyun/master
2020-06-17 14:50:59 +08:00
yu_boyun
a9613473d7 add yaml file 2020-06-12 15:57:54 +08:00
2 changed files with 19 additions and 8 deletions

View File

@ -1,11 +1,11 @@
Name: libnet
Version: 1.2
Release: 0
Release: 3
Summary: A C library to help with construction and handling of network packets
License: BSD
License: BSD-2-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
BuildRequires: automake autoconf libtool doxygen graphviz
%description
Libbet provides a fairly portable framework for network packet
@ -58,7 +58,6 @@ rm -f doc/html/Makefile*
%{_libdir}/%{name}.so.*
%files devel
%doc __dist_sample/sample/
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_bindir}/%{name}-config
@ -66,14 +65,22 @@ rm -f doc/html/Makefile*
%{_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 doc/html/
%doc README.md ChangeLog.md doc/MIGRATION.md doc/RAWSOCKET.md
%doc doc/html/
%doc %{_docdir}/*
%{_mandir}/man3/%{name}*.3*
%changelog
* Tue Jun 02 2020 SimpleUpdate Robot <tc@openeuler.org>
* Wed Jun 05 2024 zhangpan <zhangpan103@h-partners.com> - 1.2-3
- delete redundant files
* 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

4
libnet.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: libnet/libnet
tag_prefix: v
seperator: .