KDE Frameworks 5.99
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=268
This commit is contained in:
parent
3fc99767db
commit
662f1d8ff1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3ae0141e11e2bb3fc0ace9b339d82b17ce9f83a751abcab1c8fe9d07b489748
|
||||
size 307848
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9iAACgkQWNDuZIpI
|
||||
s7v2SQf+Imd6F1j6zDLd++Tgyct0tdc4ccZaNnda6JaJRRHf57GCh4NCB6ygkimT
|
||||
MJ/0nLSw727I1atIEv5+ahHlwecVNbXnRAQzuZ2mBX0HX+zJMDPEWwOZlcEjj4Uf
|
||||
IevIG2/9XOfHW75NSg4OMoDBTJEqA3kaTDaBZThNqM1IZXxIGXg+OeUZ3UjNr9Cm
|
||||
cZjZw/3RpALv5S/VETYiKq+cs2xmurKfqf4BjmS6CD/r93hR3defpTsXspZQMbog
|
||||
4ZNN6wYxucEjZuU1M3FjMwaNDEULyncbfQroFne12lx0oSMOA9ArD4kJ461D6089
|
||||
Jhq5kFKVZdPjftQEYIn7+1JBjm021w==
|
||||
=F+ua
|
||||
-----END PGP SIGNATURE-----
|
3
sonnet-5.99.0.tar.xz
Normal file
3
sonnet-5.99.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3f18e00f9205cfcf7d6923ccdbec480001da86f39623fe012773ee63afca7e4
|
||||
size 307868
|
11
sonnet-5.99.0.tar.xz.sig
Normal file
11
sonnet-5.99.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VnMACgkQWNDuZIpI
|
||||
s7vyoAgAwiLyDsCthSeLVmiKCZ6/ygixa2NIpM070+rWufZmRiHCF61dJ/m5ghcK
|
||||
i/PoCY0ckMEhspYBE1VOrplUgwXloUEWYXSjgfRBYCknxQIbauCY2i5FdzmVqasL
|
||||
MHISmJawPd6VzwVBbE1vQXfewseU2ZAsIuW8vMHNp0plsSt4R4MZxpuSzz2LuzH7
|
||||
I1lk3FbcDTOGEdF9ozUtSNZkAcOuCmCU+D+k3XXgtLZMM5PqJ1O+6pcl8frT6UnH
|
||||
3/h6/3oXFVnkYpFQU3qKb8XgrDaJ3gm3hN68FiCyFrTOEQmeQcXBmlCfh5DWQ7Zg
|
||||
3YyrfFzto6TATRQuQMb6B1HiH9oj3g==
|
||||
=X+Fc
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 15:56:18 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.99.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.99.0
|
||||
- Changes since 5.98.0:
|
||||
* .gitlab-ci.yml: enable static builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 07:17:32 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
17
sonnet.spec
17
sonnet.spec
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define sonum 5
|
||||
%define _tar_path 5.98
|
||||
%define _tar_path 5.99
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without released
|
||||
Name: sonnet
|
||||
Version: 5.98.0
|
||||
Version: 5.99.0
|
||||
Release: 0
|
||||
Summary: KDE spell checking library
|
||||
License: LGPL-2.1-or-later
|
||||
@ -44,15 +44,13 @@ BuildRequires: kf5-filesystem
|
||||
BuildRequires: myspell-dictionaries
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Quick)
|
||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
||||
BuildRequires: pkgconfig(hunspell)
|
||||
BuildRequires: pkgconfig(libvoikko)
|
||||
%if %{with released}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
|
||||
%endif
|
||||
|
||||
%description
|
||||
Sonnet is a plugin-based spell checking library for Qt-based
|
||||
@ -130,20 +128,17 @@ to the Sonnet spell checking framework.
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%if %{with released}
|
||||
%find_lang %{name}5 --with-qt --without-mo
|
||||
%endif
|
||||
%find_lang sonnet5 --with-qt --without-mo
|
||||
|
||||
%post -n libKF5SonnetCore%{sonum} -p /sbin/ldconfig
|
||||
%postun -n libKF5SonnetCore%{sonum} -p /sbin/ldconfig
|
||||
%post -n libKF5SonnetUi%{sonum} -p /sbin/ldconfig
|
||||
%postun -n libKF5SonnetUi%{sonum} -p /sbin/ldconfig
|
||||
|
||||
%if %{with released}
|
||||
%files -n libKF5SonnetCore%{sonum}-lang -f %{name}5.lang
|
||||
%endif
|
||||
%files -n libKF5SonnetCore%{sonum}-lang -f sonnet5.lang
|
||||
|
||||
%files
|
||||
%doc README*
|
||||
|
Loading…
Reference in New Issue
Block a user