From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Wed, 10 Sep 2008 17:56:03 +0000 (+0100) Subject: Run the correct glib-mkenums. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=e2bd35599fbe3ef27ded17e1366866e1ac61ce9f;p=fedora-mingw.git Run the correct glib-mkenums. --- diff --git a/pango/mingw-pango.spec b/pango/mingw-pango.spec index dca3f3f..8aeab6a 100644 --- a/pango/mingw-pango.spec +++ b/pango/mingw-pango.spec @@ -2,7 +2,7 @@ Name: mingw-pango Version: 1.21.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows Pango library License: LGPLv2+ @@ -30,6 +30,9 @@ MinGW Windows Pango library. %setup -q -n pango-%{version} %build +# Need to run the correct version of glib-mkenums. +PATH=%{_mingw_bindir}:$PATH + %{_mingw_configure} make @@ -74,5 +77,8 @@ rm -rf $RPM_BUILD_ROOT %{_mingw_mandir}/man1/pango-querymodules.1* %changelog +* Wed Sep 10 2008 Richard W.M. Jones - 1.21.6-2 +- Run the correct glib-mkenums. + * Tue Sep 9 2008 Daniel P. Berrange - 1.21.6-1 - Initial RPM release