Remove build path set to adapt new %__cmake_builddir macro
This commit is contained in:
parent
df9b4be447
commit
99b7a09e7b
@ -1,7 +1,7 @@
|
|||||||
Name: extra-cmake-modules
|
Name: extra-cmake-modules
|
||||||
Summary: Additional modules for CMake build system
|
Summary: Additional modules for CMake build system
|
||||||
Version: 5.113.0
|
Version: 5.113.0
|
||||||
Release: 1
|
Release: 2
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://api.kde.org/ecm/
|
URL: https://api.kde.org/ecm/
|
||||||
|
|
||||||
@ -28,11 +28,8 @@ Additional modules for CMake build system needed by KDE Frameworks.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
%{cmake_kf5} -DBUILD_HTML_DOCS:BOOL=ON -DBUILD_MAN_DOCS:BOOL=ON -DBUILD_TESTING:BOOL=ON \
|
||||||
cd %{_target_platform}
|
|
||||||
%{cmake_kf5} .. -DBUILD_HTML_DOCS:BOOL=ON -DBUILD_MAN_DOCS:BOOL=ON -DBUILD_TESTING:BOOL=ON \
|
|
||||||
-DSphinx_BUILD_EXECUTABLE:PATH=%{_bindir}/sphinx-build-3
|
-DSphinx_BUILD_EXECUTABLE:PATH=%{_bindir}/sphinx-build-3
|
||||||
cd -
|
|
||||||
%make_build -C %{_target_platform}
|
%make_build -C %{_target_platform}
|
||||||
|
|
||||||
|
|
||||||
@ -53,6 +50,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 02 2024 wangqia <wangqia@uniontech.com> - 5.113.0-1
|
||||||
- Update to upstream version 5.113.0
|
- Update to upstream version 5.113.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user