summaryrefslogtreecommitdiff
path: root/libxml2.spec
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2005-09-13 09:58:33 +0000
committerMike Hommey <glandium@debian.org>2005-09-13 09:58:33 +0000
commit17049f05f9ef09b3dc2a9c5d1de3f21de7c03193 (patch)
tree6137fecd6676ee0e15a04261fe54bbf2924c35fa /libxml2.spec
parenta464d9993e2acd5b8e1089b218ba74c6fcf215c5 (diff)
downloadlibxml2-17049f05f9ef09b3dc2a9c5d1de3f21de7c03193.tar.gz
Load /tmp/tmp.2Zlqcz/libxml2-2.6.22 intoupstream/2.6.22
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'libxml2.spec')
-rw-r--r--libxml2.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/libxml2.spec b/libxml2.spec
index f5648f8..f3256d6 100644
--- a/libxml2.spec
+++ b/libxml2.spec
@@ -1,6 +1,6 @@
Summary: Library providing XML and HTML support
Name: libxml2
-Version: 2.6.21
+Version: 2.6.22
Release: 1
License: MIT
Group: Development/Libraries
@@ -131,6 +131,10 @@ rm -fr %{buildroot}
%doc doc/*.html doc/html doc/*.gif doc/*.png
%doc doc/tutorial doc/libxml2-api.xml.gz
%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}/*a
@@ -143,8 +147,8 @@ rm -fr %{buildroot}
%defattr(-, root, root)
%doc AUTHORS ChangeLog.gz NEWS README Copyright
-%{_libdir}/python*/site-packages/libxml2.py
-%{_libdir}/python*/site-packages/drv_libxml2.py
+%{_libdir}/python*/site-packages/libxml2.py*
+%{_libdir}/python*/site-packages/drv_libxml2.py*
%{_libdir}/python*/site-packages/libxml2mod*
%doc python/TODO
%doc python/libxml2class.txt
@@ -153,8 +157,8 @@ rm -fr %{buildroot}
%doc doc/python.html
%changelog
-* Sun Sep 4 2005 Daniel Veillard <veillard@redhat.com>
-- upstream release 2.6.21 see http://xmlsoft.org/news.html
+* Mon Sep 12 2005 Daniel Veillard <veillard@redhat.com>
+- upstream release 2.6.22 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