Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
d4240a7a15
!17 Update version to 5.113.0
From: @zhangxianting 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2024-01-08 06:30:42 +00:00
zhangxianting
31e47c0d45 Update version to 5.113.0 2024-01-08 14:19:58 +08:00
openeuler-ci-bot
0a68e0e154
!14 upgrade version to 5.108.0
From: @zhangkea 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-08-07 02:37:59 +00:00
ut001695
03c0e701f0 update version for 5.108.0 2023-08-03 15:13:56 +08:00
openeuler-ci-bot
fa7cc14983
!10 update to upstream version 5.100.0
From: @jianli-97 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-12-13 09:27:31 +00:00
jianli-97
95900e9d3a update to upstream version 5.100.0 2022-12-12 14:07:22 +08:00
openeuler-ci-bot
59a4655908
!9 update to upstream version 5.97.0
From: @leeffo 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-09-08 01:24:34 +00:00
leeffo
22c8de8fda update to upstream version 5.97.0 2022-09-05 17:59:38 +08:00
openeuler-ci-bot
c2b95d4545
!7 [sync] PR-6: update to upstream version 5.95.0
From: @openeuler-sync-bot 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2022-07-26 13:58:14 +00:00
peijiankang
7263f4cf1d update to upstream version 5.95.0
(cherry picked from commit 609ed7836aaf2e73384b59b751f29906ac238550)
2022-07-26 21:37:11 +08:00
3 changed files with 25 additions and 20 deletions

View File

@ -1,4 +1,3 @@
%undefine __cmake_in_source_build
%global framework sonnet
# uncomment to enable bootstrap mode
@ -9,20 +8,16 @@
%endif
Name: kf5-%{framework}
Version: 5.90.0
Version: 5.113.0
Release: 1
Summary: KDE Frameworks 5 Tier 1 solution for spell checking
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
# filter plugin provides
@ -71,17 +66,12 @@ GUI part of the Sonnet framework provides widgets with spell checking support.
%build
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} .. \
%{?tests:-DBUILD_TESTING:BOOL=ON}
popd
%make_build -C %{_target_platform}
%cmake_kf5
%make_build
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%make_install
%find_lang_kf5 sonnet5_qt
@ -117,7 +107,7 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%{_kf5_qtplugindir}/designer/*5widgets.so
%files devel
%{_kf5_includedir}/sonnet_version.h
%{_kf5_includedir}/Sonnet/
%{_kf5_includedir}/SonnetCore/
%{_kf5_includedir}/SonnetUi/
%{_kf5_libdir}/libKF5SonnetCore.so
@ -128,10 +118,25 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
%changelog
* Sat Feb 12 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.90.0-1
* Mon Jan 08 2024 zhangxianting <zhangxianting@uniontech.cn> - 5.113.0-1
- Update version to 5.113.0
* Thu Aug 03 2023 zhangkea <zhangkea@uniontech.cn> - 5.108.0-1
- Update version to 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 peijiankang <peijiankang@kylinos.cn> - 5.95.0-1
- update to upstream version 5.95.0
* Sat Feb 12 2022 peijiankang <peijiankang@kylinos.cn> - 5.90.0-1
- update to upstream version 5.90.0
* Sun Jan 16 2022 pei-jiankang<peijiankang@kylinos.cn> - 5.88.0-1
* Sun Jan 16 2022 peijiankang <peijiankang@kylinos.cn> - 5.88.0-1
- update to upstream version 5.88.0
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1

BIN
sonnet-5.113.0.tar.xz Normal file

Binary file not shown.

Binary file not shown.