diff --git a/libnet.spec b/libnet.spec index a211961fa9c1910b9db6e7fd3d62fe1ef52487bc..41fd7d7c43e23a8d8a7a301ef5b418b7bb6836c5 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