# # spec file for package kqtquickcharts # # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: kqtquickcharts Version: 16.12.2 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Plugin to render beautiful and interactive graphs License: LGPL-2.1+ Group: Amusements/Teaching/Other Url: http://edu.kde.org Source0: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kf5-filesystem BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(Qt5Quick) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A QtQuick plugin to render beautiful and interactive graphs. %prep %setup -q %build %cmake_kf5 -d build %make_jobs %install %kf5_makeinstall -C build %files %defattr(-,root,root) %doc COPYING* %{_kf5_includedir}/kqtquickcharts_version.h %{_libdir}/cmake/KQtQuickCharts/ %{_kf5_qmldir}/ %changelog