From 00d1430a0a18447f63e91de6b817e712e94a0106 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:04:05 +0100 Subject: [PATCH] rebuilt with debug package and build fix for aarch64 [release 0.14-2mamba;Mon Nov 30 2020] --- libdaemon.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/libdaemon.spec b/libdaemon.spec index 1745755..22a4d49 100644 --- a/libdaemon.spec +++ b/libdaemon.spec @@ -1,6 +1,6 @@ Name: libdaemon Version: 0.14 -Release: 1mamba +Release: 2mamba Summary: A lightweight C library that eases the writing of UNIX daemons Group: System/Libraries Vendor: openmamba @@ -35,11 +35,13 @@ An API for writing PID files An API for serializing UNIX signals into a pipe for usage with select() or poll() An API for running subprocesses with STDOUT and STDERR redirected to syslog. -This package contains static libraries and header files need for development. +This package contains static libraries and header files needed for development. + +%debug_package %prep - %setup -q +sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub %build %configure @@ -68,6 +70,9 @@ This package contains static libraries and header files need for development. %{_docdir}/libdaemon/* %changelog +* Mon Nov 30 2020 Silvan Calarco 0.14-2mamba +- rebuilt with debug package and build fix for aarch64 + * Wed Oct 21 2009 Automatic Build System 0.14-1mamba - automatic update by autodist