Compare commits

..

4 commits

Author SHA1 Message Date
Jerry James
3e2499ac3e Reflow the description text
- Be more precise about globbing in %files
2026-01-11 18:45:55 -07:00
Jerry James
53d3b70b3f Version 1.23 2025-08-09 09:56:46 -06:00
Jerry James
f425986493 Convert to %autorelease and %autochangelog
[skip changelog]
2025-08-09 09:50:46 -06:00
Fedora Release Engineering
7855c6c77b Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 18:24:16 +00:00
2 changed files with 11 additions and 8 deletions

View file

@ -1,3 +1,6 @@
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.22-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.22-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild

View file

@ -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}/