Compare commits

...

6 Commits

2 changed files with 21 additions and 24 deletions

View File

@ -23,4 +23,3 @@ Features:
* Collection of example experiments, more can be downloaded with KNewStuff2;
* Integrated tutorials.

View File

@ -1,5 +1,5 @@
Name: step
Version: 24.12.1
Version: 25.04.2
Release: 1mamba
Summary: Interactive Physical Simulator
Group: Graphical Desktop/Applications/Educational
@ -28,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
@ -40,10 +41,10 @@ BuildRequires: libkf6-kwidgetsaddons-devel
BuildRequires: libkf6-kxmlgui-devel
BuildRequires: libkf6-solid-devel
BuildRequires: libkf6-sonnet-devel
BuildRequires: libqalculate-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: libqalculate-devel >= 3.20.1-1mamba
BuildRequires: libeigen2-devel
BuildRequires: cmake
%description
@ -70,7 +71,6 @@ Features:
* Collection of example experiments, more can be downloaded with KNewStuff2;
* Integrated tutorials.
%prep
%setup -q
@ -87,26 +87,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}
@ -123,6 +103,24 @@ exit 0
%doc AUTHORS LICENSES
%changelog
* 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