Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 34623dfe96 |
BIN
cliquer-1.22.tar.gz
LFS
BIN
cliquer-1.22.tar.gz
LFS
Binary file not shown.
BIN
cliquer-1.23.tar.gz
LFS
Normal file
BIN
cliquer-1.23.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 11 09:45:54 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.23
|
||||
* Add a pkg-config file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 08:45:07 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cliquer
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
Name: cliquer
|
||||
%define lname libcliquer1
|
||||
Version: 1.22
|
||||
Version: 1.23
|
||||
Release: 0
|
||||
Summary: C routines for finding cliques in graphs
|
||||
License: GPL-2.0-or-later
|
||||
@@ -73,8 +73,7 @@ This subpackage provides the development headers for Cliquer's library.
|
||||
%make_install
|
||||
rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files
|
||||
%_bindir/cl
|
||||
@@ -87,5 +86,6 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
%files devel
|
||||
%_includedir/cliq*
|
||||
%_libdir/libcliquer.so
|
||||
%_libdir/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user