fix glew.pc file as pointed out by David Aguilar
This commit is contained in:
parent
19f702fd40
commit
7d270f5a15
@ -1,6 +1,6 @@
|
||||
Name: glew
|
||||
Version: 1.5.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The OpenGL Extension Wrangler Library
|
||||
Group: System Environment/Libraries
|
||||
License: BSD and MIT
|
||||
@ -40,7 +40,7 @@ sed -i -e 's/\r//g' config/config.guess
|
||||
|
||||
%build
|
||||
|
||||
make %{?_smp_mflags} CFLAGS.EXTRA="$RPM_OPT_FLAGS"
|
||||
make %{?_smp_mflags} CFLAGS.EXTRA="$RPM_OPT_FLAGS" includedir=%{_includedir} GLEW_DEST= libdir=%{_libdir} bindir=%{_bindir}
|
||||
|
||||
|
||||
%install
|
||||
@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc doc/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 30 2010 Dave Airlie <airlied@redhat.com> 1.5.4-2
|
||||
- fix glew.pc file as pointed out by David Aguilar
|
||||
|
||||
* Sat May 29 2010 Dave Airlie <airlied@redhat.com> 1.5.4-1
|
||||
- glew 1.5.4 - add glew.pc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user