From 537b725c9ce2c58652ef94f625c3427c43480d77e6f7800f62da6c8466866b50 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 11 May 2015 16:12:27 +0000 Subject: [PATCH] Accepting request 301520 from KDE:Applications Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/301520 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmplot?expand=0&rev=58 --- kmplot-14.12.3.tar.xz | 3 --- kmplot-15.04.0.tar.xz | 3 +++ kmplot.changes | 22 +++++++++++++++++++ kmplot.spec | 49 +++++++++++++++++++++++++------------------ 4 files changed, 54 insertions(+), 23 deletions(-) delete mode 100644 kmplot-14.12.3.tar.xz create mode 100644 kmplot-15.04.0.tar.xz diff --git a/kmplot-14.12.3.tar.xz b/kmplot-14.12.3.tar.xz deleted file mode 100644 index 79c5a46..0000000 --- a/kmplot-14.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1144da54765e27285dc3b5f01bbe154848f52c481ee09359b88ed5770fa808bb -size 660824 diff --git a/kmplot-15.04.0.tar.xz b/kmplot-15.04.0.tar.xz new file mode 100644 index 0000000..dbee570 --- /dev/null +++ b/kmplot-15.04.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ca510738374fa5be2428ac990674c01d407c9ed4d407c1933e8a6b7b94db3a +size 662160 diff --git a/kmplot.changes b/kmplot.changes index b3afac9..5fd1607 100644 --- a/kmplot.changes +++ b/kmplot.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Apr 11 13:18:14 UTC 2015 - tittiatcoke@gmail.com + +- Update to KDE Applications 15.04.0 + * KDE Applications 15.04.0 + * https://www.kde.org/announcements/announce-applications-15.04.0.php + + +------------------------------------------------------------------- +Sat Mar 21 18:12:38 UTC 2015 - tittiatcoke@gmail.com + +- Update to KDE Applications 15.03.95 + * KDE Applications 15.04 RC + + +------------------------------------------------------------------- +Sun Mar 8 12:46:49 UTC 2015 - tittiatcoke@gmail.com + +- Update to KDE Applications 15.03.80 + * KDE Applications 15.04 Beta + + ------------------------------------------------------------------- Tue Mar 3 10:41:02 UTC 2015 - tittiatcoke@gmail.com diff --git a/kmplot.spec b/kmplot.spec index b0fcf97..b81aa23 100644 --- a/kmplot.spec +++ b/kmplot.spec @@ -17,19 +17,28 @@ Name: kmplot -Version: 14.12.3 +Version: 15.04.0 Release: 0 Summary: Mathematical Function Plotter License: GPL-2.0+ Group: Productivity/Scientific/Math Url: http://edu.kde.org Source0: %{name}-%{version}.tar.xz -BuildRequires: libkde4-devel -BuildRequires: xz -Provides: kde4-kmplot = 4.3.0 -Obsoletes: kde4-kmplot < 4.3.0 +BuildRequires: extra-cmake-modules +BuildRequires: kguiaddons-devel +BuildRequires: ki18n-devel +BuildRequires: kdelibs4support-devel +BuildRequires: kparts-devel +BuildRequires: kwidgetsaddons-devel +BuildRequires: kconfig-devel +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5Svg) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5PrintSupport) +Obsoletes: %{name}5 < %{version} +Provides: %{name}5 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -%kde4_runtime_requires %description Mathematical function plotter for KDE. @@ -41,27 +50,27 @@ Mathematical function plotter for KDE. %ifarch ppc ppc64 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %endif - %cmake_kde4 -d build + %cmake_kf5 -d build %make_jobs %install - %kde4_makeinstall -C build - %kde_post_install + %kf5_makeinstall -C build %files %defattr(-,root,root) %doc COPYING* -%dir %{_kde4_datadir}/appdata +%{_kf5_plugindir}/kmplotpart.so +%dir %{_datadir}/appdata/ +%{_datadir}/appdata/kmplot.appdata.xml +%{_kf5_bindir}/kmplot +%{_kf5_iconsdir}/hicolor/*/apps/kmplot.* +%dir %{_kf5_configkcfgdir} +%{_kf5_configkcfgdir}/kmplot.kcfg +%{_kf5_applicationsdir}/org.kde.kmplot.desktop +%{_kf5_servicesdir}/kmplot_part.desktop %{_datadir}/dbus-1/interfaces/org.kde.kmplot.*.xml -%{_kde4_applicationsdir}/kmplot.desktop -%{_kde4_appsdir}/kmplot/ -%{_kde4_bindir}/kmplot -%{_kde4_configkcfgdir}/kmplot.kcfg -%{_kde4_datadir}/appdata/kmplot.appdata.xml -%{_kde4_htmldir}/en/kmplot/ -%{_kde4_iconsdir}/hicolor/*/apps/kmplot.* -%{_kde4_mandir}/man1/kmplot.1.gz -%{_kde4_modulesdir}/libkmplotpart.so -%{_kde4_servicesdir}/kmplot_part.desktop +%{_datadir}/kxmlgui5/kmplot/ +%{_kf5_htmldir}/en/kmplot +%_datadir/man/*/kmplot.1.gz %changelog