diff --git a/qt6-qtsvg.spec b/qt6-qtsvg.spec index e4a1d7d1e76a68ce9cc2d25821d79bb8e57d9f93..5881f5e08bf4989a1e93fbacce7f442b3ada2b1b 100644 --- a/qt6-qtsvg.spec +++ b/qt6-qtsvg.spec @@ -8,7 +8,7 @@ Summary: Qt6 - Support for rendering and displaying SVG Name: qt6-%{qt_module} Version: 6.5.2 -Release: 1 +Release: 2 License: LGPLv3 or GPLv2+ Url: http://www.qt.io Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz @@ -52,11 +52,10 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %build %cmake_qt6 -DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF} - -cmake --build . %{?_smp_mflags} --verbose +%cmake_build %install -DESTDIR="%{buildroot}" cmake --install . +%cmake_install ## .prl/.la file love # nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs @@ -102,6 +101,9 @@ popd %endif %changelog +* Wed Nov 20 2024 Funda Wang - 6.5.2-2 +- adopt to new cmake macro + * Wed Nov 29 2023 houhongxun - 6.5.2-1 - update to version 6.5.2