merge to openeuler

modify spec file for unixbenche shell1 excute err

update spec file version

update spec file log
This commit is contained in:
ssstone 2021-04-30 17:22:14 +08:00
parent 58be2f153d
commit dfa02f41f1

View File

@ -2,7 +2,7 @@
Name: unixbench Name: unixbench
Version: 5.1.3 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 Summary: UnixBench is the original BYTE UNIX benchmark suite, updated and revised by many people over the years
License: GPLv2 License: GPLv2
URL: https://github.com/kdlucas/byte-unixbench URL: https://github.com/kdlucas/byte-unixbench
@ -29,8 +29,10 @@ cd UnixBench
cd UnixBench cd UnixBench
mkdir -p %{buildroot}/opt/%{name}/pgms mkdir -p %{buildroot}/opt/%{name}/pgms
mkdir -p %{buildroot}/opt/%{name}/src mkdir -p %{buildroot}/opt/%{name}/src
mkdir -p %{buildroot}/opt/%{name}/testdir
install -m 0644 src/* %{buildroot}/opt/%{name}/src/ 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 README %{buildroot}/opt/%{name}/
install -m 0644 USAGE %{buildroot}/opt/%{name}/ install -m 0644 USAGE %{buildroot}/opt/%{name}/
install -m 0644 HOWTO %{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}/* /opt/%{name}/*
%changelog %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 * Wed Sep 16 2020 ShiYuan Hu <421699196@qq.com> - 5.1.3-2
- refresh source0 url - refresh source0 url