]> git.pld-linux.org Git - packages/libxml2.git/blobdiff - libxml2.spec
- release 3
[packages/libxml2.git] / libxml2.spec
index 54641340dd0edec7126581463915ef4ca82501d8..7427e4a324a84cf7dd07f69689a6ced02d603199 100644 (file)
@@ -1,26 +1,29 @@
+# TODO:
+# - 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
 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.2
+Version:       2.7.7
 Release:       3
 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: dc43ff7ae6aded45f578c87b7b0c8766
+# Source0-md5: 9abc9959823ca9ff904f1fbcf21df066
 Patch0:                %{name}-amfix.patch
 Patch1:                %{name}-man_fixes.patch
 Patch2:                %{name}-open.gz.patch
-Patch3:                %{name}-CVE-2008-4225.patch
-Patch4:                %{name}-CVE-2008-4226.patch
+Patch3:                %{name}-largefile.patch
 URL:           http://xmlsoft.org/
 BuildRequires: autoconf >= 2.2
 BuildRequires: automake >= 1.4
@@ -29,10 +32,11 @@ BuildRequires:      libtool >= 1:1.4.2-9
 %{?with_python:BuildRequires:  python-modules}
 %{?with_python:BuildRequires:  rpm-pythonprov}
 BuildRequires: rpmbuild(macros) >= 1.219
-BuildRequires: zlib-devel
+%{?with_zlib:BuildRequires:    zlib-devel >= 1.2.3.3}
 # history support in xmllint is disabled by default
 #BuildRequires:        ncurses-devel
 #BuildRequires:        readline-devel >= 4.2
+Requires:      zlib >= 1.2.3.3
 Obsoletes:     xml-common
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -135,9 +139,10 @@ Moduły języka Python dla biblioteki libxml2.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%if %{with zlib}
 %patch2 -p1
-%patch3 -p0
-%patch4 -p0
+%endif
+%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -147,7 +152,8 @@ Moduły języka Python dla biblioteki libxml2.
 %{__automake}
 %configure \
        %{!?with_static_libs:--enable-static=no} \
-       %{!?with_python:--without-python}
+       %{!?with_python:--without-python} \
+       %{!?with_zlib:--with-zlib=no}
 
 %{__make}
 
@@ -168,6 +174,9 @@ mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples/* \
 %if %{with python}
 mv -f $RPM_BUILD_ROOT%{_docdir}/%{name}-python-%{version}/examples/* \
        $RPM_BUILD_ROOT%{_examplesdir}/python-%{name}-%{version}
+cd python
+./setup.py install_egg_info --install-dir=$RPM_BUILD_ROOT%{py_sitedir}
+cd ..
 %endif
 
 # move html doc to -devel package
@@ -202,7 +211,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/libxml.3*
 
 %dir %{_sysconfdir}/xml
-%config(noreplace) %verify(not md5 mtime) %{_sysconfdir}/xml/catalog
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xml/catalog
 
 %files devel
 %defattr(644,root,root,755)
@@ -222,9 +231,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libxml2.a
 %endif
 
+%if %{with apidocs}
 %files apidocs
 %defattr(644,root,root,755)
 %{_gtkdocdir}/libxml2
+%endif
 
 %files progs
 %defattr(644,root,root,755)
@@ -239,5 +250,6 @@ rm -rf $RPM_BUILD_ROOT
 %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}
 %endif
This page took 0.027478 seconds and 4 git commands to generate.