reorder preamble

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-01-24 06:45:25 +01:00
parent 056dc2a1a6
commit 72593ec17b
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -1,15 +1,11 @@
Summary: Library providing XML and HTML support
Name: libxml2 Name: libxml2
Version: 2.9.5 Version: 2.9.5
Release: 3%{?dist}%{?extra_release} Release: 3%{?dist}%{?extra_release}
Summary: Library providing XML and HTML support
License: MIT 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/ URL: http://xmlsoft.org/
Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
Patch0: libxml2-multilib.patch Patch0: libxml2-multilib.patch
Patch1: libxml2-2.9.0-do-not-check-crc.patch Patch1: libxml2-2.9.0-do-not-check-crc.patch
# In python3.6 _PyVerify_fd is no more # 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 # Gnome bug #787941, fixed in upstream after 2.9.5
Patch3: libxml2-2.9.5-Report-undefined-XPath-variable-error-message.patch 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 %description
This library allows to manipulate XML files. It includes support This library allows to manipulate XML files. It includes support
to read, modify and write XML and HTML files. There is DTDs support to read, modify and write XML and HTML files. There is DTDs support