]> git.pld-linux.org Git - packages/SDL.git/blobdiff - SDL.spec
- release 3,
[packages/SDL.git] / SDL.spec
index 8a33b90e70ec7d82dc79f0d7134a50c67decaa28..5eae49a2c83af918ff1ae3477b6b211f50a90124 100644 (file)
--- a/SDL.spec
+++ b/SDL.spec
@@ -1,14 +1,30 @@
+#
+# Conditional build:
+# bcond_off_alsa - without ALSA support
+# bcond_on_svgalib - with svgalib support
+# bcond_on_aalib - with aalib support
+#
 Summary:       SDL (Simple DirectMedia Layer) - Game/Multimedia Library
 Name:          SDL
-Version:       1.1.2
-Release:       1
+Version:       1.1.7
+Release:       3
 License:       LGPL
 Group:         X11/Libraries
+Group(de):     X11/Libraries
 Group(pl):     X11/Biblioteki
-Source0:       http://www.devolution.com/~slouken/SDL/release/%{name}-%{version}.tar.gz
-URL:           http://www.devolution.com/~slouken/SDL/
+Source0:       http://www.libsdl.org/release/%{name}-%{version}.tar.gz
+Patch0:                SDL-svga.patch
+URL:           http://www.libsdl.org/
 BuildRequires: esound-devel
+BuildRequires: arts-devel
 BuildRequires: gtk+-devel >= 1.2.1
+BuildRequires: XFree86-devel
+BuildRequires: OpenGL-devel
+%ifnarch sparc sparc64
+%{!?bcond_off_alsa:BuildRequires:      alsa-lib-devel}
+%endif
+%{?bcond_on_svgalib:BuildRequires:     svgalib-devel}
+%{?bcond_on_aalib:BuildRequires:       aalib-devel}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -30,44 +46,60 @@ konsolidowane z SDL mo
 
 %package devel
 Summary:       SDL - Header files
+Summary(pl):   SDL - Pliki nag³ówkowe
 Group:         X11/Libraries
+Group(de):     X11/Libraries
 Group(pl):     X11/Biblioteki
 Requires:      %{name} = %{version}
 
 %description devel
 SDL - Header files.
 
+%description -l pl devel
+SDL - Pliki nag³ówkowe.
+
 %package static
 Summary:       SDL - static libraries
+Summary(pl):   SDL - biblioteki statyczne
 Group:         X11/Libraries
+Group(de):     X11/Libraries
 Group(pl):     X11/Biblioteki
 Requires:      %{name} = %{version}
 
 %description static
 SDL - static libraries.
 
+%description -l pl static
+SDL - biblioteki statyczne.
+
 %prep
 %setup -q
+%patch -p1
+
 %build
-LDFLAGS="-s"; export LDFLAGS
 %configure \
+%ifnarch sparc sparc64
+       %{!?bcond_off_alsa:--enable-alsa} \
+%endif
        --enable-nasm \
        --enable-pthreads \
        --with-x \
        --enable-video-x11-dga \
        --enable-video-x11-mtrr \
+       --enable-video-x11-dgamouse \
        --enable-esd \
-       --disable-video-svga
+       --enable-arts \
+       --disable-alsa \
+       %{?bcond_on_svga:--enable-video-svga} \
+       %{?bcond_on_aalib:--enable-video-aalib}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install \
+%{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        m4datadir=%{_aclocaldir}
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
-
 gzip -9nf BUGS README WhatsNew
 
 %post   -p /sbin/ldconfig
@@ -89,6 +121,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libSDLmain.a
 %{_includedir}/SDL
 %{_aclocaldir}/*
+%{_mandir}/man3/*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.054488 seconds and 4 git commands to generate.