update to 2.9.13 [release 2.9.13-1mamba;Sat Apr 16 2022]
This commit is contained in:
parent
b7bd2da51c
commit
8b92e6344a
22
libxml2.spec
22
libxml2.spec
@ -1,16 +1,14 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
Name: libxml2
|
Name: libxml2
|
||||||
Version: 2.9.12
|
Version: 2.9.13
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Library providing XML and HTML support
|
Summary: Library providing XML and HTML support
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.xmlsoft.org/
|
URL: https://gitlab.gnome.org/GNOME/libxml2
|
||||||
# bugfixes: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
|
Source: https://gitlab.gnome.org/GNOME/libxml2.git/v%{version}/libxml2-%{version}.tar.bz2
|
||||||
Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
|
|
||||||
#Source: https://download.gnome.org/sources/libxml2/%{majver}/libxml2-%{version}.tar.bz2
|
|
||||||
Patch0: %{name}-2.7.8-configure_fix_USE_VERSION_SCRIPT.patch
|
Patch0: %{name}-2.7.8-configure_fix_USE_VERSION_SCRIPT.patch
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -88,6 +86,8 @@ Requires: gtk-doc
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
cp -a python python27
|
cp -a python python27
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -116,8 +116,8 @@ cd ..
|
|||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
%makeinstall PYTHON_SITE_PACKAGES=%{python3_sitearch}
|
%makeinstall PYTHON_SITE_PACKAGES=%{python3_sitearch}
|
||||||
|
|
||||||
install AUTHORS COPYING Copyright NEWS README TODO* \
|
#install AUTHORS COPYING Copyright NEWS README TODO* \
|
||||||
%{buildroot}%{_datadir}/doc/%{name}-%{version}/
|
# %{buildroot}%{_datadir}/doc/%{name}-%{version}/
|
||||||
|
|
||||||
install -d -m 0755 %{buildroot}%{_sysconfdir}/sgml
|
install -d -m 0755 %{buildroot}%{_sysconfdir}/sgml
|
||||||
install -d -m 0755 %{buildroot}%{_sysconfdir}/xml
|
install -d -m 0755 %{buildroot}%{_sysconfdir}/xml
|
||||||
@ -145,13 +145,12 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%dir %{_sysconfdir}/sgml
|
%dir %{_sysconfdir}/sgml
|
||||||
%dir %{_sysconfdir}/xml
|
%dir %{_sysconfdir}/xml
|
||||||
%{_libdir}/libxml2.so.*
|
%{_libdir}/libxml2.so.*
|
||||||
|
%doc COPYING Copyright
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/xml2-config
|
%{_bindir}/xml2-config
|
||||||
%{_datadir}/aclocal/libxml.m4
|
%{_datadir}/aclocal/libxml.m4
|
||||||
%dir %{_datadir}/doc/libxml2-%{version}
|
|
||||||
%{_datadir}/doc/libxml2-%{version}/*
|
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/libxml2.la
|
%{_libdir}/libxml2.la
|
||||||
%{_libdir}/libxml2.so
|
%{_libdir}/libxml2.so
|
||||||
@ -186,11 +185,16 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%files apidocs
|
%files apidocs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/gtk-doc/html/%{name}/
|
%{_datadir}/gtk-doc/html/%{name}/
|
||||||
|
%dir %{_datadir}/doc/libxml2/
|
||||||
|
%{_datadir}/doc/libxml2/*
|
||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
%{_datadir}/doc/libxml2-python-%{version}/
|
%{_datadir}/doc/libxml2-python-%{version}/
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.13-1mamba
|
||||||
|
- update to 2.9.13
|
||||||
|
|
||||||
* Fri May 14 2021 Automatic Build System <autodist@mambasoft.it> 2.9.12-1mamba
|
* Fri May 14 2021 Automatic Build System <autodist@mambasoft.it> 2.9.12-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user