Accepting request 496021 from KDE:Applications

KDE Applications 17.04.1

OBS-URL: https://build.opensuse.org/request/show/496021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kturtle?expand=0&rev=79
This commit is contained in:
Dominique Leuenberger 2017-06-07 07:55:01 +00:00 committed by Git OBS Bridge
commit 867f2a556f
4 changed files with 97 additions and 40 deletions

View File

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

3
kturtle-17.04.1.tar.xz Normal file
View File

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

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Wed May 17 20:37:11 CEST 2017 - lbeltrame@kde.org
- Update to 17.04.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.1.php
- Changes since 17.04.0:
* None
-------------------------------------------------------------------
Sun Apr 16 10:45:13 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:26:00 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:47 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:
* None
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 9 12:42:20 CET 2017 - lbeltrame@kde.org Thu Mar 9 12:42:20 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: kturtle Name: kturtle
Version: 16.12.3 Version: 17.04.1
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: Logo Programming Environment Summary: Logo Programming Environment
License: GPL-2.0+ License: GPL-2.0+
@ -41,11 +42,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
KTurtle is an educational Logo programming environment. KTurtle is an educational Logo programming environment.
%if %{with lang}
%lang_package
%endif
%prep %prep
%setup -q %setup -q
@ -58,11 +64,14 @@ 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
%suse_update_desktop_file org.kde.%{name} Education Math %suse_update_desktop_file org.kde.%{name} Education Math
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc %lang(en) %{_kf5_htmldir}/en/kturtle/
%doc AUTHORS COPYING* README %doc AUTHORS COPYING* README
%{_kf5_applicationsdir}/org.kde.kturtle.desktop %{_kf5_applicationsdir}/org.kde.kturtle.desktop
%{_kf5_bindir}/kturtle %{_kf5_bindir}/kturtle
@ -71,7 +80,15 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%{_kf5_iconsdir}/hicolor/*/apps/kturtle.* %{_kf5_iconsdir}/hicolor/*/apps/kturtle.*
%{_kf5_configdir}/*.knsrc %{_kf5_configdir}/*.knsrc
%{_datadir}/kxmlgui5/kturtle/ %{_datadir}/kxmlgui5/kturtle/
%{_kf5_htmldir}/en/kturtle/ %dir %{_datadir}/katepart
%{_datadir}/katepart/syntax/
%{_datadir}/kturtle
%doc %{_kf5_htmldir}/en/kturtle/
%dir %{_kf5_appstreamdir} %dir %{_kf5_appstreamdir}
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog %changelog