Compare commits

..

6 Commits

View File

@ -1,5 +1,5 @@
Name: step
Version: 24.08.2
Version: 24.12.3
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
@ -33,11 +40,10 @@ 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,24 @@ exit 0
%doc AUTHORS LICENSES
%changelog
* 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