Compare commits
27 Commits
18.08.0-1m
...
20.08.3-1m
Author | SHA1 | Date | |
---|---|---|---|
36a5dcf3c9 | |||
53c7fafe42 | |||
4f7e4c9768 | |||
163ab73312 | |||
ba20859f52 | |||
5184923734 | |||
e47d9d29f4 | |||
e5a8113599 | |||
b0d11a15eb | |||
dc1451406a | |||
6e5fc1c7b2 | |||
a56b7c7ea0 | |||
e7d91d120b | |||
cfd5867f77 | |||
bcd6ad96d6 | |||
f7ed5c2dac | |||
f136441943 | |||
8353241a37 | |||
2310196304 | |||
7ef9e7eb46 | |||
e7a26bc309 | |||
c9243523a9 | |||
b0aa513378 | |||
25ceacd553 | |||
cc84a25a02 | |||
0d3a083733 | |||
ed0f46f86d |
106
step.spec
106
step.spec
@ -1,5 +1,5 @@
|
||||
Name: step
|
||||
Version: 18.08.0
|
||||
Version: 20.08.3
|
||||
Release: 1mamba
|
||||
Summary: Interactive Physical Simulator
|
||||
Group: Graphical Desktop/Applications/Educational
|
||||
@ -7,7 +7,7 @@ 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
|
||||
Source: http://download.kde.org/stable/release-service/%{version}/src/step-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: cln-devel
|
||||
@ -48,7 +48,7 @@ BuildRequires: libsolid-devel
|
||||
BuildRequires: libsonnet-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libqalculate-devel >= 0.9.7
|
||||
BuildRequires: libqalculate-devel >= 2.6.2-1mamba
|
||||
BuildRequires: libeigen2-devel
|
||||
BuildRequires: cmake
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -77,6 +77,8 @@ Features:
|
||||
* Collection of example experiments, more can be downloaded with KNewStuff2;
|
||||
* Integrated tutorials.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -88,7 +90,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}"
|
||||
@ -121,25 +123,99 @@ exit 0
|
||||
%{_kde5_icondir}/hicolor/*/apps/%{name}.png
|
||||
%{_kde5_icondir}/hicolor/*/actions/*.png
|
||||
%{_kde5_datadir}/metainfo/org.kde.step.appdata.xml
|
||||
%{_datadir}/mime/packages/org.kde.step.xml
|
||||
%{_datadir}/kxmlgui5/step/stepui.rc
|
||||
#%{_kde5_sharedir}/appdata/step.appdata.xml
|
||||
%{_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
|
||||
%lang(nn) %{_datadir}/locale/nn/LC_SCRIPTS/step/step.js
|
||||
%doc AUTHORS COPYING COPYING.DOC
|
||||
#ChangeLog README TODO
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Fri Sep 13 2019 Automatic Build System <autodist@mambasoft.it> 19.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 30 2019 Automatic Build System <autodist@mambasoft.it> 19.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 12 2019 Automatic Build System <autodist@mambasoft.it> 19.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 07 2019 Automatic Build System <autodist@mambasoft.it> 19.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 11 2019 Automatic Build System <autodist@mambasoft.it> 19.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 19 2019 Automatic Build System <autodist@mambasoft.it> 19.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 08 2019 Automatic Build System <autodist@mambasoft.it> 18.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 09 2019 Automatic Build System <autodist@mambasoft.it> 18.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 12 2019 Automatic Build System <autodist@mambasoft.it> 18.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 16 2018 Automatic Build System <autodist@mambasoft.it> 18.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 12 2018 Automatic Build System <autodist@mambasoft.it> 18.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 12 2018 Automatic Build System <autodist@mambasoft.it> 18.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 07 2018 Automatic Build System <autodist@mambasoft.it> 18.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 18.08.0-2mamba
|
||||
- rebuilt by autoport with build requirements: libqalculate-devel>=2.6.2-1mamba
|
||||
|
||||
* Thu Aug 23 2018 Automatic Build System <autodist@mambasoft.it> 18.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user