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:
@@ -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
3
libsvm-3.23.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:257aed630dc0a0163e12cb2a80aea9c7dc988e55f28d69c945a38b9433c0ea4a
|
||||||
|
size 850724
|
@@ -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
|
Thu Oct 19 18:00:00 UTC 2017 - tzotsos@opensuse.org
|
||||||
|
|
||||||
|
21
libsvm.spec
21
libsvm.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsvm
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
Name: libsvm
|
Name: libsvm
|
||||||
Version: 3.22
|
Version: 3.23
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.csie.ntu.edu.tw/~cjlin/libsvm/
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: ncurses-devel
|
|
||||||
BuildRequires: javapackages-tools
|
|
||||||
BuildRequires: java-devel
|
BuildRequires: java-devel
|
||||||
|
BuildRequires: javapackages-tools
|
||||||
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: python-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
|
%description
|
||||||
LIBSVM is an integrated software for support vector classification,
|
LIBSVM is an integrated software for support vector classification,
|
||||||
@@ -74,9 +71,7 @@ Summary: Python bindings libsvm
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Requires: gnuplot
|
Requires: gnuplot
|
||||||
Requires: svm-tools = %{version}
|
Requires: svm-tools = %{version}
|
||||||
%if 0%{?suse_version} > 1110
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
|
||||||
|
|
||||||
%description -n python-svm
|
%description -n python-svm
|
||||||
This package contains the python bindings libsvm.
|
This package contains the python bindings libsvm.
|
||||||
@@ -84,14 +79,12 @@ This package contains the python bindings libsvm.
|
|||||||
%package java
|
%package java
|
||||||
Summary: Python bindings libsvm
|
Summary: Python bindings libsvm
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Requires: libsvm2 = %{version}
|
|
||||||
Requires: java >= 1.6.0
|
Requires: java >= 1.6.0
|
||||||
Requires: javapackages-tools
|
Requires: javapackages-tools
|
||||||
|
Requires: libsvm2 = %{version}
|
||||||
Requires(post): javapackages-tools
|
Requires(post): javapackages-tools
|
||||||
Requires(postun): javapackages-tools
|
Requires(postun): javapackages-tools
|
||||||
%if 0%{?suse_version} > 1110
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
|
||||||
|
|
||||||
%description java
|
%description java
|
||||||
This package contains the java bindings libsvm.
|
This package contains the java bindings libsvm.
|
||||||
|
Reference in New Issue
Block a user