From dc202c1b0538667e9da26b5acf6bfa0483693d01 Mon Sep 17 00:00:00 2001 From: kloczek Date: Thu, 16 Aug 2001 14:11:43 +0000 Subject: [PATCH] - release 4: make spec ac 2.5x ready. Changed files: SDL_mixer.spec -> 1.11 --- SDL_mixer.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/SDL_mixer.spec b/SDL_mixer.spec index ec4a012..c6fb98a 100644 --- a/SDL_mixer.spec +++ b/SDL_mixer.spec @@ -2,7 +2,7 @@ Summary: Simple DirectMedia Layer - Sample Mixer Library Summary(pl): Prosta biblioteka miksera Name: SDL_mixer Version: 1.2.0 -Release: 3 +Release: 4 License: LGPL Group: Libraries Group(de): Libraries @@ -12,9 +12,12 @@ Group(pl): Biblioteki Source0: http://www.libsdl.org/projects/SDL_mixer/release/%{name}-%{version}.tar.gz Patch0: %{name}-timidity_cfg.patch URL: http://www.libsdl.org/projects/SDL_mixer/ -BuildRequires: esound-devel BuildRequires: SDL-devel >= 1.2.0 BuildRequires: XFree86-devel +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: esound-devel +BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _prefix /usr/X11R6 @@ -66,6 +69,11 @@ Statyczne biblioteki SDL_mixer. %patch -p1 %build +rm -f missing +libtoolize --copy --force +aclocal +autoconf +automake -a -c %configure %{__make} -- 2.43.0