Compare commits
10 Commits
8ea7d81ddd
...
8e4a2919a1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e4a2919a1 | ||
|
|
7559c84c54 | ||
|
|
205872c71e | ||
|
|
d4df65cff5 | ||
|
|
ce941e0a27 | ||
|
|
13a767acc2 | ||
|
|
297e50dd5b | ||
|
|
6a858d4407 | ||
|
|
65e453ace4 | ||
|
|
81309f7107 |
@ -2,20 +2,15 @@
|
||||
%global framework kwidgetsaddons
|
||||
|
||||
Name: kf5-%{framework}
|
||||
Version: 5.95.0
|
||||
Release: 1
|
||||
Version: 5.113.0
|
||||
Release: 2
|
||||
Summary: KDE Frameworks 5 Tier 1 addon with various classes on top of QtWidgets
|
||||
|
||||
License: GPLv2+ and 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: extra-cmake-modules >= %{majmin}
|
||||
@ -43,16 +38,12 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%build
|
||||
mkdir %{_target_platform}
|
||||
pushd %{_target_platform}
|
||||
%{cmake_kf5} ..
|
||||
popd
|
||||
|
||||
%make_build -C %{_target_platform}
|
||||
%{cmake_kf5}
|
||||
%{cmake_build}
|
||||
|
||||
|
||||
%install
|
||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
%{cmake_install}
|
||||
|
||||
%find_lang_kf5 kwidgetsaddons5_qt
|
||||
|
||||
@ -68,6 +59,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
%{_kf5_qtplugindir}/designer/*5widgets.so
|
||||
|
||||
%files devel
|
||||
|
||||
%{_kf5_includedir}/KWidgetsAddons/
|
||||
%{_kf5_libdir}/libKF5WidgetsAddons.so
|
||||
%{_kf5_libdir}/cmake/KF5WidgetsAddons/
|
||||
@ -75,17 +67,32 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 15 2024 ChenYanpan <chenyanpan@xfusion.com> - 5.113.0-2
|
||||
- adapt to the new CMake macros to fix build failure
|
||||
|
||||
* Tue Jan 02 2024 wangqia <wangqia@uniontech.com> - 5.113.0-1
|
||||
- Update to upstream version 5.113.0
|
||||
|
||||
* Thu Aug 03 2023 peijiankang <peijiankang@kylinos.cn> - 5.108.0-1
|
||||
- update to upstream version 5.108.0
|
||||
|
||||
* Mon Dec 12 2022 lijian <lijian2@kylinos.cn> - 5.100.0-1
|
||||
- update to upstream version 5.100.0
|
||||
|
||||
* Mon Sep 05 2022 liweiganga <liweiganga@uniontech.com> - 5.97.0-1
|
||||
- update to upstream version 5.97.0
|
||||
|
||||
* Tue Jul 05 2022 loong_C <loong_c@yeah.net> - 5.95.0-1
|
||||
- update to upstream version 5.95.0
|
||||
|
||||
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-1
|
||||
* Sat Feb 12 2022 pei-jiankang <peijiankang@kylinos.cn> - 5.90.0-1
|
||||
- update to upstream version 5.90.0
|
||||
|
||||
* Fri Jan 14 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.88.0-1
|
||||
* Fri Jan 14 2022 pei-jiankang <peijiankang@kylinos.cn> - 5.88.0-1
|
||||
- update to upstream version 5.88.0
|
||||
|
||||
* Mon Dec 13 2021 wangqing <wangqing@uniontech.com> - 5.55.0-2
|
||||
- delete %dist
|
||||
|
||||
* Thu Jul 23 2020 wangmian<wangmian@kylinos.cn> - 5.55.0-1
|
||||
* Thu Jul 23 2020 wangmian <wangmian@kylinos.cn> - 5.55.0-1
|
||||
- Init kf5-kwidgetsaddons project
|
||||
|
||||
BIN
kwidgetsaddons-5.113.0.tar.xz
Normal file
BIN
kwidgetsaddons-5.113.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user