delete redundant files

(cherry picked from commit 0505918f6ef3a78aa914269c2f854b025e531c93)
This commit is contained in:
zhangpan 2024-06-05 06:09:15 +00:00 committed by openeuler-sync-bot
parent 58bbea793b
commit 10b426a3c1

View File

@ -1,6 +1,6 @@
Name: libnet
Version: 1.2
Release: 2
Release: 3
Summary: A C library to help with construction and handling of network packets
License: BSD-2-Clause
URL: https://github.com/libnet/libnet/
@ -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
@ -72,6 +71,9 @@ rm -f doc/html/Makefile*
%{_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