Fixed Bug 1090844 - libsvm-java has unresolved dependencies on epel6 testing

epel8
Ding-Yi Chen 11 years ago
parent e191ea0708
commit 6afe4b2243

@ -1,7 +1,7 @@
%define shver 2
Name: libsvm
Version: 3.18
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A Library for Support Vector Machines
Group: Development/Libraries
@ -81,7 +81,12 @@ Group: Development/Libraries
BuildRequires: java-devel >= 1.5.0
BuildRequires: jpackage-utils
%if 0%{?rhel} <= 6
Requires: java >= 1.5.0
%else
Requires: java-headless >= 1.5.0
%endif
Requires: jpackage-utils
Requires: %{name} = %{version}-%{release}
@ -238,6 +243,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Apr 28 2014 Ding-Yi Chen <dchen@redhat.com> - 3.18-2
- Fixed Bug 1090844 - libsvm-java has unresolved dependencies on epel6 testing
* Tue Apr 22 2014 Ding-Yi Chen <dchen@redhat.com> - 3.18-1
- Upstream update to 3.18
- svm.cpp and svm-scale.c: check return values of fscanf

Loading…
Cancel
Save