]> git.pld-linux.org Git - packages/OpenAL.git/commitdiff
- call automake too
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 4 Oct 2006 20:39:39 +0000 (20:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    OpenAL.spec -> 1.49

OpenAL.spec

index c59a626cfc49a3b449692a6bcfb81be8662ce2ab..5e0e33e7474523fc619f17c6790cfee6ecfa1064 100644 (file)
@@ -22,17 +22,17 @@ Group:              Libraries
 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}
@@ -93,11 +93,11 @@ Biblioteka OpenAL do konsolidacji statycznej.
 %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} \
This page took 0.336478 seconds and 4 git commands to generate.