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