adapt to the new CMake macros to fix build failure
This commit is contained in:
parent
4faf14905c
commit
18a7500a0e
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.113.0
|
Version: 5.113.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: KDE Frameworks 5 tier 3 solution for process launching
|
Summary: KDE Frameworks 5 tier 3 solution for process launching
|
||||||
|
|
||||||
License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND LicenseRef-KDE-Accepted-LGPL
|
License: BSD-3-Clause AND CC0-1.0 AND LGPL-2.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND LicenseRef-KDE-Accepted-LGPL
|
||||||
@ -56,16 +56,12 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
%{cmake_kf5}
|
||||||
pushd %{_target_platform}
|
%{cmake_build}
|
||||||
%{cmake_kf5} ..
|
|
||||||
popd
|
|
||||||
|
|
||||||
make %{?_smp_mflags} -C %{_target_platform}
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
%{cmake_install}
|
||||||
|
|
||||||
%find_lang kinit5_qt --with-man --with-qt --all-name
|
%find_lang kinit5_qt --with-man --with-qt --all-name
|
||||||
|
|
||||||
@ -92,6 +88,9 @@ install -p -m644 -D %{SOURCE10} \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 5.113.0-2
|
||||||
|
- adapt to the new CMake macros to fix build failure
|
||||||
|
|
||||||
* Mon Jan 08 2024 haomimi <haomimi@uniontech.com> - 5.113.0-1
|
* Mon Jan 08 2024 haomimi <haomimi@uniontech.com> - 5.113.0-1
|
||||||
- Update to upstream version 5.113.0
|
- Update to upstream version 5.113.0
|
||||||
|
|
||||||
@ -118,4 +117,3 @@ install -p -m644 -D %{SOURCE10} \
|
|||||||
|
|
||||||
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
||||||
- Initial release for OpenEuler
|
- Initial release for OpenEuler
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user