Compare commits
10 Commits
e05a5c047b
...
fda8b6f99c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fda8b6f99c | ||
|
|
857ce2fa54 | ||
|
|
642ec953f2 | ||
|
|
762c011e89 | ||
|
|
1d4e3205a4 | ||
|
|
461e429032 | ||
|
|
23ae7455c2 | ||
|
|
cfcc4dc8e5 | ||
|
|
994c8bf0fc | ||
|
|
ac7f68b028 |
@ -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
|
||||
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user