diff --git a/libxml2.spec b/libxml2.spec index e632317..8f40559 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,15 +1,11 @@ -Summary: Library providing XML and HTML support Name: libxml2 Version: 2.9.5 Release: 3%{?dist}%{?extra_release} +Summary: Library providing XML and HTML support + License: MIT -Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz -BuildRequires: python2-devel -BuildRequires: python3-devel -BuildRequires: zlib-devel -BuildRequires: pkgconfig -BuildRequires: xz-devel URL: http://xmlsoft.org/ +Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz Patch0: libxml2-multilib.patch Patch1: libxml2-2.9.0-do-not-check-crc.patch # In python3.6 _PyVerify_fd is no more @@ -19,6 +15,12 @@ Patch2: libxml2-2.9.4-remove-pyverify_fd.patch # Gnome bug #787941, fixed in upstream after 2.9.5 Patch3: libxml2-2.9.5-Report-undefined-XPath-variable-error-message.patch +BuildRequires: python2-devel +BuildRequires: python3-devel +BuildRequires: zlib-devel +BuildRequires: pkgconfig +BuildRequires: xz-devel + %description This library allows to manipulate XML files. It includes support to read, modify and write XML and HTML files. There is DTDs support