Name: kqtquickcharts Summary: A QtQuick plugin to render beautiful and interactive charts Version: 4.14.1 Release: 1%{?dist} # KDE e.V. may determine that future LGPL versions are accepted License: LGPLv2 or LGPLv3 URL: https://projects.kde.org/projects/kde/kdeedu/%{name} %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif Source0: http://download.kde.org/%{stable}/%{version}/src/%{name}-%{version}.tar.xz BuildRequires: kdelibs4-devel >= %{version} # for dir ownership (at least) Requires: kde-runtime%{?_kde4_version: >= %{_kde4_version}} %description %{summary}. %prep %setup -q %build mkdir -p %{_target_platform} pushd %{_target_platform} %{cmake_kde4} .. popd make %{?_smp_mflags} -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files %doc AUTHORS COPYING %{_kde4_libdir}/kde4/imports/org/kde/charts/ %changelog * Tue Sep 16 2014 Rex Dieter - 4.14.1-1 - 4.14.1 * Sun Aug 17 2014 Fedora Release Engineering - 4.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Fri Aug 15 2014 Rex Dieter - 4.14.0-1 - 4.14.0 * Fri Aug 08 2014 Rex Dieter 4.13.97-1 - 4.13.97 * Thu Aug 07 2014 Rex Dieter 4.13.3-2 - # KDE e.V. may determine that future LGPL versions are accepted - License: LGPLv2 or LGPLv3 * Fri Aug 01 2014 Rex Dieter 4.13.3-1 - 4.13.3 (first try)