diff --git a/kmplot-16.08.3.tar.xz b/kmplot-16.08.3.tar.xz deleted file mode 100644 index b63727a..0000000 --- a/kmplot-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb65b8742855dc4dd7bf620ca91a2ccef57d5a7828897b6bfaa3d2699e936253 -size 571568 diff --git a/kmplot-16.11.80.tar.xz b/kmplot-16.11.80.tar.xz new file mode 100644 index 0000000..e8cb53c --- /dev/null +++ b/kmplot-16.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f1bc0f8bec684962d36ae98133dab69a35c7327af4a59f08c2bcd1edc9303a +size 571652 diff --git a/kmplot.changes b/kmplot.changes index c80ea59..7bdaff1 100644 --- a/kmplot.changes +++ b/kmplot.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 29 12:33:27 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.80 + * KDE Applications 16.12.0 Beta + * https://www.kde.org/announcements/announce-applications-16.12-beta.php + + ------------------------------------------------------------------- Wed Nov 9 06:20:34 UTC 2016 - lbeltrame@kde.org diff --git a/kmplot.spec b/kmplot.spec index 0d145dc..1f83a14 100644 --- a/kmplot.spec +++ b/kmplot.spec @@ -1,7 +1,7 @@ # # spec file for package kmplot # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -17,25 +17,29 @@ Name: kmplot -Version: 16.08.3 +Version: 16.11.80 Release: 0 +%define kf5_version 5.26.0 +# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Mathematical Function Plotter License: GPL-2.0+ Group: Productivity/Scientific/Math Url: http://edu.kde.org Source0: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules +BuildRequires: kconfig-devel +BuildRequires: kdelibs4support-devel BuildRequires: kguiaddons-devel BuildRequires: ki18n-devel -BuildRequires: kdelibs4support-devel BuildRequires: kparts-devel BuildRequires: kwidgetsaddons-devel -BuildRequires: kconfig-devel +BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5PrintSupport) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(Qt5PrintSupport) Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -60,8 +64,8 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %defattr(-,root,root) %doc COPYING* %{_kf5_plugindir}/kmplotpart.so -%dir %{_datadir}/appdata/ -%{_datadir}/appdata/org.kde.kmplot.appdata.xml +%dir %{_kf5_appstreamdir} +%{_kf5_appstreamdir}/org.kde.kmplot.appdata.xml %{_kf5_bindir}/kmplot %{_kf5_iconsdir}/hicolor/*/apps/kmplot.* %dir %{_kf5_configkcfgdir} @@ -71,6 +75,6 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %{_datadir}/dbus-1/interfaces/org.kde.kmplot.*.xml %{_datadir}/kxmlgui5/kmplot/ %{_kf5_htmldir}/en/kmplot -%_datadir/man/*/kmplot.1.gz +%{_mandir}/*/kmplot.1%{ext_man} %changelog