Sun, 19 Oct 2008 01:30:32 +0000
Use the system libtool to build RPMs, hopefully this fixes any issues using
a debian generated tarball
| pidgin.spec.in | file | annotate | diff | comparison | revisions |
--- 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