Name: mingw-fontconfig
Version: 2.6.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: MinGW Windows Fontconfig library
License: MIT
BuildRequires: mingw-binutils
BuildRequires: mingw-freetype
BuildRequires: mingw-libxml2
+BuildRequires: pkgconfig
%description
MinGW Windows Fontconfig library.
%setup -q -n fontconfig-%{version}
%build
+PATH="%{_mingw_bindir}:$PATH" \
%{_mingw_configure} --with-arch=i686
make
%{_mingw_datadir}/doc/fontconfig
%changelog
+* Thu Sep 11 2008 Daniel P. Berrange <berrange@redhat.com> - 2.6.0-3
+- Add mingw_bindir to $PATH for freetype-config script
+
* Wed Sep 10 2008 Richard W.M. Jones <rjones@redhat.com> - 2.6.0-2
- Remove static library.
- +BR mingw-libxml2.