From 7d270f5a152810120703ba1fe45b92625e165da5 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 30 Jul 2010 11:10:37 +1000 Subject: [PATCH] fix glew.pc file as pointed out by David Aguilar --- glew.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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