Compare commits
15 Commits
24.05.1-1m
...
main
Author | SHA1 | Date | |
---|---|---|---|
f6dafb5977 | |||
094df338b4 | |||
cc12a6c4ed | |||
39971d26d9 | |||
4e7fb5e86f | |||
818cdb6ec1 | |||
8aaf31ce70 | |||
6a481ab826 | |||
4ae1e66dc9 | |||
828ac8e805 | |||
2347ac45be | |||
03459b9182 | |||
de37bafc3c | |||
66e460f904 | |||
feddf3f7b3 |
81
step.spec
81
step.spec
@ -1,5 +1,5 @@
|
||||
Name: step
|
||||
Version: 24.05.1
|
||||
Version: 25.08.0
|
||||
Release: 1mamba
|
||||
Summary: Interactive Physical Simulator
|
||||
Group: Graphical Desktop/Applications/Educational
|
||||
@ -11,6 +11,13 @@ Source: https://download.kde.org/%{stable_kde6}/release-service/%{version
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt6Core
|
||||
BuildRequires: libQt6DBus
|
||||
BuildRequires: libQt6Gui
|
||||
BuildRequires: libQt6Network
|
||||
BuildRequires: libQt6OpenGL
|
||||
BuildRequires: libQt6Widgets
|
||||
BuildRequires: libQt6Xml
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libgsl-devel
|
||||
@ -21,6 +28,7 @@ BuildRequires: libkf6-kconfig-devel
|
||||
BuildRequires: libkf6-kconfigwidgets-devel
|
||||
BuildRequires: libkf6-kcoreaddons-devel
|
||||
BuildRequires: libkf6-kcrash-devel
|
||||
BuildRequires: libkf6-kguiaddons-devel
|
||||
BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libkf6-kiconthemes-devel
|
||||
BuildRequires: libkf6-kio-devel
|
||||
@ -31,13 +39,11 @@ BuildRequires: libkf6-kservice-devel
|
||||
BuildRequires: libkf6-ktextwidgets-devel
|
||||
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||
BuildRequires: libkf6-kxmlgui-devel
|
||||
BuildRequires: libkf6-solid-devel
|
||||
BuildRequires: libkf6-sonnet-devel
|
||||
BuildRequires: libqalculate-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libqalculate-devel >= 3.20.1-1mamba
|
||||
BuildRequires: libeigen2-devel
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
@ -64,8 +70,6 @@ Features:
|
||||
* Collection of example experiments, more can be downloaded with KNewStuff2;
|
||||
* Integrated tutorials.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -82,26 +86,6 @@ Features:
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
touch --no-create %{_kf6_icondir}/hicolor &>/dev/null
|
||||
exit 0
|
||||
|
||||
%posttrans
|
||||
/sbin/ldconfig
|
||||
update-desktop-database -q &>/dev/null
|
||||
gtk-update-icon-cache %{_kf6_icondir}/hicolor &>/dev/null
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q &>/dev/null
|
||||
touch --no-create %{_kf6_icondir}/hicolor &>/dev/null
|
||||
gtk-update-icon-cache %{_kf6_icondir}/hicolor &>/dev/null
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kf6_bindir}/%{name}
|
||||
@ -118,6 +102,51 @@ exit 0
|
||||
%doc AUTHORS LICENSES
|
||||
|
||||
%changelog
|
||||
* Thu Aug 14 2025 Automatic Build System <autodist@openmamba.org> 25.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jul 05 2025 Automatic Build System <autodist@openmamba.org> 25.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 07 2025 Automatic Build System <autodist@openmamba.org> 25.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user