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
|
Summary: Library providing XML and HTML support
|
||||||
Name: libxml2
|
Name: libxml2
|
||||||
Version: 2.5.11
|
Version: 2.6.5
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -60,25 +60,14 @@ at parse time or later once the document has been modified.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch ppc64
|
|
||||||
%configure --without-threads
|
|
||||||
%else
|
|
||||||
%configure
|
%configure
|
||||||
%endif
|
make
|
||||||
|
(cd doc/examples ; make clean)
|
||||||
#
|
|
||||||
# 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
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -fr %{buildroot}
|
rm -fr %{buildroot}
|
||||||
|
|
||||||
export tagname=CC
|
%makeinstall
|
||||||
%makeinstall LIBTOOL=/usr/bin/libtool
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -fr %{buildroot}
|
rm -fr %{buildroot}
|
||||||
@ -108,6 +97,7 @@ rm -fr %{buildroot}
|
|||||||
%doc AUTHORS ChangeLog NEWS README Copyright TODO
|
%doc AUTHORS ChangeLog NEWS README Copyright TODO
|
||||||
%doc doc/*.html doc/html doc/*.gif doc/*.png
|
%doc doc/*.html doc/html doc/*.gif doc/*.png
|
||||||
%doc doc/tutorial doc/libxml2-api.xml
|
%doc doc/tutorial doc/libxml2-api.xml
|
||||||
|
%doc doc/examples
|
||||||
|
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/*a
|
%{_libdir}/*a
|
||||||
@ -130,8 +120,8 @@ rm -fr %{buildroot}
|
|||||||
%doc doc/python.html
|
%doc doc/python.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Sep 9 2003 Daniel Veillard <veillard@redhat.com>
|
* Sun Jan 25 2004 Daniel Veillard <veillard@redhat.com>
|
||||||
- upstream release 2.5.11 see http://xmlsoft.org/news.html
|
- upstream release 2.6.5 see http://xmlsoft.org/news.html
|
||||||
|
|
||||||
* Thu Jan 2 2003 Daniel Veillard <veillard@redhat.com>
|
* Thu Jan 2 2003 Daniel Veillard <veillard@redhat.com>
|
||||||
- integrated drv_libxml2 xml.sax driver from Stéphane Bidoul
|
- integrated drv_libxml2 xml.sax driver from Stéphane Bidoul
|
||||||
|
Loading…
Reference in New Issue
Block a user