From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Thu, 20 Nov 2008 10:16:43 +0000 (+0000) Subject: - Rerun autoconf because the standard configure doesn't know --bindir. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=2001714e9bc82a351d0c9e57ef41ea39fd1a5183;p=fedora-mingw.git - Rerun autoconf because the standard configure doesn't know --bindir. - Set exec_prefix during make install step. --- diff --git a/termcap/mingw32-termcap.spec b/termcap/mingw32-termcap.spec index cacd74c..340d25a 100644 --- a/termcap/mingw32-termcap.spec +++ b/termcap/mingw32-termcap.spec @@ -13,7 +13,7 @@ Name: mingw32-termcap Version: 1.3.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: MinGW terminal feature database License: GPLv2+ @@ -28,6 +28,8 @@ BuildRequires: mingw32-filesystem >= 28 BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils +BuildRequires: autoconf + %description This is the GNU termcap library -- a library of C functions that @@ -43,6 +45,9 @@ cross-compiled version. %prep %setup -q -n termcap-%{version} +# Packaged script doesn't understand --bindir, so rebuild: +autoconf + %build %{_mingw32_configure} @@ -60,6 +65,7 @@ rm -rf $RPM_BUILD_ROOT make install \ prefix=$RPM_BUILD_ROOT%{_mingw32_prefix} \ + exec_prefix=$RPM_BUILD_ROOT%{_mingw32_prefix} \ oldincludedir= # Move the shared library to the correct locations. @@ -90,6 +96,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Nov 19 2008 Richard W.M. Jones - 1.3.1-4 +- Rerun autoconf because the standard configure doesn't know --bindir. +- Set exec_prefix during make install step. + * Fri Oct 31 2008 Richard W.M. Jones - 1.3.1-3 - Fix so it builds a working DLL.