Accepting request 233194 from KDE:Frameworks5
Update to 4.99.0 OBS-URL: https://build.opensuse.org/request/show/233194 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sonnet?expand=0&rev=4
This commit is contained in:
commit
d59d9195cd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d800a9d477fdee58d63a0046e906f56b0b630eee5c107045ede96ae9f6df2796
|
||||
size 110432
|
3
sonnet-4.99.0.tar.xz
Normal file
3
sonnet-4.99.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63cb232dd52bf9a75799db57e84ab4e1050795e2995b0b867d3e4e5cbb3750c2
|
||||
size 2829184
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 4 01:41:29 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 4.99.0
|
||||
* API improvements and cleanups
|
||||
* Buildsystem fixes
|
||||
* For more details please see:
|
||||
http://www.kde.org/announcements/announce-frameworks5-beta2.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 29 19:47:56 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
12
sonnet.spec
12
sonnet.spec
@ -18,13 +18,13 @@
|
||||
|
||||
%define sonum 5
|
||||
Name: sonnet
|
||||
Version: 4.98.0
|
||||
Version: 4.99.0
|
||||
Release: 0
|
||||
BuildRequires: aspell-devel
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
# Enchant plugin is currently disabled upstream
|
||||
#BuildRequires: enchant-devel
|
||||
BuildRequires: extra-cmake-modules >= 0.0.12
|
||||
BuildRequires: extra-cmake-modules >= 0.0.13
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
@ -47,6 +47,7 @@ HSpell, Enchant, ASpell and HUNSPELL.
|
||||
Summary: KDE spell checking library
|
||||
Group: System/GUI/KDE
|
||||
Obsoletes: libKF5SonnetCore4
|
||||
Recommends: libKF5SonnetCore%sonum-lang = %{version}
|
||||
|
||||
%description -n libKF5SonnetCore%sonum
|
||||
Sonnet is a plugin-based spell checking library for Qt-based
|
||||
@ -75,6 +76,7 @@ Sonnet is a plugin-based spell checking library for Qt-based
|
||||
applications. It supports several different plugins, including
|
||||
HSpell, Enchant, ASpell and HUNSPELL. Development files.
|
||||
|
||||
%lang_package -n libKF5SonnetCore%sonum
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -84,7 +86,9 @@ HSpell, Enchant, ASpell and HUNSPELL. Development files.
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes -s %{buildroot}
|
||||
%fdupes %{buildroot}%{_kf5_sharedir}
|
||||
|
||||
%find_lang %{name}5 --with-qt --without-mo
|
||||
|
||||
%post -n libKF5SonnetCore%sonum -p /sbin/ldconfig
|
||||
|
||||
@ -94,6 +98,8 @@ HSpell, Enchant, ASpell and HUNSPELL. Development files.
|
||||
|
||||
%postun -n libKF5SonnetUi%sonum -p /sbin/ldconfig
|
||||
|
||||
%files -n libKF5SonnetCore%sonum-lang -f %{name}5.lang
|
||||
|
||||
%files -n libKF5SonnetCore%sonum
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
|
Loading…
Reference in New Issue
Block a user