diff --git a/.cvsignore b/.cvsignore index 5bf621a..2e312e3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libxml2-2.5.11.tar.gz +libxml2-2.6.5.tar.gz diff --git a/libxml2.spec b/libxml2.spec index e8bd5f9..878b922 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,6 +1,6 @@ Summary: Library providing XML and HTML support Name: libxml2 -Version: 2.5.11 +Version: 2.6.5 Release: 1 License: MIT Group: Development/Libraries @@ -60,25 +60,14 @@ at parse time or later once the document has been modified. %setup -q %build -%ifarch ppc64 -%configure --without-threads -%else %configure -%endif - -# -# Note: it seems that this may break on older version of Red Hat, -# and that replacing the following line with just "make" can -# fix the problem -# -export tagname=CC -make LIBTOOL=/usr/bin/libtool +make +(cd doc/examples ; make clean) %install rm -fr %{buildroot} -export tagname=CC -%makeinstall LIBTOOL=/usr/bin/libtool +%makeinstall %clean rm -fr %{buildroot} @@ -108,6 +97,7 @@ rm -fr %{buildroot} %doc AUTHORS ChangeLog NEWS README Copyright TODO %doc doc/*.html doc/html doc/*.gif doc/*.png %doc doc/tutorial doc/libxml2-api.xml +%doc doc/examples %{_libdir}/lib*.so %{_libdir}/*a @@ -130,8 +120,8 @@ rm -fr %{buildroot} %doc doc/python.html %changelog -* Tue Sep 9 2003 Daniel Veillard -- upstream release 2.5.11 see http://xmlsoft.org/news.html +* Sun Jan 25 2004 Daniel Veillard +- upstream release 2.6.5 see http://xmlsoft.org/news.html * Thu Jan 2 2003 Daniel Veillard - integrated drv_libxml2 xml.sax driver from St�phane Bidoul diff --git a/sources b/sources index 10240c9..8ee8fa9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -560bcab5812d3d544a58368574c9f17b libxml2-2.5.11.tar.gz +0ac5dd9902c9bf20f7bc50de1034d49f libxml2-2.6.5.tar.gz