|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: glew
|
|
|
|
Name: glew
|
|
|
|
Version: 1.5.4
|
|
|
|
Version: 1.5.4
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: The OpenGL Extension Wrangler Library
|
|
|
|
Summary: The OpenGL Extension Wrangler Library
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: BSD and MIT
|
|
|
|
License: BSD and MIT
|
|
|
@ -40,7 +40,7 @@ sed -i -e 's/\r//g' config/config.guess
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%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
|
|
|
|
%install
|
|
|
@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%doc doc/*
|
|
|
|
%doc doc/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* Sat May 29 2010 Dave Airlie <airlied@redhat.com> 1.5.4-1
|
|
|
|
- glew 1.5.4 - add glew.pc
|
|
|
|
- glew 1.5.4 - add glew.pc
|
|
|
|
|
|
|
|
|
|
|
|