Compare commits
10 Commits
273ce56d19
...
d4240a7a15
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d4240a7a15 | ||
|
|
31e47c0d45 | ||
|
|
0a68e0e154 | ||
|
|
03c0e701f0 | ||
|
|
fa7cc14983 | ||
|
|
95900e9d3a | ||
|
|
59a4655908 | ||
|
|
22c8de8fda | ||
|
|
c2b95d4545 | ||
|
|
7263f4cf1d |
@ -1,4 +1,3 @@
|
|||||||
%undefine __cmake_in_source_build
|
|
||||||
%global framework sonnet
|
%global framework sonnet
|
||||||
|
|
||||||
# uncomment to enable bootstrap mode
|
# uncomment to enable bootstrap mode
|
||||||
@ -9,20 +8,16 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: kf5-%{framework}
|
Name: kf5-%{framework}
|
||||||
Version: 5.90.0
|
Version: 5.113.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: KDE Frameworks 5 Tier 1 solution for spell checking
|
Summary: KDE Frameworks 5 Tier 1 solution for spell checking
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://invent.kde.org/frameworks/%{framework}
|
URL: https://invent.kde.org/frameworks/%{framework}
|
||||||
|
|
||||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
%global majmin %majmin_ver_kf5
|
||||||
%global revision %(echo %{version} | cut -d. -f3)
|
%global stable %stable_kf5
|
||||||
%if %{revision} >= 50
|
|
||||||
%global stable unstable
|
|
||||||
%else
|
|
||||||
%global stable stable
|
|
||||||
%endif
|
|
||||||
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||||
|
|
||||||
# filter plugin provides
|
# filter plugin provides
|
||||||
@ -71,17 +66,12 @@ GUI part of the Sonnet framework provides widgets with spell checking support.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir %{_target_platform}
|
%cmake_kf5
|
||||||
pushd %{_target_platform}
|
|
||||||
%{cmake_kf5} .. \
|
|
||||||
%{?tests:-DBUILD_TESTING:BOOL=ON}
|
|
||||||
popd
|
|
||||||
|
|
||||||
%make_build -C %{_target_platform}
|
|
||||||
|
|
||||||
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
%make_install
|
||||||
|
|
||||||
%find_lang_kf5 sonnet5_qt
|
%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
|
%{_kf5_qtplugindir}/designer/*5widgets.so
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_kf5_includedir}/sonnet_version.h
|
%{_kf5_includedir}/Sonnet/
|
||||||
%{_kf5_includedir}/SonnetCore/
|
%{_kf5_includedir}/SonnetCore/
|
||||||
%{_kf5_includedir}/SonnetUi/
|
%{_kf5_includedir}/SonnetUi/
|
||||||
%{_kf5_libdir}/libKF5SonnetCore.so
|
%{_kf5_libdir}/libKF5SonnetCore.so
|
||||||
@ -128,10 +118,25 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
- 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
|
- update to upstream version 5.88.0
|
||||||
|
|
||||||
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
* Mon Aug 17 2020 yeqinglong <yeqinglong@uniontech.com> - 5.55.0-1
|
||||||
|
|||||||
BIN
sonnet-5.113.0.tar.xz
Normal file
BIN
sonnet-5.113.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user