From 81dc71cba0a97b36d4bf9e2332bc973055453c9f Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 2 Feb 2005 21:23:57 +0000 Subject: [PATCH] - fix libxml/libxml2 misdep, per https://www.redhat.com/archives/fedora-test-list/2005-January/msg00629. html --- gnome-doc-utils.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 73d182d..f4ff505 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,15 +1,17 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils Version: 0.1.2 -Release: 1 +Release: 2 License: LGPL Group: Development/Tools -URL: http://www.gnome.org +URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.bz2 Patch0: gnome-doc-utils-0.1.2-reloc.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: libxml >= 2.6.12 +BuildPrereq: libxml2-devel >= 2.6.12 +BuildPrereq: libxslt-devel >= 1.1.8 +Requires: libxml2 >= 2.6.12 Requires: libxslt >= 1.1.8 @@ -51,8 +53,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml2po %{_datadir}/gnome-doc-utils - %changelog +* Wed Feb 2 2005 Nalin Dahyabhai - 0.1.2-2 +- remove explicit libxml dependency (should have been libxml2) +- add libxml2-devel and libxslt-devel as buildprereqs + * Fri Jan 28 2005 Matthias Clasen - 0.1.2-1 - Initial build. -