]> git.pld-linux.org Git - packages/libxml2.git/blobdiff - libxml2.spec
up to 2.11.5
[packages/libxml2.git] / libxml2.spec
index 7427e4a324a84cf7dd07f69689a6ced02d603199..c610f916142bbce476ca3da829c48ae77dd0628a 100644 (file)
@@ -2,36 +2,58 @@
 # - fix build without libxml2-devel (python library uses old headers)
 #
 # Conditional build:
-%bcond_without apidocs         # do not build and package API docs
-%bcond_without python          # don't build python module
-%bcond_without static_libs     # don't build static libraries
-%bcond_without zlib            # don't use zlib
-
-Summary:       libXML library
+%bcond_without apidocs         # API documentation
+%bcond_with    ftp             # FTP support
+%bcond_without legacy          # legacy API support
+%bcond_without python2         # CPython 2.x module
+%bcond_without python3         # CPython 3.x module
+%bcond_without static_libs     # static library
+%bcond_without zlib            # zlib support
+%bcond_with    mem_debug       # libxml2 memory debuging
+%bcond_without tests           # "make check" call
+
+Summary:       libXML library version 2
 Summary(es.UTF-8):     Biblioteca libXML version 2
 Summary(pl.UTF-8):     Biblioteka libXML wersja 2
 Summary(pt_BR.UTF-8):  Biblioteca libXML versão 2
 Name:          libxml2
-Version:       2.7.7
-Release:       3
+Version:       2.11.5
+Release:       1
 Epoch:         1
 License:       MIT
 Group:         Libraries
-#Source0:      http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/%{name}-%{version}.tar.bz2
-Source0:       ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
-# Source0-md5: 9abc9959823ca9ff904f1fbcf21df066
-Patch0:                %{name}-amfix.patch
-Patch1:                %{name}-man_fixes.patch
-Patch2:                %{name}-open.gz.patch
-Patch3:                %{name}-largefile.patch
+#Source0:      ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
+Source0:       https://download.gnome.org/sources/libxml2/2.11/%{name}-%{version}.tar.xz
+# Source0-md5: b2e7332289f5784087448a0717f45ac3
+Patch0:                %{name}-open.gz.patch
+Patch1:                %{name}-largefile.patch
+Patch2:                %{name}-libx32.patch
+Patch3:                %{name}-python-setup.patch
+# Fedora patches
+# https://bugzilla.gnome.org/show_bug.cgi?id=789714
+Patch11:       %{name}-python3-unicode-errors.patch
 URL:           http://xmlsoft.org/
-BuildRequires: autoconf >= 2.2
-BuildRequires: automake >= 1.4
-BuildRequires: libtool >= 1:1.4.2-9
-%{?with_python:BuildRequires:  python-devel}
-%{?with_python:BuildRequires:  python-modules}
-%{?with_python:BuildRequires:  rpm-pythonprov}
-BuildRequires: rpmbuild(macros) >= 1.219
+BuildRequires: autoconf >= 2.68
+BuildRequires: automake >= 1:1.16.3
+BuildRequires: libtool >= 2:2.0
+BuildRequires: pkgconfig
+%if %{with python2}
+BuildRequires: python-devel >= 1:2.5
+BuildRequires: python-modules >= 1:2.5
+BuildRequires: python-setuptools
+BuildRequires: rpm-pythonprov
+%endif
+%if %{with python3}
+BuildRequires: python3-devel >= 1:3.2
+BuildRequires: python3-modules >= 1:3.2
+BuildRequires: python3-setuptools
+BuildRequires: rpm-pythonprov
+%endif
+BuildRequires: rpm-build >= 4.6
+BuildRequires: rpmbuild(macros) >= 1.714
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+BuildRequires: xz-devel
 %{?with_zlib:BuildRequires:    zlib-devel >= 1.2.3.3}
 # history support in xmllint is disabled by default
 #BuildRequires:        ncurses-devel
@@ -59,6 +81,7 @@ Summary(pl.UTF-8):    Pliki nagłówkowe i inne do libxml2
 Summary(pt_BR.UTF-8):  Bibliotecas e arquivos de inclusão para desenvolvimento de aplicações que usem a biblioteca libxml
 Group:         Development/Libraries
 Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      xz-devel
 Requires:      zlib-devel
 
 %description devel
@@ -102,6 +125,7 @@ Summary:    libxml2 API documentation
 Summary(pl.UTF-8):     Dokumentacja API libxml2
 Group:         Documentation
 Requires:      gtk-doc-common
+BuildArch:     noarch
 
 %description apidocs
 libxml2 API documentation.
@@ -122,27 +146,45 @@ XML files parser.
 Analizator składniowy plików XML.
 
 %package -n python-%{name}
-Summary:       Python support for libxml2
-Summary(pl.UTF-8):     Moduły języka Python dla biblioteki libxml2
+Summary:       libxml2 module for Python 2.x
+Summary(pl.UTF-8):     Moduł libxml2 dla Pythona 2.x
 Group:         Libraries/Python
 Requires:      %{name} = %{epoch}:%{version}-%{release}
-%pyrequires_eq python-libs
-Obsoletes:     libxml2-python
+Requires:      python-libs
+Obsoletes:     libxml2-python < 1:2.6
 
 %description -n python-%{name}
-Python support for libxml2.
+This is the libxml2 module for Python 2.x, providing access to the
+libxml2 library.
 
 %description -n python-%{name} -l pl.UTF-8
-Moduły języka Python dla biblioteki libxml2.
+Ten pakiet zawiera moduł libxml2 dla Pythona 2.x, zapewniający dostęp
+do biblioteki libxml2.
+
+%package -n python3-%{name}
+Summary:       libxml2 module for Python 3.x
+Summary(pl.UTF-8):     Moduł libxml2 dla Pythona 3.x
+Group:         Libraries/Python
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      python3-libs
+
+%description -n python3-%{name}
+This is the libxml2 module for Python 3.x, providing access to the
+libxml2 library.
+
+%description -n python3-%{name} -l pl.UTF-8
+Ten pakiet zawiera moduł libxml2 dla Pythona 3.x, zapewniający dostęp
+do biblioteki libxml2.
 
 %prep
 %setup -q
+%if %{with zlib}
 %patch0 -p1
+%endif
 %patch1 -p1
-%if %{with zlib}
 %patch2 -p1
-%endif
 %patch3 -p1
+%patch11 -p1
 
 %build
 %{__libtoolize}
@@ -151,52 +193,62 @@ Moduły języka Python dla biblioteki libxml2.
 %{__autoheader}
 %{__automake}
 %configure \
-       %{!?with_static_libs:--enable-static=no} \
-       %{!?with_python:--without-python} \
-       %{!?with_zlib:--with-zlib=no}
+       --disable-silent-rules \
+       %{?with_static_libs:--enable-static} \
+       %{?with_ftp:--with-ftp} \
+       %{?with_legacy:--with-legacy} \
+       --with-lzma \
+       --with-mem-debug%{!?with_mem_debug:=no} \
+       --without-python \
+       %{!?with_zlib:--without-zlib}
 
 %{__make}
 
+%if %{with python2}
+cd python
+%py_build
+cd ..
+%endif
+
+%if %{with python3}
+cd python
+%py3_build
+cd ..
+%endif
+
+%if %{with tests}
+%{__make} check
+%endif
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       DEVHELP_DIR=%{_gtkdocdir}/libxml2 \
-       m4datadir=%{_aclocaldir} \
-       pkgconfigdir=%{_pkgconfigdir}
-
-# move examples to proper dir
-install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-devel-%{version} \
-       $RPM_BUILD_ROOT%{_examplesdir}/python-%{name}-%{version}
-mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples/* \
-       $RPM_BUILD_ROOT%{_examplesdir}/%{name}-devel-%{version}
-%if %{with python}
-mv -f $RPM_BUILD_ROOT%{_docdir}/%{name}-python-%{version}/examples/* \
-       $RPM_BUILD_ROOT%{_examplesdir}/python-%{name}-%{version}
+       devhelpdir=%{_gtkdocdir}/libxml2
+
+%if %{with python2}
+cd python
+%py_install
+
+%py_postclean
+cd ..
+%endif
+
+%if %{with python3}
 cd python
-./setup.py install_egg_info --install-dir=$RPM_BUILD_ROOT%{py_sitedir}
+%py3_install
 cd ..
 %endif
 
-# move html doc to -devel package
-install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-devel-%{version}
-mv -f $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html \
-       $RPM_BUILD_ROOT%{_docdir}/%{name}-devel-%{version}
-rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+install -d $RPM_BUILD_ROOT%{_examplesdir}
+%{__mv} $RPM_BUILD_ROOT%{_docdir}/libxml2/examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 # install catalog file
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/xml
 LD_LIBRARY_PATH=.libs ./xmlcatalog --create \
        > $RPM_BUILD_ROOT%{_sysconfdir}/xml/catalog
 
-%if %{with python}
-%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
-%py_comp $RPM_BUILD_ROOT%{py_sitedir}
-%py_postclean
-rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a}
-%endif
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -205,25 +257,22 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog Copyright NEWS README TODO
+%doc Copyright NEWS README.md
 %attr(755,root,root) %{_libdir}/libxml2.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libxml2.so.2
-%{_mandir}/man3/libxml.3*
-
 %dir %{_sysconfdir}/xml
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xml/catalog
 
 %files devel
 %defattr(644,root,root,755)
-%doc %{_docdir}/%{name}-devel-%{version}
 %attr(755,root,root) %{_bindir}/xml2-config
 %attr(755,root,root) %{_libdir}/libxml2.so
 %{_libdir}/libxml2.la
+%{_libdir}/cmake/libxml2
 %{_pkgconfigdir}/libxml-2.0.pc
 %{_aclocaldir}/libxml.m4
 %{_includedir}/libxml2
 %{_mandir}/man1/xml2-config.1*
-%{_examplesdir}/%{name}-devel-%{version}
 
 %if %{with static_libs}
 %files static
@@ -234,7 +283,9 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with apidocs}
 %files apidocs
 %defattr(644,root,root,755)
+%{_docdir}/%{name}
 %{_gtkdocdir}/libxml2
+%{_examplesdir}/%{name}-%{version}
 %endif
 
 %files progs
@@ -244,12 +295,21 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/xmlcatalog.1*
 %{_mandir}/man1/xmllint.1*
 
-%if %{with python}
+%if %{with python2}
 %files -n python-%{name}
 %defattr(644,root,root,755)
 %attr(755,root,root) %{py_sitedir}/libxml2mod.so
 %{py_sitedir}/drv_libxml2.py[co]
 %{py_sitedir}/libxml2.py[co]
-%{py_sitedir}/libxml2_python-*.egg-info
-%{_examplesdir}/python-%{name}-%{version}
+%{py_sitedir}/libxml2_python-%{version}-py*.egg-info
+%endif
+
+%if %{with python3}
+%files -n python3-%{name}
+%defattr(644,root,root,755)
+%{py3_sitedir}/__pycache__/*.py[co]
+%{py3_sitedir}/drv_libxml2.py
+%{py3_sitedir}/libxml2.py
+%{py3_sitedir}/libxml2_python-%{version}-py*.egg-info
+%attr(755,root,root) %{py3_sitedir}/libxml2mod.cpython-*.so
 %endif
This page took 0.041313 seconds and 4 git commands to generate.