Compare commits
18 Commits
23.08.3-1m
...
25.04.1-1m
Author | SHA1 | Date | |
---|---|---|---|
39971d26d9 | |||
4e7fb5e86f | |||
818cdb6ec1 | |||
8aaf31ce70 | |||
6a481ab826 | |||
4ae1e66dc9 | |||
828ac8e805 | |||
2347ac45be | |||
03459b9182 | |||
de37bafc3c | |||
66e460f904 | |||
feddf3f7b3 | |||
907132547c | |||
10e8943bdd | |||
66edabb40d | |||
8575d8215a | |||
8eac7b904d | |||
d115a0681b |
166
step.spec
166
step.spec
@ -1,5 +1,5 @@
|
|||||||
Name: step
|
Name: step
|
||||||
Version: 23.08.3
|
Version: 25.04.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Interactive Physical Simulator
|
Summary: Interactive Physical Simulator
|
||||||
Group: Graphical Desktop/Applications/Educational
|
Group: Graphical Desktop/Applications/Educational
|
||||||
@ -7,40 +7,44 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://apps.kde.org/education/step/
|
URL: https://apps.kde.org/education/step/
|
||||||
Source: http://download.kde.org/stable/release-service/%{version}/src/step-%{version}.tar.xz
|
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/step-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libQt6Core
|
||||||
BuildRequires: libattica5-devel
|
BuildRequires: libQt6DBus
|
||||||
|
BuildRequires: libQt6Gui
|
||||||
|
BuildRequires: libQt6Network
|
||||||
|
BuildRequires: libQt6OpenGL
|
||||||
|
BuildRequires: libQt6Widgets
|
||||||
|
BuildRequires: libQt6Xml
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libgsl-devel
|
BuildRequires: libgsl-devel
|
||||||
BuildRequires: libkauth-devel
|
BuildRequires: libkf6-attica-devel
|
||||||
BuildRequires: libkcodecs-devel
|
BuildRequires: libkf6-kcolorscheme-devel
|
||||||
BuildRequires: libkcompletion-devel
|
BuildRequires: libkf6-kcompletion-devel
|
||||||
BuildRequires: libkconfig-devel
|
BuildRequires: libkf6-kconfig-devel
|
||||||
BuildRequires: libkconfigwidgets-devel
|
BuildRequires: libkf6-kconfigwidgets-devel
|
||||||
BuildRequires: libkcoreaddons-devel
|
BuildRequires: libkf6-kcoreaddons-devel
|
||||||
BuildRequires: libkcrash-devel
|
BuildRequires: libkf6-kcrash-devel
|
||||||
BuildRequires: libki18n-devel
|
BuildRequires: libkf6-kguiaddons-devel
|
||||||
BuildRequires: libkiconthemes-devel
|
BuildRequires: libkf6-ki18n-devel
|
||||||
BuildRequires: libkio-devel
|
BuildRequires: libkf6-kiconthemes-devel
|
||||||
BuildRequires: libkjobwidgets-devel
|
BuildRequires: libkf6-kio-devel
|
||||||
BuildRequires: libknewstuff-devel
|
BuildRequires: libkf6-kjobwidgets-devel
|
||||||
BuildRequires: libkplotting-devel
|
BuildRequires: libkf6-knewstuff-devel
|
||||||
BuildRequires: libkservice-devel
|
BuildRequires: libkf6-kplotting-devel
|
||||||
BuildRequires: libktextwidgets-devel
|
BuildRequires: libkf6-kservice-devel
|
||||||
BuildRequires: libkwidgetsaddons-devel
|
BuildRequires: libkf6-ktextwidgets-devel
|
||||||
BuildRequires: libkwindowsystem-devel
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||||
BuildRequires: libkxmlgui-devel
|
BuildRequires: libkf6-kxmlgui-devel
|
||||||
|
BuildRequires: libkf6-solid-devel
|
||||||
|
BuildRequires: libkf6-sonnet-devel
|
||||||
BuildRequires: libqalculate-devel
|
BuildRequires: libqalculate-devel
|
||||||
BuildRequires: libsolid-devel
|
|
||||||
BuildRequires: libsonnet-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libqalculate-devel >= 3.20.1-1mamba
|
BuildRequires: libqalculate-devel >= 3.20.1-1mamba
|
||||||
BuildRequires: libeigen2-devel
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -67,62 +71,98 @@ 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
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build
|
%cmake_kf6
|
||||||
%make
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%cmake_install
|
||||||
|
|
||||||
%find_lang %{name}5_qt --with-qt --with-html --all-name || touch %{name}5_qt.lang
|
%find_lang %{name} --with-qt --with-html --all-name || touch %{name}.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post
|
%files -f %{name}.lang
|
||||||
/sbin/ldconfig
|
|
||||||
touch --no-create %{_kde5_icondir}/hicolor &>/dev/null
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%posttrans
|
|
||||||
/sbin/ldconfig
|
|
||||||
update-desktop-database -q &>/dev/null
|
|
||||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor &>/dev/null
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%postun
|
|
||||||
/sbin/ldconfig
|
|
||||||
if [ $1 -eq 0 ]; then
|
|
||||||
update-desktop-database -q &>/dev/null
|
|
||||||
touch --no-create %{_kde5_icondir}/hicolor &>/dev/null
|
|
||||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor &>/dev/null
|
|
||||||
fi
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%files -f %{name}5_qt.lang
|
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde5_bindir}/%{name}
|
%{_kf6_bindir}/%{name}
|
||||||
%{_kde5_datadir}/%{name}
|
%{_kf6_datadir}/%{name}
|
||||||
%{_kde5_kcfgdir}/%{name}.kcfg
|
%{_kf6_kcfgdir}/%{name}.kcfg
|
||||||
%{_kde5_icondir}/hicolor/*/apps/%{name}.png
|
%{_datadir}/applications/org.kde.step.desktop
|
||||||
%{_kde5_icondir}/hicolor/*/actions/*.png
|
%{_kf6_datadir}/metainfo/org.kde.step.appdata.xml
|
||||||
%{_kde5_datadir}/metainfo/org.kde.step.appdata.xml
|
|
||||||
%{_datadir}/mime/packages/org.kde.step.xml
|
%{_datadir}/mime/packages/org.kde.step.xml
|
||||||
#%{_datadir}/kxmlgui5/step/stepui.rc
|
%{_datadir}/applications/org.kde.%{name}.desktop
|
||||||
%{_kde5_xdgappsdir}/org.kde.%{name}.desktop
|
|
||||||
%{_datadir}/knsrcfiles/step.knsrc
|
%{_datadir}/knsrcfiles/step.knsrc
|
||||||
%lang(nn) %{_datadir}/locale/nn/LC_SCRIPTS/step/step.js
|
%lang(nn) %{_datadir}/locale/nn/LC_SCRIPTS/step/step.js
|
||||||
|
%{_kf6_icondir}/hicolor/*/apps/%{name}.png
|
||||||
|
%{_kf6_icondir}/hicolor/*/actions/*.png
|
||||||
%doc AUTHORS LICENSES
|
%doc AUTHORS LICENSES
|
||||||
#COPYING COPYING.DOC
|
|
||||||
#ChangeLog README TODO
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 12 2025 Automatic Build System <autodist@openmamba.org> 25.04.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Apr 18 2025 Automatic Build System <autodist@openmamba.org> 25.04.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Mar 08 2025 Automatic Build System <autodist@openmamba.org> 24.12.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Mar 03 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 24.12.2-2mamba
|
||||||
|
- removed build requirement for libeigen2-devel
|
||||||
|
|
||||||
|
* Sat Feb 08 2025 Automatic Build System <autodist@openmamba.org> 24.12.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jan 11 2025 Automatic Build System <autodist@openmamba.org> 24.12.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Dec 14 2024 Automatic Build System <autodist@openmamba.org> 24.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Nov 08 2024 Automatic Build System <autodist@openmamba.org> 24.08.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Oct 12 2024 Automatic Build System <autodist@openmamba.org> 24.08.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Sep 15 2024 Automatic Build System <autodist@openmamba.org> 24.08.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Aug 24 2024 Automatic Build System <autodist@openmamba.org> 24.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jul 05 2024 Automatic Build System <autodist@openmamba.org> 24.05.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Jun 15 2024 Automatic Build System <autodist@openmamba.org> 24.05.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat May 25 2024 Automatic Build System <autodist@openmamba.org> 24.05.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed May 22 2024 Automatic Build System <autodist@openmamba.org> 24.04.90-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Apr 13 2024 Automatic Build System <autodist@openmamba.org> 24.02.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Mar 05 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Dec 08 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Nov 10 2023 Automatic Build System <autodist@mambasoft.it> 23.08.3-1mamba
|
* Fri Nov 10 2023 Automatic Build System <autodist@mambasoft.it> 23.08.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user