Compare commits
17 Commits
19.08.2-1m
...
20.12.3-1m
Author | SHA1 | Date | |
---|---|---|---|
3c4587b7cb | |||
55f52b19b7 | |||
6891cfca85 | |||
c5ae3bbbd9 | |||
36a5dcf3c9 | |||
53c7fafe42 | |||
4f7e4c9768 | |||
163ab73312 | |||
ba20859f52 | |||
5184923734 | |||
e47d9d29f4 | |||
e5a8113599 | |||
b0d11a15eb | |||
dc1451406a | |||
6e5fc1c7b2 | |||
a56b7c7ea0 | |||
e7d91d120b |
74
step.spec
74
step.spec
@ -1,13 +1,13 @@
|
||||
Name: step
|
||||
Version: 19.08.2
|
||||
Version: 20.12.3
|
||||
Release: 1mamba
|
||||
Summary: Interactive Physical Simulator
|
||||
Group: Graphical Desktop/Applications/Educational
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.kde.org/applications/education/step
|
||||
Source: http://download.kde.org/stable/applications/%{version}/src/step-%{version}.tar.xz
|
||||
URL: https://www.kde.org/applications/education/step
|
||||
Source: http://download.kde.org/stable/release-service/%{version}/src/step-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: cln-devel
|
||||
@ -51,7 +51,6 @@ BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libqalculate-devel >= 2.6.2-1mamba
|
||||
BuildRequires: libeigen2-devel
|
||||
BuildRequires: cmake
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Step is an interactive physical simulator.
|
||||
@ -77,6 +76,8 @@ Features:
|
||||
* Collection of example experiments, more can be downloaded with KNewStuff2;
|
||||
* Integrated tutorials.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -88,7 +89,7 @@ Features:
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name}5_qt --with-qt --with-html --all-name || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -124,22 +125,63 @@ exit 0
|
||||
%{_datadir}/mime/packages/org.kde.step.xml
|
||||
%{_datadir}/kxmlgui5/step/stepui.rc
|
||||
%{_kde5_xdgappsdir}/org.kde.%{name}.desktop
|
||||
%config %{_kde5_configdir}/%{name}.knsrc
|
||||
%lang(en) %{_kde5_htmldir}/en/%{name}
|
||||
%lang(ca) %{_datadir}/doc/HTML/ca/step
|
||||
%lang(de) %{_datadir}/doc/HTML/de/step
|
||||
%lang(es) %{_datadir}/doc/HTML/es/step
|
||||
%lang(et) %{_datadir}/doc/HTML/et/step
|
||||
%lang(it) %{_datadir}/doc/HTML/it/step
|
||||
%lang(nl) %{_datadir}/doc/HTML/nl/step
|
||||
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/step
|
||||
%lang(sv) %{_datadir}/doc/HTML/sv/step
|
||||
%lang(uk) %{_datadir}/doc/HTML/uk/step
|
||||
%{_datadir}/knsrcfiles/step.knsrc
|
||||
%lang(nn) %{_datadir}/locale/nn/LC_SCRIPTS/step/step.js
|
||||
%doc AUTHORS COPYING COPYING.DOC
|
||||
#ChangeLog README TODO
|
||||
|
||||
%changelog
|
||||
* Sat Mar 06 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 08 2021 Automatic Build System <autodist@mambasoft.it> 20.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 20 2020 Automatic Build System <autodist@mambasoft.it> 20.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 06 2020 Automatic Build System <autodist@mambasoft.it> 20.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 04 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 16 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 10 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 16 2020 Automatic Build System <autodist@mambasoft.it> 20.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 24 2020 Automatic Build System <autodist@mambasoft.it> 20.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 06 2020 Automatic Build System <autodist@mambasoft.it> 19.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 07 2020 Automatic Build System <autodist@mambasoft.it> 19.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 10 2020 Automatic Build System <autodist@mambasoft.it> 19.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 19.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 08 2019 Automatic Build System <autodist@mambasoft.it> 19.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 11 2019 Automatic Build System <autodist@mambasoft.it> 19.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user