From 890e0586a07f6bb7e4df8956324e744d19f0de05 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Add mingw_bindir to /usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/berrange/bin for fontconfig, and dep on pkgconfig --- fontconfig/mingw-fontconfig.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fontconfig/mingw-fontconfig.spec b/fontconfig/mingw-fontconfig.spec index 02fccb9..350c458 100644 --- a/fontconfig/mingw-fontconfig.spec +++ b/fontconfig/mingw-fontconfig.spec @@ -6,7 +6,7 @@ Name: mingw-fontconfig Version: 2.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MinGW Windows Fontconfig library License: MIT @@ -22,6 +22,7 @@ BuildRequires: mingw-gcc BuildRequires: mingw-binutils BuildRequires: mingw-freetype BuildRequires: mingw-libxml2 +BuildRequires: pkgconfig %description MinGW Windows Fontconfig library. @@ -31,6 +32,7 @@ MinGW Windows Fontconfig library. %setup -q -n fontconfig-%{version} %build +PATH="%{_mingw_bindir}:$PATH" \ %{_mingw_configure} --with-arch=i686 make @@ -71,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_mingw_datadir}/doc/fontconfig %changelog +* Thu Sep 11 2008 Daniel P. Berrange - 2.6.0-3 +- Add mingw_bindir to $PATH for freetype-config script + * Wed Sep 10 2008 Richard W.M. Jones - 2.6.0-2 - Remove static library. - +BR mingw-libxml2. -- 1.8.3.1