Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
fda8b6f99c
!27 fixed kf5-threadweaver build failure in openEuler-24.03-LTS-SP1:epol
From: @chenyanpanX 
Reviewed-by: @misaka00251 
Signed-off-by: @misaka00251
2024-11-18 06:49:47 +00:00
ChenYanpan
857ce2fa54
adapt to the new CMake macros to fix build failure 2024-11-15 19:44:06 +08:00
openeuler-ci-bot
642ec953f2
!21 update version 5.113.0
From: @peijiankang 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-01-09 06:53:09 +00:00
peijiankang
762c011e89 update version 5.113.0 2024-01-03 17:22:56 +08:00
openeuler-ci-bot
1d4e3205a4
!17 update version to 5.108.0
From: @peijiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2023-08-04 01:20:04 +00:00
peijiankang
461e429032 update version to 5.108 2023-08-04 08:35:24 +08:00
openeuler-ci-bot
23ae7455c2
!16 [sync] PR-14: rebuild
From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2023-04-24 07:59:17 +00:00
peijiankang
cfcc4dc8e5 rebuild
(cherry picked from commit f8398a374c040ee68bb811f8a5e49b70797d6be0)
2023-04-24 15:51:00 +08:00
openeuler-ci-bot
994c8bf0fc
!10 Update package to version 5.100.0
From: @liqiuyu123 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-12-13 09:28:21 +00:00
liqiuyu123
ac7f68b028 Update package to version 5.100.0 2022-12-12 13:12:42 +08:00
2 changed files with 27 additions and 16 deletions

View File

@ -2,27 +2,23 @@
%global framework threadweaver
Name: kf5-%{framework}
Version: 5.97.0
Release: 1
Version: 5.113.0
Release: 2
Summary: KDE Frameworks 5 Tier 1 addon for advanced thread management
License: LGPLv2+
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
BuildRequires: libxml2
BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-rpm-macros >= %{majmin}
BuildRequires: qt5-qtbase-devel
Requires: kf5-filesystem >= %{majmin}
%description
KDE Frameworks 5 Tier 1 addon for advanced thread management.
@ -40,14 +36,12 @@ developing applications that use %{name}.
%build
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
make %{?_smp_mflags} -C %{_target_platform}
%{cmake_kf5}
%{cmake_build}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{cmake_install}
%ldconfig_scriptlets
@ -59,11 +53,28 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%files devel
%{_kf5_includedir}/ThreadWeaver/
%{_kf5_libdir}/libKF5ThreadWeaver.so
%{_kf5_libdir}/cmake/KF5ThreadWeaver/
%{_kf5_archdatadir}/mkspecs/modules/qt_ThreadWeaver.pri
%changelog
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 5.113.0-2
- adapt to the new CMake macros to fix build failure
* Wed Jan 03 2024 peijiankang <peijiankang@kylinos.cn> - 5.113.0-1
- Update package to version 5.113.0
* Thu Aug 03 2023 peijiankang <peijiankang@kylinos.cn> - 5.108.0-1
- Update package to version 5.108.0
* Mon Apr 24 2023 peijiankang <peijiankang@kylinos.cn> - 5.100.0-2
- rebuild
* Mon Dec 12 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