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