1 Summary: Simple DirectMedia Layer
5 Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
6 URL: http://www.libsdl.org/
8 Group: System Environment/Libraries
9 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
12 Provides: libSDL-1.1.so.0
16 This is the Simple DirectMedia Layer, a generic API that provides low
17 level access to audio, keyboard, mouse, and display framebuffer across
21 Summary: Libraries, includes and more to develop SDL applications.
22 Group: Development/Libraries
23 Requires: %{name} = %{version}
26 This is the Simple DirectMedia Layer, a generic API that provides low
27 level access to audio, keyboard, mouse, and display framebuffer across
30 This is the libraries, include files and other resources you can use
31 to develop SDL applications.
39 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
41 %configure --disable-debug --enable-dlopen
46 rm -rf $RPM_BUILD_ROOT
48 make install prefix=$RPM_BUILD_ROOT/%{prefix}
49 ln -s libSDL-1.2.so.0 $RPM_BUILD_ROOT/%{prefix}/lib/libSDL-1.1.so.0
55 rm -rf $RPM_BUILD_ROOT
58 %define __defattr %defattr(-,root,root)
61 %define __defattr %defattr(-,root,wheel)
67 %doc README-SDL.txt COPYING CREDITS BUGS
69 %{_libdir}/lib*.%{__soext}.*
71 %{_libdir}/lib*.*.%{__soext}
76 %doc README README-SDL.txt COPYING CREDITS BUGS WhatsNew docs.html
77 %doc docs/index.html docs/html
81 %{_libdir}/lib*.%{__soext}
82 %dir %{_includedir}/SDL
83 %{_includedir}/SDL/*.h
88 * Mon Jan 03 2004 Anders Bjorklund <afb@algonet.se>
89 - Added support for Darwin, updated spec file
91 * Wed Jan 19 2000 Sam Lantinga <slouken@libsdl.org>
92 - Re-integrated spec file into SDL distribution
93 - 'name' and 'version' come from configure
94 - Some of the documentation is devel specific
95 - Removed SMP support from %build - it doesn't work with libtool anyway
97 * Tue Jan 18 2000 Hakan Tandogan <hakan@iconsult.com>
98 - Hacked Mandrake sdl spec to build 1.1
100 * Sun Dec 19 1999 John Buswell <johnb@mandrakesoft.com>
103 * Sat Dec 18 1999 John Buswell <johnb@mandrakesoft.com>
104 - Add symlink for libSDL-1.0.so.0 required by sdlbomber
107 * Thu Dec 09 1999 Lenny Cartier <lenny@mandrakesoft.com>
110 * Mon Nov 1 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>
111 - First spec file for Mandrake distribution.