diff --git a/c-ares.spec b/c-ares.spec index 9dea1e1..eb0b80d 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -3,7 +3,7 @@ Summary: A library that performs asynchronous DNS operations Name: c-ares Version: 1.17.2 -Release: 3%{?dist} +Release: 3.0.riscv64%{?dist} License: MIT URL: http://c-ares.haxx.se/ Source0: http://c-ares.haxx.se/download/%{name}-%{version}.tar.gz @@ -44,7 +44,7 @@ f=CHANGES ; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f # %%configure --enable-shared --disable-static \ # --disable-dependency-tracking %if %{use_cmake} -%{cmake} -DCMAKE_INSTALL_LIBDIR:PATH="%{_libdir}" -DCARES_BUILD_TOOLS:BOOL=OFF +%{cmake} -DCMAKE_INSTALL_LIBDIR:PATH="%{_lib}" -DCARES_BUILD_TOOLS:BOOL=OFF %cmake_build %else autoreconf -if @@ -82,6 +82,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la %{_mandir}/man3/ares_* %changelog +* Tue Nov 15 2022 David Abdurachmanov - 1.17.2-3.0.riscv64 +- Fix PC file + * Wed Jul 20 2022 Fedora Release Engineering - 1.17.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild