SHA256
8
0
forked from pool/libsvm

update to 3.23

OBS-URL: https://build.opensuse.org/package/show/science/libsvm?expand=0&rev=10
This commit is contained in:
2019-07-05 20:46:29 +00:00
committed by Git OBS Bridge
parent 14b819f86d
commit 3df27cefe1
4 changed files with 16 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d81c67d3b13073eb5a25aa77188f141b242ec328518fad95367ede253d0a77d
size 850563

3
libsvm-3.23.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:257aed630dc0a0163e12cb2a80aea9c7dc988e55f28d69c945a38b9433c0ea4a
size 850724

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 5 20:42:09 UTC 2019 - Dirk Stoecker <opensuse@dstoecker.de>
- update to version 3.23
It conducts some minor fixes.
-------------------------------------------------------------------
Thu Oct 19 18:00:00 UTC 2017 - tzotsos@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package libsvm
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -20,20 +20,17 @@ Summary: A Library for Support Vector Machines
License: BSD-3-Clause
Group: Development/Languages/Other
Name: libsvm
Version: 3.22
Version: 3.23
Release: 0
Url: http://www.csie.ntu.edu.tw/~cjlin/libsvm/
Source0: %{name}-%{version}.tar.gz
Source0: https://www.csie.ntu.edu.tw/~cjlin/libsvm/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: ncurses-devel
BuildRequires: javapackages-tools
BuildRequires: java-devel
BuildRequires: javapackages-tools
BuildRequires: ncurses-devel
BuildRequires: python-devel
%if 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%endif
%description
LIBSVM is an integrated software for support vector classification,
@@ -74,9 +71,7 @@ Summary: Python bindings libsvm
Group: Development/Languages/Python
Requires: gnuplot
Requires: svm-tools = %{version}
%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
%description -n python-svm
This package contains the python bindings libsvm.
@@ -84,14 +79,12 @@ This package contains the python bindings libsvm.
%package java
Summary: Python bindings libsvm
Group: Development/Libraries/Java
Requires: libsvm2 = %{version}
Requires: java >= 1.6.0
Requires: javapackages-tools
Requires: libsvm2 = %{version}
Requires(post): javapackages-tools
Requires(postun): javapackages-tools
%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
%description java
This package contains the java bindings libsvm.