Renamed the library to libxml2 and made the changes needed to have
libxml-devel and libxml2-devel to coexist:
- Makefile.am configure.in libxml.spec.in example/Makefile.am:
  Changed the library name, in order to get libxml-devel and
  libxml2-devel to coexist on a single system
- xml-config.1 xml-config.in xmlConf.sh.in: renamed
- xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
Daniel
diff --git a/libxml.spec.in b/libxml.spec.in
index 02b6cdc..a89db33 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -110,7 +110,7 @@
 
 %doc AUTHORS ChangeLog NEWS README COPYING COPYING.LIB TODO
 %doc /usr/man/man1/xmllint.1*
-%doc /usr/man/man1/xml-config.1*
+%doc /usr/man/man1/xml2-config.1*
 %doc /usr/man/man4/libxml.4*
 %doc doc/*.html doc/html
 
@@ -124,4 +124,4 @@
 %{prefix}/lib/*a
 %{prefix}/lib/*.sh
 %{prefix}/include/*
-%{prefix}/bin/xml-config
+%{prefix}/bin/xml2-config