rebuilt with debug package and build fix for aarch64 [release 0.14-2mamba;Mon Nov 30 2020]
This commit is contained in:
parent
d21b410942
commit
00d1430a0a
@ -1,6 +1,6 @@
|
|||||||
Name: libdaemon
|
Name: libdaemon
|
||||||
Version: 0.14
|
Version: 0.14
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A lightweight C library that eases the writing of UNIX daemons
|
Summary: A lightweight C library that eases the writing of UNIX daemons
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
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 serializing UNIX signals into a pipe for usage with select() or poll()
|
||||||
An API for running subprocesses with STDOUT and STDERR redirected to syslog.
|
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
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -68,6 +70,9 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_docdir}/libdaemon/*
|
%{_docdir}/libdaemon/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14-2mamba
|
||||||
|
- rebuilt with debug package and build fix for aarch64
|
||||||
|
|
||||||
* Wed Oct 21 2009 Automatic Build System <autodist@mambasoft.it> 0.14-1mamba
|
* Wed Oct 21 2009 Automatic Build System <autodist@mambasoft.it> 0.14-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user