Remove build path set to adapt new %__cmake_builddir macro

This commit is contained in:
laokz 2024-10-13 14:10:56 +08:00 committed by laokz
parent df9b4be447
commit 99b7a09e7b

View File

@ -1,7 +1,7 @@
Name: extra-cmake-modules
Summary: Additional modules for CMake build system
Version: 5.113.0
Release: 1
Release: 2
License: BSD
URL: https://api.kde.org/ecm/
@ -28,11 +28,8 @@ Additional modules for CMake build system needed by KDE Frameworks.
%autosetup -p1
%build
mkdir %{_target_platform}
cd %{_target_platform}
%{cmake_kf5} .. -DBUILD_HTML_DOCS:BOOL=ON -DBUILD_MAN_DOCS:BOOL=ON -DBUILD_TESTING:BOOL=ON \
%{cmake_kf5} -DBUILD_HTML_DOCS:BOOL=ON -DBUILD_MAN_DOCS:BOOL=ON -DBUILD_TESTING:BOOL=ON \
-DSphinx_BUILD_EXECUTABLE:PATH=%{_bindir}/sphinx-build-3
cd -
%make_build -C %{_target_platform}
@ -53,6 +50,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%changelog
* Mon Oct 14 2024 laokz <zhangkai@iscas.ac.cn> - 5.113.0-2
- Remove build path set to adapt new %__cmake_builddir macro
* Tue Jan 02 2024 wangqia <wangqia@uniontech.com> - 5.113.0-1
- Update to upstream version 5.113.0