From 1926529c9ced2fbbbf9c86a638eadfa5be4a675b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Aug 08 2014 16:33:50 +0000 Subject: import --- diff --git a/.gitignore b/.gitignore index e69de29..e2913ff 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/kqtquickcharts-4.13.3.tar.xz diff --git a/kqtquickcharts.spec b/kqtquickcharts.spec new file mode 100644 index 0000000..23c471b --- /dev/null +++ b/kqtquickcharts.spec @@ -0,0 +1,55 @@ +Name: kqtquickcharts +Summary: A QtQuick plugin to render beautiful and interactive charts +Version: 4.13.3 +Release: 2%{?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 +* 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) + diff --git a/sources b/sources index e69de29..087e6f3 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a365f9faf05e756cc26c37d7a005bd68 kqtquickcharts-4.13.3.tar.xz