Author: qboosh Date: Wed Oct 4 20:39:44 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - call automake too
---- Files affected: SPECS: OpenAL.spec (1.48 -> 1.49) ---- Diffs: ================================================================ Index: SPECS/OpenAL.spec diff -u SPECS/OpenAL.spec:1.48 SPECS/OpenAL.spec:1.49 --- SPECS/OpenAL.spec:1.48 Mon Sep 25 21:58:46 2006 +++ SPECS/OpenAL.spec Wed Oct 4 22:39:39 2006 @@ -23,17 +23,17 @@ Source0: http://www.openal.org/openal_webstf/downloads/openal-%{version}.tar.gz # Source0-md5: 641cf53761f35ee979f3e888614797a0 URL: http://www.openal.org/ -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool BuildRequires: SDL-devel %{?with_alsa:BuildRequires: alsa-lib-devel} %{?with_arts:BuildRequires: artsc-devel} +BuildRequires: autoconf >= 2.56 +BuildRequires: automake %{?with_esd:BuildRequires: esound-devel} %if %{with mmx} # MMX code triggers ICE in gcc 3.3.x BuildRequires: gcc >= 5:3.4.0 %endif +BuildRequires: libtool BuildRequires: libvorbis-devel %ifarch %{ix86} %{?with_mmx:BuildRequires: nasm} @@ -94,11 +94,11 @@ %setup -q -n openal-%{version} %build -cp -f /usr/share/automake/config.sub . %{__libtoolize} %{__aclocal} -I admin/autotools/m4 %{__autoconf} %{__autoheader} +%{__automake} %configure \ --%{?with_alsa:en}%{!?with_alsa:dis}able-alsa{,-dlopen} \ --%{?with_arts:en}%{!?with_arts:dis}able-arts{,-dlopen} \ @@ -153,6 +153,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.49 2006/10/04 20:39:39 qboosh +- call automake too + Revision 1.48 2006/09/25 19:58:46 tommat - BR autotools ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/OpenAL.spec?r1=1.48&r2=1.49&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
