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
|
Name: libnet
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 3
|
Release: 0
|
||||||
Summary: A C library to help with construction and handling of network packets
|
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/
|
URL: https://github.com/libnet/libnet/
|
||||||
Source: https://github.com/libnet/libnet/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
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
|
%description
|
||||||
Libbet provides a fairly portable framework for network packet
|
Libbet provides a fairly portable framework for network packet
|
||||||
@ -58,6 +58,7 @@ rm -f doc/html/Makefile*
|
|||||||
%{_libdir}/%{name}.so.*
|
%{_libdir}/%{name}.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%doc __dist_sample/sample/
|
||||||
%{_libdir}/%{name}.so
|
%{_libdir}/%{name}.so
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
%{_bindir}/%{name}-config
|
%{_bindir}/%{name}-config
|
||||||
@ -65,22 +66,14 @@ rm -f doc/html/Makefile*
|
|||||||
%{_includedir}/libnet.h
|
%{_includedir}/libnet.h
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc README.md ChangeLog.md doc/MIGRATION.md doc/RAWSOCKET.md
|
#%doc README doc/CHANGELOG doc/CONTRIB doc/DESIGN_NOTES doc/MIGRATION
|
||||||
%doc doc/html/
|
#%doc doc/PACKET_BUILDING doc/RAWSOCKET_NON_SEQUITUR doc/TODO doc/html/
|
||||||
|
#%doc doc/html/
|
||||||
%doc %{_docdir}/*
|
%doc %{_docdir}/*
|
||||||
%{_mandir}/man3/%{name}*.3*
|
%{_mandir}/man3/%{name}*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jun 05 2024 zhangpan <zhangpan103@h-partners.com> - 1.2-3
|
* Tue Jun 02 2020 SimpleUpdate Robot <tc@openeuler.org>
|
||||||
- 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
|
- Update to version 1.2
|
||||||
|
|
||||||
* Tue Sep 17 2019 Yiru Wang <wangyiru1@huawei.com> - 1.1.6-17
|
* 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