Prevent stripping binaries before rpmbuild does it.
This commit is contained in:
parent
98572364d7
commit
1a125c5dff
@ -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ä <ville.skytta@iki.fi> - 1.9.0-2
|
||||
- Prevent stripping binaries before rpmbuild does it.
|
||||
|
||||
* Thu Dec 13 2012 Adam Jackson <ajax@redhat.com> 1.9.0-1
|
||||
- glew 1.9.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user