From 160a859729f475b1d673595740c7e335e30176eb Mon Sep 17 00:00:00 2001 From: love_hangzhou Date: Wed, 16 Sep 2020 19:58:40 +0800 Subject: [PATCH] update unixbench source0 url --- unixbench.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/unixbench.spec b/unixbench.spec index 1defd5b..9391cdf 100644 --- a/unixbench.spec +++ b/unixbench.spec @@ -4,9 +4,9 @@ Name: unixbench Version: 5.1.3 Release: 1 Summary: UnixBench is the original BYTE UNIX benchmark suite, updated and revised by many people over the years -License: GPL2 +License: GPLv2 URL: https://github.com/kdlucas/byte-unixbench -Source0: https://github.com/kdlucas/byte-unixbench/archive/%{name}-%{version}.tar.gz +Source0: https://github.com/kdlucas/byte-unixbench/archive/v%{version}.tar.gz Patch0: unixbench-add-HOWTO.patch @@ -54,6 +54,9 @@ install -m 0644 pgms/unixbench.logo %{buildroot}/opt/%{name}/pgms/ /opt/%{name}/* %changelog +* Wed Sep 16 2020 ShiYuan Hu <421699196@qq.com> +- refresh source0 url + * Sun Mar 29 2020 Wei Xiong - Package init