Accepting request 490532 from KDE:Applications

KDE Applications 17.04.0 final

OBS-URL: https://build.opensuse.org/request/show/490532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/step?expand=0&rev=79
This commit is contained in:
Dominique Leuenberger 2017-05-16 12:37:07 +00:00 committed by Git OBS Bridge
commit 9b03903ba4
4 changed files with 84 additions and 38 deletions

View File

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

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

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Apr 16 10:45:36 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:13 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:56 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:
* remove commented sects
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 9 12:45:04 CET 2017 - lbeltrame@kde.org Thu Mar 9 12:45:04 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: step Name: step
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: An interactive physics simulator Summary: An interactive physics simulator
License: GPL-2.0+ License: GPL-2.0+
@ -40,6 +41,7 @@ BuildRequires: libqalculate-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: xz BuildRequires: xz
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5OpenGL) BuildRequires: pkgconfig(Qt5OpenGL)
BuildRequires: pkgconfig(Qt5PrintSupport) BuildRequires: pkgconfig(Qt5PrintSupport)
@ -50,6 +52,7 @@ BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Xml) BuildRequires: pkgconfig(Qt5Xml)
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
@ -61,6 +64,10 @@ of bodies/forces in your experiment (even during simulation) and see
how this will change evolution of the experiment. With Step you can not how this will change evolution of the experiment. With Step you can not
only learn but feel how physics works ! only learn but feel how physics works !
%if %{with lang}
%lang_package
%endif
%prep %prep
%setup -q %setup -q
@ -73,6 +80,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 --with-qt
%kf5_find_htmldocs
%endif
%suse_update_desktop_file org.kde.%{name} X-KDE-Edu-Teaching %suse_update_desktop_file org.kde.%{name} X-KDE-Edu-Teaching
%fdupes -s %{buildroot} %fdupes -s %{buildroot}
@ -90,4 +101,9 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%{_kf5_iconsdir}/hicolor/*/*/* %{_kf5_iconsdir}/hicolor/*/*/*
%dir %{_kf5_appstreamdir} %dir %{_kf5_appstreamdir}
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog %changelog