Browse Source

golang-github-google-btree 0-0.1.gitcc6329d

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9978 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 8 years ago
parent
commit
736d3d686e
1 changed files with 4 additions and 9 deletions
  1. 4 9
      g/golang-github-google-btree/golang-github-google-btree-vl.spec

+ 4 - 9
g/golang-github-google-btree/golang-github-google-btree.spec → g/golang-github-google-btree/golang-github-google-btree-vl.spec

@@ -1,16 +1,8 @@
-%if 0%{?fedora} || 0%{?rhel} == 6
 %global with_devel 1
 %global with_bundled 0
 %global with_debug 0
 %global with_check 1
 %global with_unit_test 1
-%else
-%global with_devel 0
-%global with_bundled 0
-%global with_debug 0
-%global with_check 0
-%global with_unit_test 0
-%endif
 
 %if 0%{?with_debug}
 %global _dwz_low_mem_die_limit 0
@@ -37,7 +29,7 @@
 
 Name:           golang-%{provider}-%{project}-%{repo}
 Version:        0
-Release:        0.1.git%{shortcommit}%{?dist}
+Release:        0.2.git%{shortcommit}%{?_dist_release}
 Summary:        BTree implementation for Go
 License:        ASL 2.0
 URL:            https://%{provider_prefix}
@@ -162,6 +154,9 @@ gotest %{import_path}
 %endif
 
 %changelog
+* Mon Jan 18 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 0-0.2.gitcc6329d
+- initial build for Vine Linux
+
 * Tue Jul 28 2015 jchaloup <jchaloup@redhat.com> - 0-0.1.gitcc6329d
 - First package for Fedora
   resolves: #1245967