Upstream release 2.6.21, Daniel
This commit is contained in:
parent
4fe65ba0d9
commit
3dd227929c
@ -6,3 +6,4 @@ libxml2-2.6.17.tar.gz
|
|||||||
libxml2-2.6.18.tar.gz
|
libxml2-2.6.18.tar.gz
|
||||||
libxml2-2.6.19.tar.gz
|
libxml2-2.6.19.tar.gz
|
||||||
libxml2-2.6.20.tar.gz
|
libxml2-2.6.20.tar.gz
|
||||||
|
libxml2-2.6.21.tar.gz
|
||||||
|
13
libxml2.spec
13
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.6.20
|
Version: 2.6.21
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -100,8 +100,7 @@ rm -fr %{buildroot}
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
(cd doc/examples ; make clean ; rm -rf .deps)
|
(cd doc/examples ; make clean ; rm -rf .deps)
|
||||||
gzip -9 doc/libxml2-api.xml
|
gzip -9 doc/libxml2-api.xml
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la \
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
$RPM_BUILD_ROOT%{_libdir}/python*/site-packages/libxml2mod*a
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -fr %{buildroot}
|
rm -fr %{buildroot}
|
||||||
@ -144,8 +143,8 @@ rm -fr %{buildroot}
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%doc AUTHORS ChangeLog.gz NEWS README Copyright
|
%doc AUTHORS ChangeLog.gz NEWS README Copyright
|
||||||
%{_libdir}/python*/site-packages/libxml2.py*
|
%{_libdir}/python*/site-packages/libxml2.py
|
||||||
%{_libdir}/python*/site-packages/drv_libxml2.py*
|
%{_libdir}/python*/site-packages/drv_libxml2.py
|
||||||
%{_libdir}/python*/site-packages/libxml2mod*
|
%{_libdir}/python*/site-packages/libxml2mod*
|
||||||
%doc python/TODO
|
%doc python/TODO
|
||||||
%doc python/libxml2class.txt
|
%doc python/libxml2class.txt
|
||||||
@ -154,8 +153,8 @@ rm -fr %{buildroot}
|
|||||||
%doc doc/python.html
|
%doc doc/python.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 11 2005 Daniel Veillard <veillard@redhat.com>
|
* Sun Sep 4 2005 Daniel Veillard <veillard@redhat.com>
|
||||||
- upstream release 2.6.20 see http://xmlsoft.org/news.html
|
- upstream release 2.6.21 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