From c4094cdfd1e3e85a67df1bfd02823fb0704a1f51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 20 Oct 2001 16:09:02 +0000 Subject: [PATCH] - hack to fix automake problems with asm files; release 6 Changed files: SDL.spec -> 1.68 --- SDL.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/SDL.spec b/SDL.spec index 8618aae..f8a3cd2 100644 --- a/SDL.spec +++ b/SDL.spec @@ -17,7 +17,7 @@ Summary(pl): SDL (Simple DirectMedia Layer) - Biblioteka do gier/multimedi Summary(pt_BR): Simple DirectMedia Layer Name: SDL Version: 1.2.2 -Release: 5 +Release: 6 License: LGPL Group: X11/Libraries Group(de): X11/Libraries @@ -41,6 +41,7 @@ BuildRequires: gtk+-devel >= 1.2.1 BuildRequires: XFree86-devel >= 4.0.2 BuildRequires: OpenGL-devel BuildRequires: perl-modules +BuildRequires: nasm %ifnarch sparc sparc64 %{!?_without_alsa:BuildRequires: alsa-lib-devel} %endif @@ -132,9 +133,14 @@ Biblioteca est %patch3 -p1 %build +rm missing +libtoolize --copy --force aclocal autoconf -automake -a -c +# Another hack +cp src/hermes/Makefile.in Makefile.in.ok +automake -a -c --foreign +cp Makefile.in.ok src/hermes/Makefile.in %configure \ %ifnarch sparc sparc64 %{!?_without_alsa:--enable-alsa} \ -- 2.44.0