auto-import libxml2-2.6.5-1 from libxml2-2.6.5-1.src.rpm

This commit is contained in:
cvsdist 2004-09-09 07:58:51 +00:00
parent e5ba0fbac5
commit dcd8572e3a
3 changed files with 9 additions and 19 deletions

View File

@ -1 +1 @@
libxml2-2.5.11.tar.gz
libxml2-2.6.5.tar.gz

View File

@ -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 <veillard@redhat.com>
- upstream release 2.5.11 see http://xmlsoft.org/news.html
* Sun Jan 25 2004 Daniel Veillard <veillard@redhat.com>
- upstream release 2.6.5 see http://xmlsoft.org/news.html
* Thu Jan 2 2003 Daniel Veillard <veillard@redhat.com>
- integrated drv_libxml2 xml.sax driver from Stéphane Bidoul

View File

@ -1 +1 @@
560bcab5812d3d544a58368574c9f17b libxml2-2.5.11.tar.gz
0ac5dd9902c9bf20f7bc50de1034d49f libxml2-2.6.5.tar.gz