diff --git a/libxml2.spec b/libxml2.spec index 976c767..628ce11 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f 1-2) Name: libxml2 -Version: 2.10.2 +Version: 2.10.3 Release: 1mamba Summary: Library providing XML and HTML support Group: System/Libraries @@ -152,8 +152,8 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist %defattr(-,root,root) %{_bindir}/xml2-config %{_datadir}/aclocal/libxml.m4 -%{_includedir}/* -%{_libdir}/libxml2.la +%dir %{_includedir}/libxml2 +%{_includedir}/libxml2/* %{_libdir}/libxml2.so %dir %{_libdir}/cmake/libxml2 %{_libdir}/cmake/libxml2/libxml2-config.cmake @@ -193,6 +193,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist %endif %changelog +* Sun Oct 16 2022 Automatic Build System 2.10.3-1mamba +- automatic version update by autodist + * Tue Aug 30 2022 Automatic Build System 2.10.2-1mamba - automatic version update by autodist