1
0
forked from pool/gap-profiling

POSIX sh compatibility

This commit is contained in:
Jan Engelhardt 2025-02-28 00:01:31 +01:00
parent 56da042181
commit 69798656b8
2 changed files with 7 additions and 4 deletions

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Make specfile conform to POSIX sh
-------------------------------------------------------------------
Wed Jan 22 14:06:33 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>

@ -43,10 +43,8 @@ Line by line profiling and code coverage for GAP.
%install
%gappkg_simple_install
pushd "%buildroot/$moddir"
rm -Rf src
popd
%python3_fix_shebang_path %{buildroot}%{_libdir}/gap/pkg/profiling-%{version}/FlameGraph/*
rm -Rf "%buildroot/$moddir/src"
%python3_fix_shebang_path %buildroot/%_libdir/gap/pkg/profiling-%version/FlameGraph/*
%files -f %name.files