update to 1.32.3 [release 1.32.3-1mamba;Sun Jul 28 2024]
This commit is contained in:
parent
7661c66a72
commit
ecb97c3fa4
@ -1,5 +1,5 @@
|
||||
Name: libcares
|
||||
Version: 1.29.0
|
||||
Version: 1.32.3
|
||||
Release: 1mamba
|
||||
Summary: A C library that performs DNS requests and name resolves asynchronously
|
||||
Group: System/Libraries
|
||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://c-ares.org/
|
||||
Source: http://c-ares.haxx.se/download/c-ares-%{version}.tar.gz
|
||||
Source: https://github.com/c-ares/c-ares.git/v%{version}/c-ares-%{version}.tar.bz2
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -31,13 +31,13 @@ This package contains static libraries and header files needed for development.
|
||||
%setup -q -n c-ares-%{version}
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-shared
|
||||
%make
|
||||
%cmake
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%cmake_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -45,19 +45,26 @@ This package contains static libraries and header files needed for development.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libcares.so.*
|
||||
%doc LICENSE.md
|
||||
%doc AUTHORS LICENSE.md
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/adig
|
||||
%{_bindir}/ahost
|
||||
%{_includedir}/ares.h
|
||||
%{_includedir}/ares_*.h
|
||||
%{_libdir}/libcares.a
|
||||
%{_libdir}/libcares.so
|
||||
%{_libdir}/pkgconfig/libcares.pc
|
||||
%dir %{_libdir}/cmake/c-ares
|
||||
%{_libdir}/cmake/c-ares/c-ares-*.cmake
|
||||
%{_mandir}/man1/adig.1*
|
||||
%{_mandir}/man1/ahost.1*
|
||||
%{_mandir}/man3/*
|
||||
%doc AUTHORS CHANGES NEWS README.cares
|
||||
|
||||
%changelog
|
||||
* Sun Jul 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.32.3-1mamba
|
||||
- update to 1.32.3
|
||||
|
||||
* Sat May 25 2024 Automatic Build System <autodist@openmamba.org> 1.29.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user