From 33f1fd3e6d123f943d3bd346d98c3ae3701a9774 Mon Sep 17 00:00:00 2001 From: shirely16 Date: Sat, 20 Mar 2021 15:29:36 +0800 Subject: [PATCH] fix strip problem Signed-off-by: shirely16 --- giflib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/giflib.spec b/giflib.spec index 73ff89f..d024bd9 100644 --- a/giflib.spec +++ b/giflib.spec @@ -2,7 +2,7 @@ Name: giflib Version: 5.2.1 -Release: 2 +Release: 3 Summary: A library and utilities for processing GIFs License: MIT URL: http://www.sourceforge.net/projects/giflib/ @@ -34,7 +34,7 @@ development header files, libraries for programs using the giflib library. %autosetup -n %{name}-%{version} -p1 %build -%make_build +%make_build CFLAGS="$RPM_OPT_FLAGS -s" %install %make_install PREFIX="%{_prefix}" LIBDIR="%{_libdir}" @@ -63,6 +63,9 @@ rm -f %{buildroot}/debugsourcefiles.list %{_mandir}/man1/gif*.1* %changelog +* Sat Mar 20 2021 hanhui - 5.2.1-3 +- strip binary files + * Wed Jul 29 2020 hanhui - 5.2.1-2 - add bugfix -- Gitee