diff --git a/libsvm.spec b/libsvm.spec index 6f0a26ec39c229717caaffe06a6d46a84fd3a9cf..6891f53245b93b4215a0bb7953f87d81f9709f8c 100644 --- a/libsvm.spec +++ b/libsvm.spec @@ -1,6 +1,6 @@ %global debug_package %{nil} %define rel_ver 324 -%define pkg_ver 1.1 +%define pkg_ver 1.2 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: https://www.csie.ntu.edu.tw/~cjlin/libsvm/%{name}-%{rel_ver}.tar.gz +Source0: https://github.com/cjlin1/%{name}/archive/v%{rel_ver}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{rel_ver}-%{release}-root BuildRequires: gcc, gcc-c++, make @@ -40,6 +40,9 @@ install -p -D svm-train %{buildroot}/usr/bin/ rm -rf %{buildroot} %changelog +* Mon Sep 14 2020 hubble_zhu - 1.2 +- update Source0 path + * Sun Sep 12 2020 hubble_zhu - 1.1 - modify Source0 path