delete redundant files
This commit is contained in:
parent
cc7df1f9d3
commit
c3b128f134
@ -1,6 +1,6 @@
|
|||||||
Name: libnet
|
Name: libnet
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 2
|
Release: 3
|
||||||
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
|
License: BSD
|
||||||
URL: https://github.com/libnet/libnet/
|
URL: https://github.com/libnet/libnet/
|
||||||
@ -59,7 +59,6 @@ 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
|
||||||
@ -71,6 +70,9 @@ rm -f doc/html/Makefile*
|
|||||||
%doc %{_docdir}/*
|
%doc %{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 05 2024 zhangpan<zhangpan103@h-partners.com> - 1.2-3
|
||||||
|
- delete redundant files
|
||||||
|
|
||||||
* Wed Dec 27 2023 lvgenggeng<lvgenggeng@uniontech.com> - 1.2-2
|
* Wed Dec 27 2023 lvgenggeng<lvgenggeng@uniontech.com> - 1.2-2
|
||||||
- backport: fix possible overflows
|
- backport: fix possible overflows
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user