|
|
@ -2,11 +2,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Version: 5.18.0
|
|
|
|
Version: 5.18.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
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://projects.kde.org/projects/frameworks/sonnet
|
|
|
|
URL: https://projects.kde.org/sonnet
|
|
|
|
|
|
|
|
|
|
|
|
%global versiondir %(echo %{version} | cut -d. -f1-2)
|
|
|
|
%global versiondir %(echo %{version} | cut -d. -f1-2)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
@ -24,7 +24,6 @@ Patch1: sonnet-5.15.0-qDebug.patch
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1262746
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1262746
|
|
|
|
Patch2: sonnet-5.13.0-multilib.patch
|
|
|
|
Patch2: sonnet-5.13.0-multilib.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
BuildRequires: hunspell-devel
|
|
|
|
BuildRequires: hunspell-devel
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
|
|
BuildRequires: kf5-rpm-macros >= %{version}
|
|
|
@ -39,27 +38,22 @@ Requires: %{name}-ui%{?_isa} = %{version}-%{release}
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
KDE Frameworks 5 Tier 1 solution for spell checking.
|
|
|
|
KDE Frameworks 5 Tier 1 solution for spell checking.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: qt5-qtbase-devel
|
|
|
|
Requires: qt5-qtbase-devel
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package core
|
|
|
|
%package core
|
|
|
|
Summary: Non-gui part of the Sonnet framework
|
|
|
|
Summary: Non-gui part of the Sonnet framework
|
|
|
|
|
|
|
|
|
|
|
|
%description core
|
|
|
|
%description core
|
|
|
|
Non-gui part of the Sonnet framework provides low-level spell checking tools
|
|
|
|
Non-gui part of the Sonnet framework provides low-level spell checking tools
|
|
|
|
|
|
|
|
|
|
|
|
%package ui
|
|
|
|
%package ui
|
|
|
|
Summary: GUI part of the Sonnet framework
|
|
|
|
Summary: GUI part of the Sonnet framework
|
|
|
|
Requires: %{name}-core%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-core%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description ui
|
|
|
|
%description ui
|
|
|
|
GUI part of the Sonnet framework provides widgets with spell checking support.
|
|
|
|
GUI part of the Sonnet framework provides widgets with spell checking support.
|
|
|
|
|
|
|
|
|
|
|
@ -119,6 +113,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jan 14 2016 Rex Dieter <rdieter@fedoraproject.org> 5.18.0-2
|
|
|
|
|
|
|
|
- cosmetics, update URL, -BR: cmake
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 03 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.18.0-1
|
|
|
|
* Sun Jan 03 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.18.0-1
|
|
|
|
- KDE Frameworks 5.18.0
|
|
|
|
- KDE Frameworks 5.18.0
|
|
|
|
|
|
|
|
|
|
|
|