From 0505918f6ef3a78aa914269c2f854b025e531c93 Mon Sep 17 00:00:00 2001 From: zhangpan Date: Wed, 5 Jun 2024 06:09:15 +0000 Subject: [PATCH] delete redundant files --- libnet.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libnet.spec b/libnet.spec index 0b251d3..6d9e1ea 100644 --- a/libnet.spec +++ b/libnet.spec @@ -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 - 1.2-3 +- delete redundant files + * Fri Aug 05 2022 liukuo - 1.2-2 - License compliance rectification -- Gitee