automatic version update by autodist [release 2.10.0-1mamba;Mon Aug 22 2022]
This commit is contained in:
parent
742d93206d
commit
cec8bba90c
20
libxml2.spec
20
libxml2.spec
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f 1-2)
|
||||
Name: libxml2
|
||||
Version: 2.9.14
|
||||
Version: 2.10.0
|
||||
Release: 1mamba
|
||||
Summary: Library providing XML and HTML support
|
||||
Group: System/Libraries
|
||||
@ -98,6 +98,7 @@ cp -a python python27
|
||||
--with-legacy \
|
||||
%if "%{stage1}" != "1"
|
||||
--with-python=%{__python3} \
|
||||
PYTHON=%{__python3}
|
||||
%else
|
||||
--without-python \
|
||||
--disable-gtk-doc
|
||||
@ -145,7 +146,7 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%dir %{_sysconfdir}/sgml
|
||||
%dir %{_sysconfdir}/xml
|
||||
%{_libdir}/libxml2.so.*
|
||||
%doc COPYING Copyright
|
||||
%doc Copyright
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -156,17 +157,15 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%{_libdir}/libxml2.so
|
||||
%dir %{_libdir}/cmake/libxml2
|
||||
%{_libdir}/cmake/libxml2/libxml2-config.cmake
|
||||
%dir %{_libdir}/cmake/libxml2
|
||||
%{_libdir}/cmake/libxml2/libxml2-config.cmake
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_mandir}/man1/xml2-config.*
|
||||
%{_mandir}/man3/*
|
||||
#%{_mandir}/man3/*
|
||||
|
||||
%files utils
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/xmlcatalog
|
||||
%{_bindir}/xmllint
|
||||
%{_libdir}/xml2Conf.sh
|
||||
#%{_libdir}/xml2Conf.sh
|
||||
%{_mandir}/man1/xmlcatalog.*
|
||||
%{_mandir}/man1/xmllint.*
|
||||
|
||||
@ -174,7 +173,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%files -n python-libxml2-py3
|
||||
%defattr(-,root,root)
|
||||
%{python3_sitearch}/libxml2*
|
||||
%{python3_sitearch}/drv_libxml2.py
|
||||
%{python3_sitelib}/__pycache__/*.pyc
|
||||
%{python3_sitelib}/drv_libxml2.py
|
||||
%{python3_sitelib}/libxml2.py
|
||||
|
||||
%files -n python-libxml2-py27
|
||||
%defattr(-,root,root)
|
||||
@ -188,10 +189,13 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
%dir %{_datadir}/doc/libxml2/
|
||||
%{_datadir}/doc/libxml2/*
|
||||
%if "%{stage1}" != "1"
|
||||
%{_datadir}/doc/libxml2-python-%{version}/
|
||||
#%{_datadir}/doc/libxml2-python-%{version}/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Aug 22 2022 Automatic Build System <autodist@mambasoft.it> 2.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 03 2022 Automatic Build System <autodist@mambasoft.it> 2.9.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user