rebuilt with debug package and aarch64 build fix [release 0.4-2mamba;Sat Dec 05 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 04:30:09 +01:00
parent 0998367850
commit 0fe770a291

View File

@ -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 <silvan.calarco@mambasoft.it> 0.4-2mamba
- rebuilt with debug package and aarch64 build fix
* Fri Aug 10 2012 Automatic Build System <autodist@mambasoft.it> 0.4-1mamba
- automatic version update by autodist