From a486d2cd15cd495bcc931d28fa07851e974bddca Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:57:29 +0100 Subject: [PATCH] rebuilt with debug package and aarch64 build fix [release 1.1.0-3mamba;Thu Dec 10 2020] --- liblbxutil.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/liblbxutil.spec b/liblbxutil.spec index 1e8d259..b5cd6f5 100644 --- a/liblbxutil.spec +++ b/liblbxutil.spec @@ -1,6 +1,6 @@ Name: liblbxutil Version: 1.1.0 -Release: 2mamba +Release: 3mamba Summary: X.Org lbxutil library Group: System/Libraries Vendor: openmamba @@ -25,14 +25,18 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel X.Org lbxutil library. +This package contains static libraries and header files needed for development. -This package contains static libraries and header files need for development. +%debug_package %prep %setup -q +sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub %build -%configure +%configure \ + CFLAGS="%{optflags} -fcommon" + %make %install @@ -57,6 +61,9 @@ This package contains static libraries and header files need for development. %doc ChangeLog README %changelog +* Thu Dec 10 2020 Silvan Calarco 1.1.0-3mamba +- rebuilt with debug package and aarch64 build fix + * Sat Jun 28 2014 Silvan Calarco 1.1.0-2mamba - rebuilt