summaryrefslogtreecommitdiff
path: root/libxml.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'libxml.spec.in')
-rw-r--r--libxml.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libxml.spec.in b/libxml.spec.in
index 688811a..03eb24e 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -6,7 +6,7 @@ License: MIT
Group: Development/Libraries
Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: python python-devel zlib-devel pkgconfig
+BuildRequires: python python-devel zlib-devel pkgconfig xz-devel
URL: http://xmlsoft.org/
%description
@@ -25,6 +25,7 @@ Summary: Libraries, includes, etc. to develop XML and HTML applications
Group: Development/Libraries
Requires: libxml2 = %{version}-%{release}
Requires: zlib-devel
+Requires: xz-devel
Requires: pkgconfig
%description devel