|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.29.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 3 with advanced embeddable text editor
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -24,7 +24,8 @@ URL: https://cgit.kde.org/%{framework}.git
|
|
|
|
|
%endif
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
## Upstream patches
|
|
|
|
|
# filter plugin provides
|
|
|
|
|
%global __provides_exclude_from ^(%{_kf5_qtplugindir}/.*\\.so)$
|
|
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules >= %{majmin}
|
|
|
|
|
BuildRequires: kf5-karchive-devel >= %{majmin}
|
|
|
|
@ -110,6 +111,7 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
|
|
|
|
|
%doc README.md
|
|
|
|
|
%license COPYING.LIB
|
|
|
|
|
%{_kf5_libdir}/libKF5TextEditor.so.*
|
|
|
|
|
%dir %{_kf5_plugindir}/parts/
|
|
|
|
|
%{_kf5_plugindir}/parts/katepart.so
|
|
|
|
|
%{_kf5_qtplugindir}/ktexteditor/
|
|
|
|
|
%{_kf5_datadir}/kservices5/katepart.desktop
|
|
|
|
@ -125,6 +127,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 02 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.29.0-2
|
|
|
|
|
- filter plugin provides, own plugindir/parts/
|
|
|
|
|
|
|
|
|
|
* Fri Dec 16 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.29.0-1
|
|
|
|
|
- 5.29.0
|
|
|
|
|
|
|
|
|
|