From 3e2499ac3e3b07a7ba0be19b7a552c64e40e0327 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Sun, 11 Jan 2026 18:45:55 -0700 Subject: [PATCH] Reflow the description text - Be more precise about globbing in %files --- cliquer.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cliquer.spec b/cliquer.spec index c78858d..f402c59 100644 --- a/cliquer.spec +++ b/cliquer.spec @@ -18,18 +18,18 @@ BuildRequires: gcc BuildRequires: make %description -The main cliquer package contains a command-line interface to the -cliquer library. Note that the upstream binary name is "cl", which is -too generic for Fedora. Therefore, the binary is named "cliquer". +The main cliquer package contains a command-line interface to the cliquer +library. Note that the upstream binary name is "cl", which is too generic for +Fedora. Therefore, the binary is named "cliquer". %package libs Summary: Library to find cliques in arbitrary weighted graphs %description libs -Cliquer is a set of C routines for finding cliques in an arbitrary -weighted graph. It uses an exact branch-and-bound algorithm developed -by Patric Östergård. It is designed with the aim of being efficient -while still being flexible and easy to use. +Cliquer is a set of C routines for finding cliques in an arbitrary weighted +graph. It uses an exact branch-and-bound algorithm developed by Patric +Östergård. It is designed with the aim of being efficient while still being +flexible and easy to use. %package devel Summary: Development files for cliquer @@ -86,7 +86,7 @@ LD_LIBRARY_PATH=$PWD make test %files libs %doc ChangeLog README %license COPYING -%{_libdir}/libcliquer.so.1* +%{_libdir}/libcliquer.so.1{,.*} %files devel %{_includedir}/%{name}/