removed build requirement for libeigen2-devel [release 24.12.2-2mamba;Mon Mar 03 2025]
This commit is contained in:
@ -23,4 +23,3 @@ Features:
|
||||
* Collection of example experiments, more can be downloaded with KNewStuff2;
|
||||
* Integrated tutorials.
|
||||
|
||||
|
||||
|
27
step.spec
27
step.spec
@ -1,6 +1,6 @@
|
||||
Name: step
|
||||
Version: 24.12.2
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Interactive Physical Simulator
|
||||
Group: Graphical Desktop/Applications/Educational
|
||||
Vendor: openmamba
|
||||
@ -44,7 +44,6 @@ BuildRequires: libqalculate-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libqalculate-devel >= 3.20.1-1mamba
|
||||
BuildRequires: libeigen2-devel
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
@ -71,7 +70,6 @@ Features:
|
||||
* Collection of example experiments, more can be downloaded with KNewStuff2;
|
||||
* Integrated tutorials.
|
||||
|
||||
|
||||
%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,9 @@ 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
|
||||
|
||||
|
Reference in New Issue
Block a user