rebuilt with debug package and aarch64 build fix [release 0.4-2mamba;Sat Dec 05 2020]
This commit is contained in:
parent
0998367850
commit
0fe770a291
@ -1,6 +1,6 @@
|
|||||||
Name: libgssglue
|
Name: libgssglue
|
||||||
Version: 0.4
|
Version: 0.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: This library exports a gssapi interface by calling gssapi routines in other libraries
|
Summary: This library exports a gssapi interface by calling gssapi routines in other libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -24,12 +24,13 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%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 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
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if "%{_host}" != "%{_build}"
|
%if "%{_host}" != "%{_build}"
|
||||||
@ -52,7 +53,7 @@ export ac_cv_func_realloc_0_nonnull=yes
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgssglue.so.*
|
%{_libdir}/libgssglue.so.*
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -61,8 +62,12 @@ export ac_cv_func_realloc_0_nonnull=yes
|
|||||||
%{_libdir}/libgssglue.la
|
%{_libdir}/libgssglue.la
|
||||||
%{_libdir}/libgssglue.a
|
%{_libdir}/libgssglue.a
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 10 2012 Automatic Build System <autodist@mambasoft.it> 0.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user