From 7cf76da063dcc6792689d8404feb80352bc2cf69 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 1 Mar 2006 18:16:10 +0000 Subject: [PATCH] add missing patch, Release++ --- jasper-1.701.0-GL-ac.patch | 11 +++++++++++ jasper.spec | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 jasper-1.701.0-GL-ac.patch diff --git a/jasper-1.701.0-GL-ac.patch b/jasper-1.701.0-GL-ac.patch new file mode 100644 index 0000000..1dbb8dc --- /dev/null +++ b/jasper-1.701.0-GL-ac.patch @@ -0,0 +1,11 @@ +--- jasper-1.701.0.GEO/configure.ac.GL 2006-02-20 19:58:02.000000000 -0600 ++++ jasper-1.701.0.GEO/configure.ac 2006-02-24 07:40:38.000000000 -0600 +@@ -242,7 +242,7 @@ + OPENGL_LIBS="" + if test $ENABLE_OPENGL = yes; then + if test $HAVE_OPENGL = no; then +- TMPLIBS="-lglut -lGL -lGLU $X_PRE_LIBS -lX11 -lXmu -lXi -lXext -lXt $X_EXTRA_LIBS $X_LIBS" ++ TMPLIBS="-lglut" + AC_CHECK_LIB(glut, glutInit, [HAVE_OPENGL=yes; + OPENGL_LIBS=$TMPLIBS], HAVE_OPENGL=no, $TMPLIBS) + fi diff --git a/jasper.spec b/jasper.spec index fd6f4dc..6767411 100644 --- a/jasper.spec +++ b/jasper.spec @@ -12,7 +12,7 @@ Summary: Implementation of the JPEG-2000 standard, Part 1 Name: jasper Group: System Environment/Libraries Version: 1.701.0 -Release: 11%{?dist} +Release: 12%{?dist} License: JasPer License Version 2.0 %if "%{?geo:1}" == "1" @@ -118,7 +118,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Mar 1 2006 Rex Dieter 1.701.0-11 +* Wed Mar 1 2006 Rex Dieter 1.701.0-12 - fixup build issues introduced by geojasper integration * Wed Mar 1 2006 Rex Dieter 1.701.0-10