forked from pool/sonnet
This commit is contained in:
parent
1b71b496e3
commit
c941e92310
@ -4,6 +4,8 @@ Sat Aug 2 10:20:21 UTC 2014 - hrvoje.senjan@gmail.com
|
|||||||
- Update to 5.1.0
|
- Update to 5.1.0
|
||||||
* For more details please see:
|
* For more details please see:
|
||||||
http://www.kde.org/announcements/kde-frameworks-5.1.php
|
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
|
||||||
|
10
sonnet.spec
10
sonnet.spec
@ -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