diff --git a/freerdp.spec b/freerdp.spec index 56e21d5..91b0471 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -22,7 +22,7 @@ Name: freerdp Version: 2.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 2 Summary: Free implementation of the Remote Desktop Protocol (RDP) License: ASL 2.0 @@ -214,15 +214,10 @@ find . -name "*.c" -exec chmod 664 {} \; %endif . -%make_build - -pushd winpr/tools/makecert-cli -%make_build -popd +%cmake_build %install -%make_install -%make_install COMPONENT=tools +%cmake_install find %{buildroot} -name "*.a" -delete @@ -300,6 +295,9 @@ find %{buildroot} -name "*.a" -delete %{_libdir}/pkgconfig/winpr-tools2.pc %changelog +* Tue Aug 11 2020 Ondrej Holy - 2:2.2.0-4 +- Use %%cmake_ macros to fix out-of-source builds (#1863586) + * Sat Aug 01 2020 Fedora Release Engineering - 2:2.2.0-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild