projects
/
yaz4j-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dd8755
)
RPM: require swig, not unzip
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 19 May 2015 11:49:40 +0000
(11:49 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 19 May 2015 11:49:40 +0000
(11:49 +0000)
yaz4j.spec
patch
|
blob
|
history
diff --git
a/yaz4j.spec
b/yaz4j.spec
index
70dace3
..
9278173
100644
(file)
--- 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