|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
%global framework kdeclarative
|
|
|
|
|
|
|
|
|
|
# uncomment to enable bootstrap mode
|
|
|
|
|
#global bootstrap 1
|
|
|
|
|
%global bootstrap 1
|
|
|
|
|
|
|
|
|
|
%if !0%{?bootstrap}
|
|
|
|
|
%global tests 1
|
|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.29.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative
|
|
|
|
|
|
|
|
|
|
License: GPLv2+ and MIT
|
|
|
|
@ -24,6 +24,9 @@ URL: https://quickgit.kde.org/?p=%{framework}.git
|
|
|
|
|
%endif
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
# filter qml provides
|
|
|
|
|
%global __provides_exclude_from ^%{_kf5_qmldir}/.*\\.so$
|
|
|
|
|
|
|
|
|
|
## upstream patches
|
|
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
@ -130,6 +133,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 02 2017 Rex Dieter <rdieter@math.unl.edu> - 5.29.0-2
|
|
|
|
|
- filter qml .so provides
|
|
|
|
|
|
|
|
|
|
* Fri Dec 16 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.29.0-1
|
|
|
|
|
- 5.29.0
|
|
|
|
|
|
|
|
|
|