From: PLI <philippe.libat@free.fr>
Date: 01-Mar-2007
Subject: remove unneeded perl-xml BuildPreReq

This BuildPreReq, is not required anymore, cause we force to build without
apidocs ( BUILD_APIDOCS="no" )
The configure seems to build the correct Makefile:
BUILD_APIDOCS= <- empty

This will fix, the cross dependency between :
perl-xml::with_sablotron = yes -> sablotron
sablotron -> perl-xml

--- sablotron.spec.orig	2006-10-13 17:53:34.000000000 +0200
+++ sablotron.spec	2007-03-11 17:58:51.000000000 +0100
@@ -33,7 +33,7 @@
 Group:        XML
 License:      MPL 1.1
 Version:      1.0.3
-Release:      20061013
+Release:      20070311
 
 #   list of sources
 Source0:      http://download-1.gingerall.cz/download/sablot/Sablot-%{version}.tar.gz
@@ -41,7 +41,7 @@
 #   build information
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
-BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc, make, perl, perl-xml
+BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc, make, perl
 PreReq:       OpenPKG, openpkg >= 20040130
 BuildPreReq:  expat
 PreReq:       expat
