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