Compare commits
13 Commits
35638c756d
...
4bb43757d3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4bb43757d3 | ||
|
|
fbe5a27ebc | ||
|
|
58bbea793b | ||
|
|
c773f0f118 | ||
|
|
32bd7c5c6a | ||
|
|
9670022f2d | ||
|
|
1cc8ad3027 | ||
|
|
498fb55e7c | ||
|
|
eceb8e6555 | ||
|
|
40943aa290 | ||
|
|
c212c40d3d | ||
|
|
ec103a2d34 | ||
|
|
a9613473d7 |
23
libnet.spec
23
libnet.spec
@ -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
4
libnet.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: libnet/libnet
|
||||
tag_prefix: v
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user