From b1e7767c852c8a46c55cc30f9013ea98ee4b92d7 Mon Sep 17 00:00:00 2001 From: zhanzhimin Date: Sat, 4 Sep 2021 10:46:55 +0800 Subject: [PATCH] strip binary files --- giflib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/giflib.spec b/giflib.spec index fead976..aed4246 100644 --- a/giflib.spec +++ b/giflib.spec @@ -2,7 +2,7 @@ Name: giflib Version: 5.2.1 -Release: 3 +Release: 4 Summary: A library and utilities for processing GIFs License: MIT URL: http://www.sourceforge.net/projects/giflib/ @@ -42,7 +42,7 @@ format imange files. %autosetup -n %{name}-%{version} -p1 %build -%make_build +%make_build CFLAGS="$RPM_OPT_FLAGS -s" %install %make_install PREFIX="%{_prefix}" LIBDIR="%{_libdir}" @@ -73,6 +73,9 @@ rm -f %{buildroot}/debugsourcefiles.list %{_bindir}/gif* %changelog +* Sat Sep 4 2021 zhanzhimin - 5.2.1-4 +- strip binary files + * Thu May 20 2021 liuyumeng - 5.2.1-3 - Add a package named utils