From 4663f8fea11346ac3b93fd2292965f6dbd8d1be2 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Fri, 16 Mar 2007 14:01:53 +0000 Subject: [PATCH] Move autoheader after aclocal, fixes 232592 --- linphone.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/linphone.spec b/linphone.spec index aca463f..dbff87c 100644 --- a/linphone.spec +++ b/linphone.spec @@ -1,6 +1,6 @@ Name: linphone Version: 1.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Phone anywhere in the whole world by using the Internet Group: Applications/Communications @@ -69,16 +69,16 @@ rm -r oRTP %build libtoolize --copy --force -autoheader aclocal -I m4 +autoheader automake --force-missing --add-missing --copy autoconf rm -rf config.cache pushd mediastreamer2 libtoolize --copy --force -autoheader aclocal +autoheader automake --force-missing --add-missing --copy autoconf popd @@ -136,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/* %changelog +* Fri Mar 16 2007 Jeffrey C. Ollie - 1.6.0-3 +- Move autoheader after aclocal, fixes 232592 + * Mon Jan 29 2007 Jeffrey C. Ollie - 1.6.0-2 - Fix buildrequires