Url: http://xmlsoft.org/
Group: System/Libraries
Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
+Source1001: packaging/libxml2.manifest
BuildRequires: python-devel
BuildRequires: python
BuildRequires: python-xml
%setup -q
%build
+cp %{SOURCE1001} .
autoreconf
%configure
make
%postun -p /sbin/ldconfig
%files
+%manifest libxml2.manifest
%{_libdir}/lib*.so.*
%{_bindir}/xmllint
%{_bindir}/xmlcatalog
%files devel
+%manifest libxml2.manifest
%{_libdir}/lib*.so
#needed to build python
%{_libdir}/*.sh
%{_libdir}/pkgconfig/libxml-2.0.pc
%files python
+%manifest libxml2.manifest
%{python_sitelib}/drv_libxml2*
%{python_sitelib}/libxml2*