From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Mon, 26 Jan 2009 15:14:18 +0000 (+0000) Subject: Don't need to remove extra pkgconfig file in install section. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=2645991d93e49eae0860907cc4b4faa39a5b9779;p=fedora-mingw.git Don't need to remove extra pkgconfig file in install section. --- diff --git a/cairo/mingw32-cairo.spec b/cairo/mingw32-cairo.spec index de49e1f..bab159b 100644 --- a/cairo/mingw32-cairo.spec +++ b/cairo/mingw32-cairo.spec @@ -61,10 +61,6 @@ make DESTDIR=$RPM_BUILD_ROOT install rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/charset.alias -# If mingw32-freetype was installed, then cairo will incorrectly -# install the following file. Remove it: -rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/pkgconfig/cairo-ft.pc - %clean rm -rf $RPM_BUILD_ROOT @@ -88,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 26 2009 Richard W.M. Jones - 1.8.0-5 +- Don't need to remove extra pkgconfig file in install section. + * Mon Jan 26 2009 Richard W.M. Jones - 1.8.0-4 - Disable freetype in configure so it doesn't break if freetype or fontconfig are actually installed. (Erik van Pienbroek).