From: Daniel P. Berrange <"Daniel P. Berrange "> Date: Thu, 11 Sep 2008 14:31:54 +0000 (-0400) Subject: Added lots of missing BuildRequires discovered by mock X-Git-Url: http://git.annexia.org/?p=fedora-mingw.git;a=commitdiff_plain;h=98ffdda59a136fb65c81ebb9fc0b5f045db5acf4 Added lots of missing BuildRequires discovered by mock --- diff --git a/atk/mingw-atk.spec b/atk/mingw-atk.spec index 11d0e16..f60bc35 100644 --- a/atk/mingw-atk.spec +++ b/atk/mingw-atk.spec @@ -6,7 +6,7 @@ Name: mingw-atk Version: 1.23.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows Atk library License: LGPLv2+ @@ -24,6 +24,11 @@ BuildRequires: mingw-binutils BuildRequires: mingw-iconv BuildRequires: mingw-gettext BuildRequires: mingw-glib2 +BuildRequires: pkgconfig +# Need native one too for msgfmt +BuildRequires: gettext +# Need native one too for glib-genmarshal +BuildRequires: glib2-devel %description MinGW Windows Atk library. @@ -61,5 +66,8 @@ rm -rf $RPM_BUILD_ROOT %{_mingw_datadir}/locale/*/LC_MESSAGES/atk10.mo %changelog +* Thu Sep 11 2008 Daniel P. Berrange - 1.23.5-2 +- Added dep on pkgconfig and glib2-devel (native) + * Tue Sep 9 2008 Daniel P. Berrange - 1.23.5-1 - Initial RPM release diff --git a/cairo/mingw-cairo.spec b/cairo/mingw-cairo.spec index 9f885e2..e6a6505 100644 --- a/cairo/mingw-cairo.spec +++ b/cairo/mingw-cairo.spec @@ -6,7 +6,7 @@ Name: mingw-cairo Version: 1.7.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MinGW Windows Cairo library License: LGPLv2 or MPLv1.1 @@ -25,7 +25,7 @@ BuildRequires: mingw-pixman BuildRequires: mingw-freetype BuildRequires: mingw-libpng BuildRequires: mingw-fontconfig - +BuildRequires: pkgconfig %description MinGW Windows Cairo library. @@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Sep 11 2008 Daniel P. Berrange - 1.7.4-3 +- Added dep on pkgconfig + * Wed Sep 10 2008 Richard W.M. Jones - 1.7.4-2 - Remove static libraries. - Fix source URL. diff --git a/glib2/mingw-glib2.spec b/glib2/mingw-glib2.spec index 9e62088..83795e8 100644 --- a/glib2/mingw-glib2.spec +++ b/glib2/mingw-glib2.spec @@ -6,7 +6,7 @@ Name: mingw-glib2 Version: 2.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW Windows GLib2 library License: LGPLv2+ @@ -24,7 +24,11 @@ BuildRequires: mingw-gcc BuildRequires: mingw-binutils BuildRequires: mingw-iconv BuildRequires: mingw-gettext - +BuildRequires: pkgconfig +# Native version required for msgfmt use in build +BuildRequires: gettext +# Native version required for glib-genmarshal +BuildRequires: glib2-devel %description MinGW Windows Glib2 library. @@ -106,5 +110,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Sep 11 2008 Daniel P. Berrange - 2.18.0-2 +- Add BR on pkgconfig, gettext and glib2 (native) + * Tue Sep 9 2008 Daniel P. Berrange - 2.18.0-1 - Initial RPM release diff --git a/gtk2/mingw-gtk2.spec b/gtk2/mingw-gtk2.spec index d27b241..9b2b44c 100644 --- a/gtk2/mingw-gtk2.spec +++ b/gtk2/mingw-gtk2.spec @@ -6,7 +6,7 @@ Name: mingw-gtk2 Version: 2.14.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: MinGW Windows Gtk2 library License: LGPLv2+ @@ -29,6 +29,15 @@ BuildRequires: mingw-libpng BuildRequires: mingw-libjpeg BuildRequires: mingw-pango BuildRequires: mingw-atk +BuildRequires: pkgconfig +# Native one for msgfmt +BuildRequires: gettext +# Native one for glib-genmarsjal +BuildRequires: glib2-devel +# Native one for gtk-update-icon-cache +BuildRequires: gtk2 +# Native one for gdk-pixbuf-csource +BuildRequires: gtk2-devel Requires(post): wine @@ -118,6 +127,9 @@ rm -f %{_mingw_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders %changelog +* Thu Sep 11 2008 Daniel P. Berrange - 2.14.0-4 +- Added dep on pkgconfig, gettext and glib2 (native) + * Thu Sep 11 2008 Richard W.M. Jones - 2.14.0-3 - post/preun scripts to update the gdk-pixbuf.loaders list. diff --git a/libvirt/mingw-libvirt.spec b/libvirt/mingw-libvirt.spec index 34de139..7394c93 100644 --- a/libvirt/mingw-libvirt.spec +++ b/libvirt/mingw-libvirt.spec @@ -6,7 +6,7 @@ Name: mingw-libvirt Version: 0.4.5 -Release: 2%{?dist}%{?extra_release} +Release: 3%{?dist}%{?extra_release} Summary: MinGW Windows libvirt virtualization library License: LGPLv2+ @@ -24,7 +24,9 @@ BuildRequires: mingw-gnutls BuildRequires: mingw-gettext BuildRequires: mingw-libxml2 BuildRequires: mingw-portablexdr - +BuildRequires: pkgconfig +# Need native version for msgfmt +BuildRequires: gettext %description MinGW Windows libvirt virtualization library. @@ -84,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Sep 11 2008 Daniel P. Berrange - 0.4.5-3%{?extra_release} +- Add dep on gettext & pkgconfig + * Wed Sep 10 2008 Richard W.M. Jones - 0.4.5-2 - Remove static lib. diff --git a/pango/mingw-pango.spec b/pango/mingw-pango.spec index 96ad5dd..8e185a3 100644 --- a/pango/mingw-pango.spec +++ b/pango/mingw-pango.spec @@ -6,7 +6,7 @@ Name: mingw-pango Version: 1.21.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: MinGW Windows Pango library License: LGPLv2+ @@ -25,6 +25,8 @@ BuildRequires: mingw-gettext BuildRequires: mingw-cairo BuildRequires: mingw-freetype BuildRequires: mingw-fontconfig +BuildRequires: mingw-glib2 +BuildRequires: pkgconfig Requires(post): wine @@ -38,8 +40,7 @@ MinGW Windows Pango library. %build # Need to run the correct version of glib-mkenums. -PATH=%{_mingw_bindir}:$PATH - +PATH=%{_mingw_bindir}:$PATH \ %{_mingw_configure} make @@ -97,6 +98,9 @@ rm -f %{_mingw_sysconfdir}/pango/pango.modules %changelog +* Thu Sep 11 2008 Daniel P. Berrange - 1.21.6-4 +- Add dep on pkgconfig + * Thu Sep 11 2008 Richard W.M. Jones - 1.21.6-3 - post/preun scripts to update the pango.modules list.