]> git.pld-linux.org Git - packages/libxml2.git/blobdiff - libxml2.spec
- release 3
[packages/libxml2.git] / libxml2.spec
index 69b76d23f231eb6b46736a2c174d8ee907fbda01..7427e4a324a84cf7dd07f69689a6ced02d603199 100644 (file)
@@ -1,22 +1,25 @@
+# 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.6
-Release:       5
+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: 7740a8ec23878a2f50120e1faa2730f2
+# Source0-md5: 9abc9959823ca9ff904f1fbcf21df066
 Patch0:                %{name}-amfix.patch
 Patch1:                %{name}-man_fixes.patch
 Patch2:                %{name}-open.gz.patch
@@ -33,8 +36,8 @@ BuildRequires:        rpmbuild(macros) >= 1.219
 # history support in xmllint is disabled by default
 #BuildRequires:        ncurses-devel
 #BuildRequires:        readline-devel >= 4.2
-Obsoletes:     xml-common
 Requires:      zlib >= 1.2.3.3
+Obsoletes:     xml-common
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -57,7 +60,6 @@ Summary(pt_BR.UTF-8): Bibliotecas e arquivos de inclusão para desenvolvimento d
 Group:         Development/Libraries
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      zlib-devel
-%{?with_zlib:BuildRequires:    zlib-devel}
 
 %description devel
 Header files etc you can use to develop libxml2 applications.
@@ -172,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
@@ -226,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)
@@ -243,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.027761 seconds and 4 git commands to generate.