Accepting request 446088 from KDE:Applications
Update to KDE Applicatons 16.12.0 OBS-URL: https://build.opensuse.org/request/show/446088 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmplot?expand=0&rev=76
This commit is contained in:
commit
eb59d73ce9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb65b8742855dc4dd7bf620ca91a2ccef57d5a7828897b6bfaa3d2699e936253
|
||||
size 571568
|
3
kmplot-16.12.0.tar.xz
Normal file
3
kmplot-16.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08aa9343946067408405063b8966bea239ef7c0d77fd939f63cc63b0d930bdf1
|
||||
size 571692
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 19:48:31 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.12.0
|
||||
* KDE Applications 16.12.0
|
||||
* https://www.kde.org/announcements/announce-applications-16.12.0.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 16:34:27 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.11.90
|
||||
* KDE Applications 16.12.0 RC
|
||||
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
20
kmplot.spec
20
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.12.0
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 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
|
||||
|
Loading…
Reference in New Issue
Block a user