Upstream release of 2.6.22, daniel
This commit is contained in:
parent
911137c196
commit
09eac99c39
@ -7,3 +7,4 @@ 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
|
libxml2-2.6.21.tar.gz
|
||||||
|
libxml2-2.6.22.tar.gz
|
||||||
|
17
libxml2.spec
17
libxml2.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Library providing XML and HTML support
|
Summary: Library providing XML and HTML support
|
||||||
Name: libxml2
|
Name: libxml2
|
||||||
Version: 2.6.21
|
Version: 2.6.22
|
||||||
Release: 2
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
|
Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
|
||||||
@ -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}
|
||||||
@ -132,6 +131,10 @@ rm -fr %{buildroot}
|
|||||||
%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.gz
|
%doc doc/tutorial doc/libxml2-api.xml.gz
|
||||||
%doc doc/examples
|
%doc doc/examples
|
||||||
|
%doc %{_datadir}/gtk-doc/html/libxml2/*.devhelp
|
||||||
|
%doc %{_datadir}/gtk-doc/html/libxml2/*.html
|
||||||
|
%doc %{_datadir}/gtk-doc/html/libxml2/*.png
|
||||||
|
%doc %{_datadir}/gtk-doc/html/libxml2/*.css
|
||||||
|
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/*a
|
%{_libdir}/*a
|
||||||
@ -149,13 +152,13 @@ rm -fr %{buildroot}
|
|||||||
%{_libdir}/python*/site-packages/libxml2mod*
|
%{_libdir}/python*/site-packages/libxml2mod*
|
||||||
%doc python/TODO
|
%doc python/TODO
|
||||||
%doc python/libxml2class.txt
|
%doc python/libxml2class.txt
|
||||||
%doc python/tests/*.py*
|
%doc python/tests/*.py
|
||||||
%doc doc/*.py
|
%doc doc/*.py
|
||||||
%doc doc/python.html
|
%doc doc/python.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Sep 4 2005 Daniel Veillard <veillard@redhat.com>
|
* Mon Sep 12 2005 Daniel Veillard <veillard@redhat.com>
|
||||||
- upstream release 2.6.21 see http://xmlsoft.org/news.html
|
- upstream release 2.6.22 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