]> git.pld-linux.org Git - packages/SDL.git/commitdiff
- release 4, SDL-1_2_1-4
authorkloczek <kloczek@pld-linux.org>
Wed, 11 Jul 2001 12:57:11 +0000 (12:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- merge fixlib rawhide patch (output same libraries for sdl-config
  whether --libs or --static-libs selected. Fixes compilation of most
  SDL programs),
- make spec ac 2.50 ready (added regenerate ac/am files on top %build).

Changed files:
    SDL.spec -> 1.59

SDL.spec

index a289ad04a310a17b22595f68013399dd631a2585..bcda903c2ebf9c018f4fad066975811e0367f3bc 100644 (file)
--- a/SDL.spec
+++ b/SDL.spec
@@ -15,7 +15,7 @@ Summary:      SDL (Simple DirectMedia Layer) - Game/Multimedia Library
 Summary(pl):   SDL (Simple DirectMedia Layer) - Biblioteka do gier/multimediĆ³w
 Name:          SDL
 Version:       1.2.1
-Release:       2
+Release:       4
 License:       LGPL
 Group:         X11/Libraries
 Group(de):     X11/Libraries
@@ -23,7 +23,10 @@ Group(es):   X11/Bibliotecas
 Group(pl):     X11/Biblioteki
 Source0:       http://www.libsdl.org/release/%{name}-%{version}.tar.gz
 Patch0:                %{name}-byteorder.patch
+Patch1:                %{name}-fixlibs.patch
 URL:           http://www.libsdl.org/
+BuildRequires: autoconf
+BuildRequires: automake
 %{!?_without_esound:BuildRequires:     esound-devel}
 %{!?_without_arts:BuildRequires:       arts-devel}
 BuildRequires: gtk+-devel >= 1.2.1
@@ -87,8 +90,12 @@ SDL - biblioteki statyczne.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
+aclocal
+autoconf
+automake -a -c
 %configure \
 %ifnarch sparc sparc64
        %{!?_without_alsa:--enable-alsa} \
This page took 0.035835 seconds and 4 git commands to generate.