diff --git a/glew.spec b/glew.spec index ee54c1d..0d52ceb 100644 --- a/glew.spec +++ b/glew.spec @@ -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 1.5.4-2 +- fix glew.pc file as pointed out by David Aguilar + * Sat May 29 2010 Dave Airlie 1.5.4-1 - glew 1.5.4 - add glew.pc