From ac9047d0763b08fb72ad5836d2296eefc7608052 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Jun 26 2006 15:09:12 +0000 Subject: fix X related buildreqs (#195398) --- diff --git a/SDL.spec b/SDL.spec index 5fe5e60..29bd4b8 100644 --- a/SDL.spec +++ b/SDL.spec @@ -1,7 +1,7 @@ Summary: A cross-platform multimedia library. Name: SDL Version: 1.2.10 -Release: 2 +Release: 3 Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz Patch0: SDL-1.2.10-byteorder.patch Patch17: SDL-1.2.10-libdir.patch @@ -14,7 +14,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: nasm arts-devel audiofile-devel BuildRequires: esound-devel alsa-lib-devel BuildRequires: libXext-devel libX11-devel -BuildRequires: mesa-libGL-devel, mesa-libGLU-devel +BuildRequires: libXt-devel libXrender-devel libXrandr-devel +BuildRequires: libGL-devel libGLU-devel %description Simple DirectMedia Layer (SDL) is a cross-platform multimedia library @@ -99,6 +100,9 @@ rm -rf %{buildroot} %{_mandir}/man3/SDL*.3* %changelog +* Mon Jun 26 2006 Warren Togami 1.2.10-3 +- fix X related buildreqs (#195398) + * Tue Jun 6 2006 Thomas Woerner 1.2.10-2 - added missing (build) requires for GL and GLU