!3 Modify Source0 path of libsvm
From: @hubble_zhu Reviewed-by: @sinever Signed-off-by: @sinever
This commit is contained in:
commit
5e3f60a1e2
@ -1,6 +1,6 @@
|
||||
%global debug_package %{nil}
|
||||
%define rel_ver 324
|
||||
%define pkg_ver 1.0
|
||||
%define pkg_ver 1.1
|
||||
|
||||
Summary: A Library for Support Vector Machines
|
||||
Name: libsvm
|
||||
@ -8,7 +8,7 @@ Version: %{rel_ver}
|
||||
Release: %{pkg_ver}%{?dist}
|
||||
License: BSD
|
||||
URL: https://www.csie.ntu.edu.tw/~cjlin/libsvm/
|
||||
Source0: %{name}-%{rel_ver}.tar.gz
|
||||
Source0: https://www.csie.ntu.edu.tw/~cjlin/libsvm/%{name}-%{rel_ver}.tar.gz
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{rel_ver}-%{release}-root
|
||||
BuildRequires: gcc, gcc-c++, make
|
||||
@ -40,5 +40,8 @@ install -p -D svm-train %{buildroot}/usr/bin/
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%changelog
|
||||
* Sun Sep 12 2020 hubble_zhu<hubble_zhu@qq.com> - 1.1
|
||||
- modify Source0 path
|
||||
|
||||
* Thu Aug 27 2020 hubble_zhu<hubble_zhu@qq.com> - 1.0
|
||||
- package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user