From e2bd35599fbe3ef27ded17e1366866e1ac61ce9f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Run the correct glib-mkenums. --- pango/mingw-pango.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 1.8.3.1