]> git.pld-linux.org Git - packages/amrnb.git/commitdiff
- refresh ac/am/lt (needed for amd64)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 16 May 2006 08:19:35 +0000 (08:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amrnb.spec -> 1.3

amrnb.spec

index 8642c3deaae19718e0830c346ff459833510981b..1e383110106674797d1e8e750d31980edbad3533 100644 (file)
@@ -13,6 +13,9 @@ Source0:      http://ronald.bitfreak.net/priv/%{name}-%{version}.tar.gz
 # Source0-md5: c4546d2920cf287847a7286b4dea7472
 Patch0:                %{name}-inttypes.patch
 URL:           http://www.3gpp.org/
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                specflags       -fno-strict-aliasing
@@ -52,6 +55,11 @@ Statyczna biblioteka amrnb.
 %patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        %{?with_static_libs:--enable-static}
 
This page took 0.065479 seconds and 4 git commands to generate.