Name: mingw32-termcap
Version: 1.3.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: MinGW terminal feature database
License: GPLv2+
BuildRequires: mingw32-gcc
BuildRequires: mingw32-binutils
+BuildRequires: autoconf
+
%description
This is the GNU termcap library -- a library of C functions that
%prep
%setup -q -n termcap-%{version}
+# Packaged script doesn't understand --bindir, so rebuild:
+autoconf
+
%build
%{_mingw32_configure}
make install \
prefix=$RPM_BUILD_ROOT%{_mingw32_prefix} \
+ exec_prefix=$RPM_BUILD_ROOT%{_mingw32_prefix} \
oldincludedir=
# Move the shared library to the correct locations.
%changelog
+* Wed Nov 19 2008 Richard W.M. Jones <rjones@redhat.com> - 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 <rjones@redhat.com> - 1.3.1-3
- Fix so it builds a working DLL.