diff --git a/freerdp.spec b/freerdp.spec index 72a1a04107399ae3a3cb008b159ed695d97ed2a3..b9ba6a71e2a4424c7c01f393576dbb5edd6ac4d7 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -1,6 +1,6 @@ Name: freerdp Version: 2.11.7 -Release: 4 +Release: 5 Epoch: 2 Summary: A Remote Desktop Protocol Implementation License: Apache-2.0 @@ -86,12 +86,9 @@ find . -name "*.c" -exec chmod 664 {} \; %endif %cmake_build -cd winpr/tools/makecert-cli -%make_build %install %cmake_install -%make_install COMPONENT=tools find %{buildroot} -name "*.a" -delete @@ -123,7 +120,6 @@ echo "%{_libdir}/freerdp2" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_ %{_libdir}/pkgconfig/{freerdp*,uwac0}.pc %files -n libwinpr -%{!?_licensedir:%global license %%doc} %license LICENSE %doc README.md ChangeLog %{_libdir}/{libwinpr2.so.*,libwinpr-tools2.so.*} @@ -138,6 +134,9 @@ echo "%{_libdir}/freerdp2" > %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_ %{_mandir}/*/* %changelog +* Tue Jan 28 2025 Funda Wang - 2:2.11.7-5 +- fix build with cmake macro migration + * Mon Nov 18 2024 Funda Wang - 2:2.11.7-4 - adopt to new cmake macro