forked from pool/kmplot
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
This commit is contained in:
parent
c2686c8bdf
commit
537b725c9c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1144da54765e27285dc3b5f01bbe154848f52c481ee09359b88ed5770fa808bb
|
|
||||||
size 660824
|
|
3
kmplot-15.04.0.tar.xz
Normal file
3
kmplot-15.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b1ca510738374fa5be2428ac990674c01d407c9ed4d407c1933e8a6b7b94db3a
|
||||||
|
size 662160
|
@ -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
|
Tue Mar 3 10:41:02 UTC 2015 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
49
kmplot.spec
49
kmplot.spec
@ -17,19 +17,28 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kmplot
|
Name: kmplot
|
||||||
Version: 14.12.3
|
Version: 15.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mathematical Function Plotter
|
Summary: Mathematical Function Plotter
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Url: http://edu.kde.org
|
Url: http://edu.kde.org
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: libkde4-devel
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: xz
|
BuildRequires: kguiaddons-devel
|
||||||
Provides: kde4-kmplot = 4.3.0
|
BuildRequires: ki18n-devel
|
||||||
Obsoletes: kde4-kmplot < 4.3.0
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%kde4_runtime_requires
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mathematical function plotter for KDE.
|
Mathematical function plotter for KDE.
|
||||||
@ -41,27 +50,27 @@ Mathematical function plotter for KDE.
|
|||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64
|
||||||
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||||
%endif
|
%endif
|
||||||
%cmake_kde4 -d build
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kde4_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%kde_post_install
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING*
|
%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
|
%{_datadir}/dbus-1/interfaces/org.kde.kmplot.*.xml
|
||||||
%{_kde4_applicationsdir}/kmplot.desktop
|
%{_datadir}/kxmlgui5/kmplot/
|
||||||
%{_kde4_appsdir}/kmplot/
|
%{_kf5_htmldir}/en/kmplot
|
||||||
%{_kde4_bindir}/kmplot
|
%_datadir/man/*/kmplot.1.gz
|
||||||
%{_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
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user