Fixed the handling of the control FTP connection
Fixed the spec file
Daniel
diff --git a/libxml.spec.in b/libxml.spec.in
index 9882eb4..e348e13 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -7,12 +7,11 @@
 Version: %ver
 Release: 1
 Copyright: LGPL
-Group: X11/Libraries
-Source: ftp://ftp.gnome.org/pub/GNOME/sources/libxml/libxml2-%{ver}.tar.gz
+Group: Development/Libraries
+Source: ftp://xmlsoft.org/libxml2-%{ver}.tar.gz
 BuildRoot: /var/tmp/libxml2-%{PACKAGE_VERSION}-root
 
 URL: http://xmlsoft.org/
-Prereq: /sbin/install-info
 Docdir: %{prefix}/doc
 
 %description
@@ -20,8 +19,8 @@
 
 %package devel
 Summary: Libraries, includes, etc to develop libxml applications
-Group: X11/libraries
-Requires: libxml2=%ver
+Group: Development/Libraries
+Requires: libxml2 = %{version}
 
 %description devel
 Libraries, include files, etc you can use to develop libxml applications.