From 2f1fcaa033fa93a9a0671ad08421af35b9bf3879b4b1e09aa8f276e34755a850 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 19 Apr 2021 11:17:01 +0000 Subject: [PATCH] Accepting request 886252 from home:olh:branches:devel:libraries:c_c++ - prep section should just extract and patch, further modifications have to be done in the build section OBS-URL: https://build.opensuse.org/request/show/886252 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/giflib?expand=0&rev=55 --- giflib.changes | 6 ++++++ giflib.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/giflib.changes b/giflib.changes index d440a10..d461e8a 100644 --- a/giflib.changes +++ b/giflib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 15 15:15:15 UTC 2021 - olaf@aepfle.de + +- prep section should just extract and patch, + further modifications have to be done in the build section + ------------------------------------------------------------------- Wed Apr 14 11:32:49 UTC 2021 - Fridrich Strba diff --git a/giflib.spec b/giflib.spec index 24f8a63..2ac0016 100644 --- a/giflib.spec +++ b/giflib.spec @@ -57,6 +57,8 @@ have expired, giflib can again be used instead of libungif. %prep %autosetup -p1 + +%build for file in `find util -name "*.c"`; do touch -r $file $file.stamp done @@ -70,7 +72,6 @@ for file in `find util -name "*.c"`; do rm -v $file.stamp done -%build export CFLAGS="%optflags" make %{?_smp_mflags}