123 lines
3.9 KiB
RPMSpec
123 lines
3.9 KiB
RPMSpec
Name: libcares
|
|
Version: 1.21.0
|
|
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: http://c-ares.haxx.se/download/c-ares-%{version}.tar.gz
|
|
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
|
|
%configure \
|
|
--enable-shared
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libcares.so.*
|
|
%doc LICENSE.md
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/ares.h
|
|
%{_includedir}/ares_*.h
|
|
%{_libdir}/libcares.a
|
|
%{_libdir}/libcares.so
|
|
%{_libdir}/pkgconfig/libcares.pc
|
|
%{_mandir}/man3/*
|
|
%doc AUTHORS CHANGES NEWS README.cares
|
|
|
|
%changelog
|
|
* 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
|