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
This commit is contained in:
Fridrich Strba 2021-04-19 11:17:01 +00:00 committed by Git OBS Bridge
parent 73a467e84f
commit 2f1fcaa033
2 changed files with 8 additions and 1 deletions

View File

@ -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 <fstrba@suse.com>

View File

@ -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}