Accepting request 490447 from KDE:Applications

KDE Applications 17.04.0 final

OBS-URL: https://build.opensuse.org/request/show/490447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmplot?expand=0&rev=80
This commit is contained in:
Dominique Leuenberger 2017-05-16 12:36:10 +00:00 committed by Git OBS Bridge
commit 2f44b1e214
4 changed files with 84 additions and 39 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df2f4f1f19008b845bbe3722a72ef40975eee5194445dac545c8108d6323700b
size 571684

3
kmplot-17.04.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32d893d36efcb60ea48461fb55307488438eea761cd4eb27b888c29a7d9d7ad8
size 3029428

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Apr 16 10:45:05 CEST 2017 - lbeltrame@kde.org
- Update to 17.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.0.php
- Changes since 17.03.90:
* None
-------------------------------------------------------------------
Wed Apr 12 20:25:45 CEST 2017 - lbeltrame@kde.org
- Update to 17.03.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
- Changes since 17.03.80:
* None
-------------------------------------------------------------------
Sat Mar 25 23:10:35 CET 2017 - lbeltrame@kde.org
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
* Fix terminology: "by KDE", not "for KDE"
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 9 12:39:39 CET 2017 - lbeltrame@kde.org Thu Mar 9 12:39:39 CET 2017 - lbeltrame@kde.org

View File

@ -15,12 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%bcond_without lang
Name: kmplot Name: kmplot
Version: 16.12.3 Version: 17.04.0
Release: 0 Release: 0
%define kf5_version 5.26.0 %define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA) # 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}')} %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Mathematical Function Plotter Summary: Mathematical Function Plotter
License: GPL-2.0+ License: GPL-2.0+
@ -42,11 +43,16 @@ BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Widgets)
Obsoletes: %{name}5 < %{version} Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version} Provides: %{name}5 = %{version}
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Mathematical function plotter for KDE. Mathematical function plotter for KDE.
%if %{with lang}
%lang_package
%endif
%prep %prep
%setup -q %setup -q
@ -59,6 +65,10 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -77,4 +87,9 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%{_kf5_htmldir}/en/kmplot %{_kf5_htmldir}/en/kmplot
%{_mandir}/*/kmplot.1%{ext_man} %{_mandir}/*/kmplot.1%{ext_man}
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog %changelog