KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/step?expand=0&rev=85
This commit is contained in:
parent
e8b6816815
commit
358e281c59
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0ac40b5a65fe89aa57e866da9afda31c5a8b4a408cc94cc74f75b1f152cead1d
|
|
||||||
size 860260
|
|
3
step-18.11.80.tar.xz
Normal file
3
step-18.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6f833c32ef7970037b99559d62ece7a355de1a403e210a46518cc71dbba782b1
|
||||||
|
size 860252
|
25
step.changes
25
step.changes
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 20 06:23:08 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
- Run spec-cleaner
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 20 05:57:37 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 18.11.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-18.11.80.php
|
||||||
|
- Changes since 18.08.3:
|
||||||
|
* Add donation url to appdata
|
||||||
|
* Add captions to the screenshots
|
||||||
|
* Fix minor typos + enhance API docs
|
||||||
|
* Fix minor EBN issues
|
||||||
|
* Port Step away from kdelibs4support
|
||||||
|
* Fix my typo
|
||||||
|
* Sort includes alphabetically
|
||||||
|
* Port away from deprecated KIO:NetAccess
|
||||||
|
* Port away from deprecated KColorDialog
|
||||||
|
* Port away from deprecated KFileDialog
|
||||||
|
* Fix minor EBN issues and minor porting for KStandardDirs, KInputDialog and writeConfig
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 08 20:44:19 UTC 2018 - lbeltrame@kde.org
|
Thu Nov 08 20:44:19 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
35
step.spec
35
step.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package step
|
# spec file for package step
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,38 +12,40 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
|
||||||
|
|
||||||
Name: step
|
|
||||||
Version: 18.08.3
|
|
||||||
Release: 0
|
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
|
%bcond_without lang
|
||||||
|
Name: step
|
||||||
|
Version: 18.11.80
|
||||||
|
Release: 0
|
||||||
Summary: An interactive physics simulator
|
Summary: An interactive physics simulator
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Scientific/Physics
|
Group: Productivity/Scientific/Physics
|
||||||
Url: http://edu.kde.org
|
URL: http://edu.kde.org
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gsl-devel
|
BuildRequires: gsl-devel
|
||||||
BuildRequires: kconfig-devel
|
BuildRequires: kconfig-devel
|
||||||
BuildRequires: kdelibs4support-devel
|
BuildRequires: kcrash-devel
|
||||||
|
BuildRequires: kdoctools-devel
|
||||||
BuildRequires: khtml-devel
|
BuildRequires: khtml-devel
|
||||||
|
BuildRequires: kiconthemes-devel
|
||||||
BuildRequires: knewstuff-devel
|
BuildRequires: knewstuff-devel
|
||||||
BuildRequires: kplotting-devel
|
BuildRequires: kplotting-devel
|
||||||
BuildRequires: libeigen3-devel
|
BuildRequires: libeigen3-devel
|
||||||
BuildRequires: libqalculate-devel
|
BuildRequires: libqalculate-devel
|
||||||
|
%if %{with lang}
|
||||||
|
BuildRequires: libqt5-linguist-devel
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: cmake(Qt5LinguistTools)
|
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
|
||||||
BuildRequires: pkgconfig(Qt5OpenGL)
|
BuildRequires: pkgconfig(Qt5OpenGL)
|
||||||
BuildRequires: pkgconfig(Qt5Svg)
|
BuildRequires: pkgconfig(Qt5Svg)
|
||||||
BuildRequires: pkgconfig(Qt5Test)
|
BuildRequires: pkgconfig(Qt5Test)
|
||||||
@ -53,7 +55,6 @@ Provides: %{name}5 = %{version}
|
|||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Step is an interactive physical simulator. It works like this: you
|
Step is an interactive physical simulator. It works like this: you
|
||||||
@ -82,14 +83,14 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%find_lang %{name} --with-man --all-name --with-qt
|
%find_lang %{name} --with-man --all-name --with-qt
|
||||||
%kf5_find_htmldocs
|
%{kf5_find_htmldocs}
|
||||||
%endif
|
%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}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc AUTHORS COPYING* ChangeLog README
|
%doc AUTHORS ChangeLog README
|
||||||
%doc %lang(en) %{_kf5_htmldir}/en/step/
|
%doc %lang(en) %{_kf5_htmldir}/en/step/
|
||||||
%config %{_kf5_configdir}/step.knsrc
|
%config %{_kf5_configdir}/step.knsrc
|
||||||
%dir %{_kf5_appstreamdir}
|
%dir %{_kf5_appstreamdir}
|
||||||
@ -105,7 +106,7 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
|||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%doc COPYING*
|
%license COPYING*
|
||||||
%%dir %{_kf5_sharedir}/locale/nn/LC_SCRIPTS/
|
%%dir %{_kf5_sharedir}/locale/nn/LC_SCRIPTS/
|
||||||
%%dir %{_kf5_sharedir}/locale/nn/LC_SCRIPTS/step
|
%%dir %{_kf5_sharedir}/locale/nn/LC_SCRIPTS/step
|
||||||
%lang(nn) %{_kf5_sharedir}/locale/nn/LC_SCRIPTS/step/step.js
|
%lang(nn) %{_kf5_sharedir}/locale/nn/LC_SCRIPTS/step/step.js
|
||||||
|
Loading…
x
Reference in New Issue
Block a user