Compare commits
No commits in common. "4bb43757d36033930a97648ca74ebdfbeed224df" and "35638c756de44416e829952d43e4ef6cd66564bf" have entirely different histories.
4bb43757d3
...
35638c756d
23
libnet.spec
23
libnet.spec
@ -1,11 +1,11 @@
|
||||
Name: libnet
|
||||
Version: 1.2
|
||||
Release: 3
|
||||
Release: 0
|
||||
Summary: A C library to help with construction and handling of network packets
|
||||
License: BSD-2-Clause
|
||||
License: BSD
|
||||
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
|
||||
BuildRequires: automake autoconf libtool
|
||||
|
||||
%description
|
||||
Libbet provides a fairly portable framework for network packet
|
||||
@ -58,6 +58,7 @@ rm -f doc/html/Makefile*
|
||||
%{_libdir}/%{name}.so.*
|
||||
|
||||
%files devel
|
||||
%doc __dist_sample/sample/
|
||||
%{_libdir}/%{name}.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_bindir}/%{name}-config
|
||||
@ -65,22 +66,14 @@ rm -f doc/html/Makefile*
|
||||
%{_includedir}/libnet.h
|
||||
|
||||
%files help
|
||||
%doc README.md ChangeLog.md doc/MIGRATION.md doc/RAWSOCKET.md
|
||||
%doc doc/html/
|
||||
#%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 %{_docdir}/*
|
||||
%{_mandir}/man3/%{name}*.3*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
* Tue Jun 02 2020 SimpleUpdate Robot <tc@openeuler.org>
|
||||
- Update to version 1.2
|
||||
|
||||
* Tue Sep 17 2019 Yiru Wang <wangyiru1@huawei.com> - 1.1.6-17
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
version_control: github
|
||||
src_repo: libnet/libnet
|
||||
tag_prefix: v
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user