Skip to content

Commit 667e3c2

Browse files
jaredmorrowkuenishi
authored andcommitted
Naming fixups and roll version to 0.2.0
1 parent 8009095 commit 667e3c2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ REPO ?= basho_bench
22

33
PKG_REVISION ?= $(shell git describe --tags)
44
PKG_VERSION ?= $(shell git describe --tags | tr - .)
5-
PKG_ID = bashobench-$(PKG_VERSION)
5+
PKG_ID = basho-bench-$(PKG_VERSION)
66
PKG_BUILD = 1
77
BASE_DIR = $(shell pwd)
88
ERLANG_BIN = $(shell dirname $(shell which erl))

pkg.vars.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
%%
55
%% Packaging
66
%%
7-
{package_name, "bashobench"}.
8-
{package_install_name, "bashobench"}.
7+
{package_name, "basho-bench"}.
8+
{package_install_name, "basho-bench"}.
99
{package_install_user, "bashobench"}.
1010
{package_install_group, "bashobench"}.
11-
{package_install_user_desc, "bashobench user"}.
11+
{package_install_user_desc, "Basho-bench user"}.
1212
{package_shortdesc, "Bashobench benchmarking tool"}.
1313
{package_desc, "Benchmarking tool"}.
14-
{package_commands, {list, [[{name, "basho_bench"}]]}}.
15-
{package_patch_dir, ""}.
14+
{package_commands, {list, [[{name, "basho-bench"}]]}}.
15+
{package_patch_dir, "basho-patches"}.
1616
{bin_or_sbin, "bin"}.
1717
{license_type, "OSS"}.
1818
{copyright, "2013 Basho Technologies, Inc"}.
@@ -21,4 +21,4 @@
2121
{vendor_contact_name, "Basho Package Maintainer"}.
2222
{vendor_contact_email, "[email protected]"}.
2323
{license_full_text, "This software is provided under license from Basho Technologies."}.
24-
{solaris_pkgname, "BASHObashobench"}.
24+
{solaris_pkgname, "BASHObasho-bench"}.

0 commit comments

Comments
 (0)