From c16d88d61dfd2c73d4f4b49c82713f793c99ed43 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Apr 2026 15:21:51 +0200 Subject: rebuild for remirepo as missin in EPEL --- Makefile | 4 ++++ libstatgrab.spec | 33 ++++++++++++--------------------- 2 files changed, 16 insertions(+), 21 deletions(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + diff --git a/libstatgrab.spec b/libstatgrab.spec index f6b3a66..1b90464 100644 --- a/libstatgrab.spec +++ b/libstatgrab.spec @@ -1,10 +1,19 @@ +# remirepo spec file for libstatgrab, from: +# +# Fedora spec file for libstatgrab +# +# License: MIT +# http://opensource.org/licenses/MIT +# +# Please preserve changelog entries +# %bcond_without log4cplus %bcond_without examples Name: libstatgrab Epoch: 1 Version: 0.92.1 -Release: 13%{?dist} +Release: 1%{?dist} Summary: A library that provides cross platform access to statistics of the system License: LGPL-2.1-or-later URL: http://www.i-scream.org/libstatgrab @@ -207,26 +216,8 @@ make check %{_mandir}/*/*statgrab* %changelog -* Mon Jan 20 2025 Fedora Release Engineering - 1:0.92.1-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Fri Jan 17 2025 Fedora Release Engineering - 1:0.92.1-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Thu Jul 18 2024 Fedora Release Engineering - 1:0.92.1-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Thu Jan 25 2024 Fedora Release Engineering - 1:0.92.1-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sun Jan 21 2024 Fedora Release Engineering - 1:0.92.1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Thu Aug 10 2023 Martin Osvald - 1:0.92.1-8 -- Rebuilt for log4cplus 2.1.0 - -* Thu Jul 20 2023 Fedora Release Engineering - 1:0.92.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild +* Wed Apr 29 2026 Remi Collet - 1:0.92.1-1 +- rebuild for remirepo as missin in EPEL * Mon Feb 27 2023 Tim Orling - 1:0.92.1-5 - migrated to SPDX license -- cgit