feat: rebuild against rebuilt extra-cmake-modules

epel9
Marc Deop i Argemí 1 year ago
parent 88220acf1f
commit f28b31800b
No known key found for this signature in database
GPG Key ID: 0BD48519688058E8

@ -9,7 +9,7 @@
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.110.0 Version: 5.110.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: QtQuick plugins to build user interfaces based on the KDE UX guidelines Summary: QtQuick plugins to build user interfaces based on the KDE UX guidelines
# All LGPLv2+ except for src/desktopicons.h (GPLv2+) # All LGPLv2+ except for src/desktopicons.h (GPLv2+)
@ -94,7 +94,7 @@ developing applications that use %{name}.
export QT_XCB_FORCE_SOFTWARE_OPENGL=1 export QT_XCB_FORCE_SOFTWARE_OPENGL=1
export CTEST_OUTPUT_ON_FAILURE=1 export CTEST_OUTPUT_ON_FAILURE=1
xvfb-run -a \ xvfb-run -a \
make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||: make test ARGS="--output-on-failure --timeout 30" -C %{_vpath_builddir} ||:
%endif %endif
@ -106,7 +106,6 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
%dir %{_kf5_qmldir}/org/ %dir %{_kf5_qmldir}/org/
%dir %{_kf5_qmldir}/org/kde/ %dir %{_kf5_qmldir}/org/kde/
%{_kf5_qmldir}/org/kde/kirigami.2/ %{_kf5_qmldir}/org/kde/kirigami.2/
%{_kf5_qmldir}/org/kde/kirigami/
%files devel %files devel
%{_kf5_libdir}/libKF5Kirigami2.so %{_kf5_libdir}/libKF5Kirigami2.so
@ -119,6 +118,10 @@ make test ARGS="--output-on-failure --timeout 30" -C %{_target_platform} ||:
%changelog %changelog
* Thu Sep 21 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.110.0-2
- Rebuilt against patched extra-cmake-modules
- Fix tests
* Tue Sep 05 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.110.0-1 * Tue Sep 05 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.110.0-1
- 5.110.0 - 5.110.0

Loading…
Cancel
Save