From a5b0f37f22acb4c3bc2fcadbd2b7e4f6de205d00 Mon Sep 17 00:00:00 2001 From: love_hangzhou Date: Thu, 17 Sep 2020 10:58:13 +0800 Subject: [PATCH] update unixbench source0 addr --- unixbench.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/unixbench.spec b/unixbench.spec index 5d1e042..7bfde97 100644 --- a/unixbench.spec +++ b/unixbench.spec @@ -6,8 +6,7 @@ Release: 2 Summary: UnixBench is the original BYTE UNIX benchmark suite, updated and revised by many people over the years License: GPLv2 URL: https://github.com/kdlucas/byte-unixbench -Source0: https://github.com/kdlucas/byte-unixbench/archive/v%{version}.tar.gz -Source1: %{name}-%{version}.tar.gz +Source0: https://github.com/kdlucas/byte-unixbench/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Patch0: unixbench-add-HOWTO.patch BuildRequires: gcc @@ -19,7 +18,7 @@ For the reason that this is not a packaging friendly software, please refer to H %prep -%setup -q -T -b 1 -n byte-%{name}-%{version}/ +%setup -q -n byte-%{name}-%{version}/ %patch0 -p1 %build