169 lines
5.6 KiB
RPMSpec
169 lines
5.6 KiB
RPMSpec
Name: libcares
|
|
Version: 1.34.2
|
|
Release: 1mamba
|
|
Summary: A C library that performs DNS requests and name resolves asynchronously
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://c-ares.org/
|
|
Source: https://github.com/c-ares/c-ares.git/v%{version}/c-ares-%{version}.tar.bz2
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
c-ares is a C library that performs DNS requests and name resolves asynchronously. c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT.
|
|
|
|
%package devel
|
|
Summary: Static libraries and headers for libcares
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}
|
|
|
|
%description devel
|
|
c-ares is a C library that performs DNS requests and name resolves asynchronously. c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT.
|
|
This package contains static libraries and header files needed for development.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n c-ares-%{version}
|
|
|
|
%build
|
|
%cmake
|
|
|
|
%cmake_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%cmake_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libcares.so.*
|
|
%doc AUTHORS LICENSE.md
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_bindir}/adig
|
|
%{_bindir}/ahost
|
|
%{_includedir}/ares.h
|
|
%{_includedir}/ares_*.h
|
|
%{_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/*
|
|
|
|
%changelog
|
|
* Tue Oct 15 2024 Automatic Build System <autodist@openmamba.org> 1.34.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 11 2024 Automatic Build System <autodist@openmamba.org> 1.34.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Aug 24 2024 Automatic Build System <autodist@openmamba.org> 1.33.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Aug 03 2024 Automatic Build System <autodist@openmamba.org> 1.33.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
|
|
* Sun Mar 31 2024 Automatic Build System <autodist@openmamba.org> 1.28.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 29 2024 Automatic Build System <autodist@openmamba.org> 1.28.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Feb 23 2024 Automatic Build System <autodist@openmamba.org> 1.27.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jan 27 2024 Automatic Build System <autodist@openmamba.org> 1.26.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 03 2024 Automatic Build System <autodist@mambasoft.it> 1.25.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 01 2023 Automatic Build System <autodist@mambasoft.it> 1.23.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Nov 20 2023 Automatic Build System <autodist@mambasoft.it> 1.22.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 15 2023 Automatic Build System <autodist@mambasoft.it> 1.22.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 27 2023 Automatic Build System <autodist@mambasoft.it> 1.21.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 09 2023 Automatic Build System <autodist@mambasoft.it> 1.20.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 08 2023 Automatic Build System <autodist@mambasoft.it> 1.20.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 23 2023 Automatic Build System <autodist@mambasoft.it> 1.19.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 31 2023 Automatic Build System <autodist@mambasoft.it> 1.19.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 31 2021 Automatic Build System <autodist@mambasoft.it> 1.18.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 10 2021 Automatic Build System <autodist@mambasoft.it> 1.17.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.17.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Sep 01 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14.0-1mamba
|
|
- update to 1.14.0
|
|
|
|
* Tue May 14 2013 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 15 2012 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jun 14 2012 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 25 2011 Automatic Build System <autodist@mambasoft.it> 1.7.5-1mamba
|
|
- update to 1.7.5
|
|
|
|
* Wed Dec 15 2010 Automatic Build System <autodist@mambasoft.it> 1.7.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Jun 25 2010 Automatic Build System <autodist@mambasoft.it> 1.7.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Apr 15 2010 Automatic Build System <autodist@mambasoft.it> 1.7.1-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Jan 13 2010 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri Jan 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Dec 02 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.2-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Mon Nov 19 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
|
|
- update to 1.4.0
|
|
|
|
* Fri Apr 27 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-1mamba
|
|
- package created by autospec
|