From: Adam Dickmeiss Date: Tue, 19 May 2015 11:49:40 +0000 (+0000) Subject: RPM: require swig, not unzip X-Git-Tag: v1.5~6^2 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=5175808d3141131a8a014a9856c1b7aa377396d8;p=yaz4j-moved-to-github.git RPM: require swig, not unzip --- diff --git a/yaz4j.spec b/yaz4j.spec index 70dace3..9278173 100644 --- a/yaz4j.spec +++ b/yaz4j.spec @@ -12,7 +12,10 @@ Source0: yaz4j-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: libyaz5-devel -BuildRequires: maven3-indexdata unzip redhat-rpm-config +BuildRequires: redhat-rpm-config +BuildRequires: maven3-indexdata +BuildRequires: swig + Requires: libyaz5 %description