From 0fe770a291f97dbca35237c750352c61ad77741f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:30:09 +0100 Subject: [PATCH] rebuilt with debug package and aarch64 build fix [release 0.4-2mamba;Sat Dec 05 2020] --- libgssglue.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/libgssglue.spec b/libgssglue.spec index 7b823b8..b962491 100644 --- a/libgssglue.spec +++ b/libgssglue.spec @@ -1,6 +1,6 @@ Name: libgssglue Version: 0.4 -Release: 1mamba +Release: 2mamba Summary: This library exports a gssapi interface by calling gssapi routines in other libraries Group: System/Libraries Vendor: openmamba @@ -24,12 +24,13 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel This library exports a gssapi interface, but doesn't implement any gssapi mechanisms itself; instead it calls gssapi routines in other libraries, depending on the mechanism. +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 %if "%{_host}" != "%{_build}" @@ -52,7 +53,7 @@ export ac_cv_func_realloc_0_nonnull=yes %files %defattr(-,root,root) %{_libdir}/libgssglue.so.* -%doc AUTHORS COPYING ChangeLog NEWS README +%doc AUTHORS COPYING %files devel %defattr(-,root,root) @@ -61,8 +62,12 @@ export ac_cv_func_realloc_0_nonnull=yes %{_libdir}/libgssglue.la %{_libdir}/libgssglue.a %{_libdir}/pkgconfig/*.pc +%doc ChangeLog NEWS README %changelog +* Sat Dec 05 2020 Silvan Calarco 0.4-2mamba +- rebuilt with debug package and aarch64 build fix + * Fri Aug 10 2012 Automatic Build System 0.4-1mamba - automatic version update by autodist