Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
215c4eb7dc
!40 fixed kf5-kconfig build failure in openEuler-24.03-LTS-SP1:epol
From: @chenyanpanX 
Reviewed-by: @misaka00251 
Signed-off-by: @misaka00251
2024-11-19 05:39:34 +00:00
ChenYanpan
9d22008c22
adapt to the new CMake macros to fix build failure 2024-11-18 20:24:09 +08:00
openeuler-ci-bot
8efcd90cf7
!37 Update to upstream version 5.113.0
From: @dedv_dwe 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-01-08 03:37:00 +00:00
ut004527
e9ff46e79c Update to upstream version 5.113.0 2024-01-03 10:26:08 +08:00
openeuler-ci-bot
65bfb6a8f4
!34 update verison to 5.108.0
From: @haomi0602 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-08-04 01:48:14 +00:00
ut004615
b1bfa0dab2 update verison to 5.108.0 2023-08-03 15:28:12 +08:00
openeuler-ci-bot
22893418ef
!30 Update package to version 5.100.0
From: @liqiuyu123 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-12-13 09:15:41 +00:00
liqiuyu123
aafb12b9a4 Update package to version 5.100.0 2022-12-09 15:32:35 +08:00
openeuler-ci-bot
aabc36da5a
!28 update to upstream version 5.97.0
From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-09-08 01:31:15 +00:00
leeffo
2597314a56 update to upstream version 5.97.0 2022-09-05 14:51:11 +08:00
3 changed files with 25 additions and 17 deletions

BIN
kconfig-5.113.0.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -24,20 +24,16 @@
%global ninja 1
Name: kf5-%{framework}
Version: 5.95.0
Release: 1
Version: 5.113.0
Release: 2
Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system
License: GPLv2+ and LGPLv2+ and MIT
URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
%global majmin %majmin_ver_kf5
%global stable %stable_kf5
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
## upstream patches
@ -153,9 +149,7 @@ PYTHONPATH=%{_datadir}/ECM/python
export PYTHONPATH
%endif
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} .. \
%{cmake_kf5} \
%if 0%{?flatpak}
%{?docs:-DBUILD_QCH:BOOL=OFF} \
%else
@ -163,12 +157,11 @@ pushd %{_target_platform}
%endif
%{?ninja:-G Ninja} \
%{?tests:-DBUILD_TESTING:BOOL=ON}
popd
%if 0%{?ninja}
%ninja_build -C %{_target_platform}
%else
%make_build -C %{_target_platform}
%{cmake_build}
%endif
@ -176,7 +169,7 @@ popd
%if 0%{?ninja}
%ninja_install -C %{_target_platform}
%else
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{cmake_install}
%endif
%find_lang_kf5 kconfig5_qt
@ -190,7 +183,7 @@ xvfb-run -a \
%if 0%{?ninja}
ninja test %{?_smp_mflags} -v -C redhat-linux-build ||:
%else
make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --timeout 300" ||:
%{ctest}
%endif
%endif
@ -246,6 +239,21 @@ make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --time
%changelog
* Mon Nov 18 2024 ChenYanpan <chenyanpan@xfusion.com> - 5.113.0-2
- adapt to the new CMake macros to fix build failure
* Wed Jan 03 2024 wangqia <wangqia@uniontech.com> - 5.113.0-1
- Update to upstream version 5.113.0
* Thu Aug 03 2023 haomimi <haomimi@uniontech.com> - 5.108.0-1
- update verison to 5.108.0
* Fri Dec 09 2022 liqiuyu <liqiuyu@kylinos.cn> - 5.100.0-1
- Update package to version 5.100.0
* Mon Sep 05 2022 liweiganga <liweiganga@uniontech.com> - 5.97.0-1
- update to upstream version 5.97.0
* Mon Jul 04 2022 loong_C <loong_c@yeah.net> - 5.95.0-1
- update to upstream version 5.95.0
@ -256,7 +264,7 @@ make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --time
- update to upstream version 5.88.0
* Wed Jul 07 2021 tanyulong<tanyulong@kylinos.cn> -5.55.0-2
- fix kf5-kconfig project
- fix kf5-kconfig project
* Thu Jul 23 2020 wangmian<wangmian@kylinos.cn> - 5.55.0-1
- Init kf5-kconfig project