Accepting request 244432 from KDE:Frameworks5
Update to 5.1.0 OBS-URL: https://build.opensuse.org/request/show/244432 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sonnet?expand=0&rev=7
This commit is contained in:
commit
c103732ae3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:baca4bc7ef032e7af9e6a47bb14efcbffbe071bf98b48ee2d579726d18f71a40
|
|
||||||
size 2809932
|
|
3
sonnet-5.1.0.tar.xz
Normal file
3
sonnet-5.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3a0b2eb0298f7d696b2e6f99c05df9677eb44c51944b06001163e7d547ca82a9
|
||||||
|
size 270996
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 2 10:20:21 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.1.0
|
||||||
|
* For more details please see:
|
||||||
|
http://www.kde.org/announcements/kde-frameworks-5.1.php
|
||||||
|
- Harden required Qt5 libs versions
|
||||||
|
- Pass the location of lconvert executable
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 1 21:36:08 UTC 2014 - hrvoje.senjan@gmail.com
|
Tue Jul 1 21:36:08 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
14
sonnet.spec
14
sonnet.spec
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%define sonum 5
|
%define sonum 5
|
||||||
Name: sonnet
|
Name: sonnet
|
||||||
Version: 5.0.0
|
Version: 5.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: aspell-devel
|
BuildRequires: aspell-devel
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
# Enchant plugin is currently disabled upstream
|
# Enchant plugin is currently disabled upstream
|
||||||
#BuildRequires: enchant-devel
|
#BuildRequires: enchant-devel
|
||||||
BuildRequires: extra-cmake-modules >= 1.0.0
|
BuildRequires: extra-cmake-modules >= 1.1.0
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: libqt5-linguist-devel >= 5.2.0
|
BuildRequires: libqt5-linguist-devel >= 5.2.0
|
||||||
@ -50,6 +50,7 @@ Summary: KDE spell checking library
|
|||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Obsoletes: libKF5SonnetCore4
|
Obsoletes: libKF5SonnetCore4
|
||||||
Recommends: libKF5SonnetCore%sonum-lang = %{version}
|
Recommends: libKF5SonnetCore%sonum-lang = %{version}
|
||||||
|
%requires_ge libQt5Core5
|
||||||
|
|
||||||
%description -n libKF5SonnetCore%sonum
|
%description -n libKF5SonnetCore%sonum
|
||||||
Sonnet is a plugin-based spell checking library for Qt-based
|
Sonnet is a plugin-based spell checking library for Qt-based
|
||||||
@ -59,6 +60,9 @@ HSpell, Enchant, ASpell and HUNSPELL.
|
|||||||
%package -n libKF5SonnetUi%sonum
|
%package -n libKF5SonnetUi%sonum
|
||||||
Summary: KDE spell checking library
|
Summary: KDE spell checking library
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
|
%requires_ge libQt5Gui5
|
||||||
|
%requires_ge libQt5Widgets5
|
||||||
|
%requires_ge libKF5SonnetCore5
|
||||||
|
|
||||||
%description -n libKF5SonnetUi%sonum
|
%description -n libKF5SonnetUi%sonum
|
||||||
Sonnet is a plugin-based spell checking library for Qt-based
|
Sonnet is a plugin-based spell checking library for Qt-based
|
||||||
@ -83,7 +87,7 @@ HSpell, Enchant, ASpell and HUNSPELL. Development files.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -119,9 +123,7 @@ HSpell, Enchant, ASpell and HUNSPELL. Development files.
|
|||||||
%{_kf5_libdir}/libKF5SonnetCore.so
|
%{_kf5_libdir}/libKF5SonnetCore.so
|
||||||
%{_kf5_libdir}/libKF5SonnetUi.so
|
%{_kf5_libdir}/libKF5SonnetUi.so
|
||||||
%{_kf5_libdir}/cmake/KF5Sonnet/
|
%{_kf5_libdir}/cmake/KF5Sonnet/
|
||||||
%{_kf5_includedir}/*.h
|
%{_kf5_includedir}/
|
||||||
%dir %{_kf5_includedir}/*/
|
|
||||||
%{_kf5_includedir}/*/
|
|
||||||
%{_kf5_mkspecsdir}/qt_Sonnet*.pri
|
%{_kf5_mkspecsdir}/qt_Sonnet*.pri
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user