From 874a2c71787354674f85fc0804feeebfa09d2324247244e87c75c3537c781e12 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 26 Feb 2012 15:05:56 +0000 Subject: [PATCH] Accepting request 107006 from home:vuntz:branches:GNOME:Factory Fix build after libxml2 change OBS-URL: https://build.opensuse.org/request/show/107006 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/shared-mime-info?expand=0&rev=31 --- shared-mime-info.changes | 6 ++++++ shared-mime-info.spec | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/shared-mime-info.changes b/shared-mime-info.changes index 1284a5c..3b99413 100644 --- a/shared-mime-info.changes +++ b/shared-mime-info.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 26 13:57:54 UTC 2012 - vuntz@opensuse.org + +- Add libxml2-tools BuildRequires for xmllint, now that tools got + split from libxml2 package. + ------------------------------------------------------------------- Tue Jan 17 18:02:01 UTC 2012 - vuntz@opensuse.org diff --git a/shared-mime-info.spec b/shared-mime-info.spec index e9154b4..8423ba3 100644 --- a/shared-mime-info.spec +++ b/shared-mime-info.spec @@ -29,11 +29,15 @@ Source2: macros.shared-mime-info BuildRequires: glib2-devel BuildRequires: intltool BuildRequires: libxml2-devel +# needed for xmllint +BuildRequires: libxml2-tools BuildRequires: translation-update-upstream # Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 BuildRequires: xz # needed by mime-info-to-mime: -Requires: /bin/rm /bin/mkdir /usr/bin/fgrep +Requires: /bin/mkdir +Requires: /bin/rm +Requires: /usr/bin/fgrep # libgio-2_0-0 Requires: shared-mime-info, but this can't exist yet. We explicitly ignore this dependency here. #!BuildIgnore: shared-mime-info # needed by update-mime-database