From 8f39eee667be848da4b4f5d11de493e83a86c11c Mon Sep 17 00:00:00 2001 From: wangziliang Date: Mon, 27 May 2024 15:02:09 +0800 Subject: [PATCH] Delete redundant files --- libnet.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libnet.spec b/libnet.spec index a211961..41fd7d7 100644 --- a/libnet.spec +++ b/libnet.spec @@ -1,6 +1,6 @@ Name: libnet Version: 1.3 -Release: 1 +Release: 2 Summary: A C library to help with construction and handling of network packets License: BSD-2-Clause and BSD-3-Clause URL: https://github.com/libnet/libnet @@ -57,7 +57,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 @@ -68,10 +67,14 @@ rm -f doc/html/Makefile* %doc README.md ChangeLog.md doc/MIGRATION.md doc/RAWSOCKET.md %doc doc/html/ %doc %{_docdir}/* +%doc __dist_sample/sample/ %{_mandir}/man1/%{name}*.1* %{_mandir}/man3/%{name}*.3* %changelog +* Mon May 27 2024 wangziliang - 1.3-2 +- Delete redundant files + * Wed Dec 27 2023 lvgenggeng - 1.3-1 - Update to version 1.3 -- Gitee