From 7773534943d189a8cb5f7c7ea455f200aa28a25bfb0a9efec1e0d9cd713463dc Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 28 Feb 2025 00:01:31 +0100 Subject: [PATCH] POSIX sh compatibility --- gap-json.changes | 5 +++++ gap-json.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gap-json.changes b/gap-json.changes index 867bf13..45c4703 100644 --- a/gap-json.changes +++ b/gap-json.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 27 23:00:16 UTC 2025 - Jan Engelhardt + +- Make specfile conform to POSIX sh + ------------------------------------------------------------------- Tue Aug 27 19:33:32 UTC 2024 - Jan Engelhardt diff --git a/gap-json.spec b/gap-json.spec index 50d753f..7c9334d 100644 --- a/gap-json.spec +++ b/gap-json.spec @@ -43,9 +43,8 @@ Enhances GAP by the ability to read and write JSON files. %install %gappkg_simple_install -pushd "%buildroot/$fmoddir/" +cd "%buildroot/$fmoddir/" find src -type f ! -name LICENSE -delete -popd %files -f %name.files