From 1a125c5dff3974571244bc38aeece6dd52b7da32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 18 Dec 2012 18:47:51 +0200 Subject: [PATCH] Prevent stripping binaries before rpmbuild does it. --- glew.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glew.spec b/glew.spec index 53350d4..43cb07a 100644 --- a/glew.spec +++ b/glew.spec @@ -1,6 +1,6 @@ Name: glew Version: 1.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The OpenGL Extension Wrangler Library Group: System Environment/Libraries License: BSD and MIT @@ -54,7 +54,7 @@ sed -i -e 's/\r//g' config/config.guess %build -make %{?_smp_mflags} CFLAGS.EXTRA="$RPM_OPT_FLAGS" includedir=%{_includedir} GLEW_DEST= libdir=%{_libdir} bindir=%{_bindir} +make %{?_smp_mflags} CFLAGS.EXTRA="$RPM_OPT_FLAGS" includedir=%{_includedir} GLEW_DEST= STRIP= libdir=%{_libdir} bindir=%{_bindir} %install rm -rf $RPM_BUILD_ROOT @@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT %doc doc/* %changelog +* Tue Dec 18 2012 Ville Skyttä - 1.9.0-2 +- Prevent stripping binaries before rpmbuild does it. + * Thu Dec 13 2012 Adam Jackson 1.9.0-1 - glew 1.9.0