From 0fdb845ab56917af71bb8c69426af307451f67b4 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:22:41 +0100 Subject: [PATCH] rebuilt with debug package and aarch64 build fix [release 1.0.9-3mamba;Mon Nov 30 2020] --- libghttp.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libghttp.spec b/libghttp.spec index 1c0aeb5..6f9698d 100644 --- a/libghttp.spec +++ b/libghttp.spec @@ -1,6 +1,6 @@ Name: libghttp Version: 1.0.9 -Release: 2mamba +Release: 3mamba Summary: GNOME HTTP client library Group: System/Libraries Vendor: openmamba @@ -26,8 +26,12 @@ Requires: %{name} = %{version} GNOME http client library. This package contains static libraries and header files need for development. +%debug_package + %prep %setup -q +sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub +sed -i "s,| x86-\* |,| x86-\* | x86_64-\* |," config.sub %build %configure \ @@ -58,6 +62,9 @@ This package contains static libraries and header files need for development. %doc ChangeLog NEWS README TODO %changelog +* Mon Nov 30 2020 Silvan Calarco 1.0.9-3mamba +- rebuilt with debug package and aarch64 build fix + * Sat Jul 26 2008 Silvan Calarco 1.0.9-2mamba - specfile updated