Compare commits
17 Commits
19.04.1-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 |
74
step.spec
74
step.spec
@ -1,5 +1,5 @@
|
|||||||
Name: step
|
Name: step
|
||||||
Version: 19.04.1
|
Version: 20.08.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Interactive Physical Simulator
|
Summary: Interactive Physical Simulator
|
||||||
Group: Graphical Desktop/Applications/Educational
|
Group: Graphical Desktop/Applications/Educational
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: http://www.kde.org/applications/education/step
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: cln-devel
|
BuildRequires: cln-devel
|
||||||
@ -77,6 +77,8 @@ Features:
|
|||||||
* Collection of example experiments, more can be downloaded with KNewStuff2;
|
* Collection of example experiments, more can be downloaded with KNewStuff2;
|
||||||
* Integrated tutorials.
|
* Integrated tutorials.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -88,7 +90,7 @@ Features:
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%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
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -121,25 +123,69 @@ exit 0
|
|||||||
%{_kde5_icondir}/hicolor/*/apps/%{name}.png
|
%{_kde5_icondir}/hicolor/*/apps/%{name}.png
|
||||||
%{_kde5_icondir}/hicolor/*/actions/*.png
|
%{_kde5_icondir}/hicolor/*/actions/*.png
|
||||||
%{_kde5_datadir}/metainfo/org.kde.step.appdata.xml
|
%{_kde5_datadir}/metainfo/org.kde.step.appdata.xml
|
||||||
|
%{_datadir}/mime/packages/org.kde.step.xml
|
||||||
%{_datadir}/kxmlgui5/step/stepui.rc
|
%{_datadir}/kxmlgui5/step/stepui.rc
|
||||||
#%{_kde5_sharedir}/appdata/step.appdata.xml
|
|
||||||
%{_kde5_xdgappsdir}/org.kde.%{name}.desktop
|
%{_kde5_xdgappsdir}/org.kde.%{name}.desktop
|
||||||
%config %{_kde5_configdir}/%{name}.knsrc
|
%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
|
%lang(nn) %{_datadir}/locale/nn/LC_SCRIPTS/step/step.js
|
||||||
%doc AUTHORS COPYING COPYING.DOC
|
%doc AUTHORS COPYING COPYING.DOC
|
||||||
#ChangeLog README TODO
|
#ChangeLog README TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat May 11 2019 Automatic Build System <autodist@mambasoft.it> 19.04.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user