2 %define version @VERSION@
5 Summary: Simple DirectMedia Layer
9 Source0: %{name}-%{version}.tar.gz
10 URL: http://www.libsdl.org/
12 Group: System Environment/Libraries
13 BuildRoot: /var/tmp/%{name}-buildroot
15 Provides: libSDL-1.1.so.0
18 This is the Simple DirectMedia Layer, a generic API that provides low
19 level access to audio, keyboard, mouse, and display framebuffer across
23 Summary: Libraries, includes and more to develop SDL applications.
24 Group: Development/Libraries
28 This is the Simple DirectMedia Layer, a generic API that provides low
29 level access to audio, keyboard, mouse, and display framebuffer across
32 This is the libraries, include files and other resources you can use
33 to develop SDL applications.
37 rm -rf ${RPM_BUILD_ROOT}
42 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-video-svga --disable-video-ggi --disable-video-aalib --disable-debug --enable-dlopen --enable-esd-shared --enable-arts-shared --disable-alsa
46 rm -rf $RPM_BUILD_ROOT
47 make install prefix=$RPM_BUILD_ROOT/%{prefix}
48 ln -s libSDL-1.2.so.0 $RPM_BUILD_ROOT/%{prefix}/lib/libSDL-1.1.so.0
51 rm -rf $RPM_BUILD_ROOT
55 %doc README-SDL.txt COPYING CREDITS BUGS
56 %{prefix}/lib/lib*.so.*
60 %doc README README-SDL.txt COPYING CREDITS BUGS WhatsNew docs.html
61 %doc docs/index.html docs/html
62 %{prefix}/bin/*-config
66 %{prefix}/include/SDL/
68 %{prefix}/share/aclocal/*
71 * Wed Jan 19 2000 Sam Lantinga <slouken@libsdl.org>
72 - Re-integrated spec file into SDL distribution
73 - 'name' and 'version' come from configure
74 - Some of the documentation is devel specific
75 - Removed SMP support from %build - it doesn't work with libtool anyway
77 * Tue Jan 18 2000 Hakan Tandogan <hakan@iconsult.com>
78 - Hacked Mandrake sdl spec to build 1.1
80 * Sun Dec 19 1999 John Buswell <johnb@mandrakesoft.com>
83 * Sat Dec 18 1999 John Buswell <johnb@mandrakesoft.com>
84 - Add symlink for libSDL-1.0.so.0 required by sdlbomber
87 * Thu Dec 09 1999 Lenny Cartier <lenny@mandrakesoft.com>
90 * Mon Nov 1 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>
91 - First spec file for Mandrake distribution.