Browse Source

ruby-bsearch-1.5-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3759 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
31e18be6d8
1 changed files with 7 additions and 1 deletions
  1. 7 1
      r/ruby-bsearch/ruby-bsearch-vl.spec

+ 7 - 1
r/ruby-bsearch/ruby-bsearch-vl.spec

@@ -3,7 +3,7 @@
 Summary: a binary search library for Ruby
 Name: ruby-bsearch
 Version: 1.5
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: Ruby's
 Group: Development/Libraries
 Source0: http://0xcc.net/ruby-bsearch/ruby-bsearch-%{version}.tar.gz
@@ -13,6 +13,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Requires: libruby >= 1.8.0
 BuildRequires: ruby >= 1.8.0, rpm >=  3.0.6-0vl16
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 Ruby/Bsearch is a binary search library for Ruby. It can search the FIRST or
 LAST occurrence in an array with a condition given by a block.
@@ -34,6 +37,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{rlibdir}/bsearch.rb
 
 %changelog
+* Mon May  2 2011 IWAI, Masaharu <iwai@alib.jp> 1.5-2
+- add Vendor and Distribution tags
+
 * Tue Sep 16 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5-1
 - applied new versioning policy
 - updated Source0 URL, URL: