forked from brianfrankcooper/YCSB
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 in HSE/hse-ycsb from updates/NFSE-4084-hse-ycsb…
… to hse-0.17.0 * commit '1b7d7782685226a35265b71d074a6aefe66e7312': Streamlines the rpm spec file. Updates HSE Readme.
- Loading branch information
Showing
3 changed files
with
32 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,17 @@ | |
|
||
Summary: Yahoo! Cloud Serving Benchmark | ||
Name: hse-ycsb | ||
Version: 2020.03.20 | ||
Release: 1%{hsesha}%{ycsbsha} | ||
License: Apache-2.0 | ||
Version: 0.17.0.1 | ||
%if %{rel_candidate} == "FALSE" | ||
Release: %{hseversion}.%{buildno}%{hsesha}%{ycsbsha}%{?dist} | ||
%else | ||
Release: %{hseversion}.%{buildno}%{?dist} | ||
%endif | ||
License: ASL 2.0 | ||
Group: Unspecified | ||
URL: https://www.micron.com | ||
Url: https://github.com/hse-project/hse-ycsb | ||
|
||
Packager: [email protected] | ||
Vendor: Micron Technology, Inc. | ||
Requires: java-headless javapackages-tools python2 | ||
Requires: java-headless javapackages-tools python2 hse | ||
|
||
Source0: ycsb-0.17.0.tar.gz | ||
|
||
|
@@ -30,7 +32,7 @@ AutoProv: no | |
%define __os_install_post %{nil} | ||
|
||
%define __mypkg %{name}-%{version}-%{release} | ||
%define __ycsb /opt/micron/ycsb | ||
%define __ycsb /opt/%{name} | ||
|
||
%if 0%{?fedora} >= 25 || 0%{?rhel} >= 8 | ||
# don't try to generate debuginfo RPM | ||
|
@@ -41,7 +43,7 @@ AutoProv: no | |
%endif | ||
|
||
%description | ||
YCSB with custom bindings for Heterogeneous-memory Storage Engine | ||
YCSB with bindings for Heterogeneous-memory Storage Engine (HSE) | ||
|
||
%prep | ||
%setup -c -T | ||
|
@@ -88,3 +90,5 @@ mv -v ycsb-0.17.0/NOTICE.txt %{buildroot}%{__ycsb} | |
%{__ycsb}/bin/ycsb.sh | ||
|
||
%changelog | ||
* Apr 08 2020 Jacob M Jacob <[email protected]> - 0.17.0.1 | ||
- Spec file updates |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters