From 5535c5287225a88520c05f51b00f0c6cc88c6a15 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Thu, 24 Mar 2022 18:49:25 +0800 Subject: [PATCH] remove %dist --- libsvm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libsvm.spec b/libsvm.spec index 31cfe09..a04a904 100644 --- a/libsvm.spec +++ b/libsvm.spec @@ -1,10 +1,10 @@ %define rel_ver 324 -%define pkg_ver 3 +%define pkg_ver 4 Summary: A Library for Support Vector Machines Name: libsvm Version: %{rel_ver} -Release: %{pkg_ver}%{?dist} +Release: %{pkg_ver} 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 @@ -41,6 +41,9 @@ install -p -D svm-train %{buildroot}/usr/bin/ rm -rf %{buildroot} %changelog +* Thu Mar 24 2022 liyanan - 324-4 +- remove %dist + * Sat Sep 4 2020 zhangtao - 324-3 - add CFLAGS -g and strip binary files -- Gitee