added debug package and aarch64 build fix [release 0.8-3mamba;Thu Dec 03 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 03:48:46 +01:00
parent f128c4f7ae
commit 6402615ec2

View File

@ -1,6 +1,6 @@
Name: libasyncns Name: libasyncns
Version: 0.8 Version: 0.8
Release: 2mamba Release: 3mamba
Summary: A library for executing name service queries asynchronously Summary: A library for executing name service queries asynchronously
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -37,8 +37,7 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
%description static %description static
A small and lightweight library that implements easy to use asynchronous A small and lightweight library that implements easy to use asynchronous
wrappers around the libc NSS functions getaddrinfo(), res_query() and related. wrappers around the libc NSS functions getaddrinfo(), res_query() and related.
This package contains static libraries needed for development.
This package contains static libraries need for development.
%package docs %package docs
Group: Documentation Group: Documentation
@ -48,12 +47,13 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description docs %description docs
A small and lightweight library that implements easy to use asynchronous A small and lightweight library that implements easy to use asynchronous
wrappers around the libc NSS functions getaddrinfo(), res_query() and related. wrappers around the libc NSS functions getaddrinfo(), res_query() and related.
Documentation for %{name}. Documentation for %{name}.
%prep %debug_package
%prep
%setup -q %setup -q
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
%build %build
%configure %configure
@ -90,6 +90,9 @@ Documentation for %{name}.
%doc %{_docdir}/libasyncns/* %doc %{_docdir}/libasyncns/*
%changelog %changelog
* Thu Dec 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8-3mamba
- added debug package and aarch64 build fix
* Sun Dec 26 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8-2mamba * Sun Dec 26 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8-2mamba
- automatic port from devel-java - automatic port from devel-java