auto-import libxml2-2.6.5-1 from libxml2-2.6.5-1.src.rpm
This commit is contained in:
parent
e5ba0fbac5
commit
dcd8572e3a
@ -1 +1 @@
|
||||
libxml2-2.5.11.tar.gz
|
||||
libxml2-2.6.5.tar.gz
|
||||
|
24
libxml2.spec
24
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 <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
|
||||
|
Loading…
Reference in New Issue
Block a user