From dfa02f41f1a2cdf3a80e4629789b413ff1f73593 Mon Sep 17 00:00:00 2001 From: ssstone <31761424@qq.com> Date: Fri, 30 Apr 2021 17:22:14 +0800 Subject: [PATCH] merge to openeuler modify spec file for unixbenche shell1 excute err update spec file version update spec file log --- unixbench.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/unixbench.spec b/unixbench.spec index 7bfde97..d38476c 100644 --- a/unixbench.spec +++ b/unixbench.spec @@ -2,7 +2,7 @@ Name: unixbench Version: 5.1.3 -Release: 2 +Release: 3 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 @@ -29,8 +29,10 @@ cd UnixBench cd UnixBench mkdir -p %{buildroot}/opt/%{name}/pgms mkdir -p %{buildroot}/opt/%{name}/src +mkdir -p %{buildroot}/opt/%{name}/testdir install -m 0644 src/* %{buildroot}/opt/%{name}/src/ +install -m 0644 testdir/* %{buildroot}/opt/%{name}/testdir/ install -m 0644 README %{buildroot}/opt/%{name}/ install -m 0644 USAGE %{buildroot}/opt/%{name}/ install -m 0644 HOWTO %{buildroot}/opt/%{name}/ @@ -53,6 +55,9 @@ install -m 0644 pgms/unixbench.logo %{buildroot}/opt/%{name}/pgms/ /opt/%{name}/* %changelog +* Thu May 6 2021 ssstone <31761424@qq.com> - 5.1.3-3 +- fix ./Run shell1 excute err + * Wed Sep 16 2020 ShiYuan Hu <421699196@qq.com> - 5.1.3-2 - refresh source0 url -- Gitee