From 0529edbf530f4c433fbf7df5c81198c0f9dc5e46 Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Wed, 26 Jun 2024 15:33:52 +0800 Subject: [PATCH] remove doc from libxml2 to libxml2-devel --- libxml2.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/libxml2.spec b/libxml2.spec index 1c3aaf3..d67a302 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,7 +1,7 @@ Summary: Library providing XML and HTML support Name: libxml2 Version: 2.9.14 -Release: 13 +Release: 14 License: MIT Group: Development/Libraries Source: https://download.gnome.org/sources/%{name}/2.9/%{name}-%{version}.tar.xz @@ -330,7 +330,7 @@ rm -fr %{buildroot} %files %defattr(-, root, root) -%doc %{_datadir}/doc/libxml2 +%doc NEWS README.md Copyright TODO %{_libdir}/lib*.so.* %{_bindir}/xmllint @@ -343,6 +343,8 @@ 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}/doc/libxml2/examples +%doc %{_datadir}/doc/libxml2/html %doc %dir %{_datadir}/gtk-doc/html/libxml2 %doc %{_datadir}/gtk-doc/html/libxml2/*.devhelp2 %doc %{_datadir}/gtk-doc/html/libxml2/*.html @@ -379,6 +381,12 @@ rm -fr %{buildroot} %changelog +* Wed Jun 26 2024 zhuofeng - 2.9.14-14 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:remove doc from libxml2 to libxml2-devel + * Sat May 18 2024 zhuofeng - 2.9.14-13 - Type:bugfix - CVE:NA -- Gitee