diff options
Diffstat (limited to 'libxml2.spec')
-rw-r--r-- | libxml2.spec | 14 |
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 |