forked from pool/gap-ferret
POSIX sh compatibility
This commit is contained in:
parent
b3300685ee
commit
bb6a0d91a4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Make specfile conform to POSIX sh
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 8 07:35:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Sun Sep 8 07:35:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -46,10 +46,9 @@ find . -type f -size 0 -name _Chunks.xml -print -delete
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
pushd "%buildroot/$fmoddir/"
|
cd "%buildroot/$fmoddir/"
|
||||||
rm -Rf gap_cpp* src config.log
|
rm -Rf gap_cpp* src config.log
|
||||||
find YAPB++ -type f ! -name LICENSE -delete
|
find YAPB++ -type f ! -name LICENSE -delete
|
||||||
popd
|
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %name.files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user