Compare commits
3 Commits
24.12.0-1m
...
24.12.2-2m
Author | SHA1 | Date | |
---|---|---|---|
8aaf31ce70 | |||
6a481ab826 | |||
4ae1e66dc9 |
37
step.spec
37
step.spec
@ -1,6 +1,6 @@
|
||||
Name: step
|
||||
Version: 24.12.0
|
||||
Release: 1mamba
|
||||
Version: 24.12.2
|
||||
Release: 2mamba
|
||||
Summary: Interactive Physical Simulator
|
||||
Group: Graphical Desktop/Applications/Educational
|
||||
Vendor: openmamba
|
||||
@ -40,10 +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
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libqalculate-devel >= 3.20.1-1mamba
|
||||
BuildRequires: libeigen2-devel
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
@ -70,8 +70,6 @@ Features:
|
||||
* Collection of example experiments, more can be downloaded with KNewStuff2;
|
||||
* Integrated tutorials.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -88,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}
|
||||
@ -124,6 +102,15 @@ exit 0
|
||||
%doc AUTHORS LICENSES
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Reference in New Issue
Block a user