# HG changeset patch # User Stu Tomlinson # Date 1224379832 0 # Node ID f170b2e059a155d8aaed882102bb5e11acc25c48 # Parent b8fd4f37f9b2e146363a79104e2420d46b75f718 Use the system libtool to build RPMs, hopefully this fixes any issues using a debian generated tarball diff -r b8fd4f37f9b2 -r f170b2e059a1 pidgin.spec.in --- a/pidgin.spec.in Sun Oct 19 01:29:32 2008 +0000 +++ b/pidgin.spec.in Sun Oct 19 01:30:32 2008 +0000 @@ -240,7 +240,7 @@ %{?_without_tcl:--disable-tcl} \ %{?_without_text:--disable-consoleui} -make %{?_smp_mflags} +make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool %install rm -rf %{buildroot} @@ -251,7 +251,7 @@ sysconfdir=%{buildroot}%{_sysconfdir} \ install %else -make DESTDIR=$RPM_BUILD_ROOT install +make DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool install %endif # Delete files that we don't want to put in any of the RPMs