Added missing three lines requires ruby(release) requires rubygems provides rubygem(json)
This commit is contained in:
parent
6f581b3a7f
commit
5c644403d1
1 changed files with 6 additions and 1 deletions
|
|
@ -20,10 +20,15 @@ BuildRequires: rubygem(minitest4)
|
|||
BuildRequires: rubygem(bigdecimal)
|
||||
BuildRequires: rubygem(test-unit)
|
||||
|
||||
Requires: ruby(release)
|
||||
Requires: rubygems
|
||||
|
||||
Obsoletes: rubygem-%{gem_name}-gui < %{version}
|
||||
Obsoletes: ruby-%{gem_name}-gui < %{version}
|
||||
Obsoletes: ruby-%{gem_name} < %{version}
|
||||
|
||||
Provides: rubygem(json) = %{version}
|
||||
|
||||
%description
|
||||
This is a implementation of the JSON specification according
|
||||
to RFC 4627 in Ruby.
|
||||
|
|
@ -134,7 +139,7 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 12 2013 Sourav Moitra <sourav.moitr@gmail.com> - 1.8.3-1
|
||||
* Wed Aug 12 2015 Sourav Moitra <sourav.moitr@gmail.com> - 1.8.3-1
|
||||
- Update to 1.8.3
|
||||
- day change on changelog from sun to sat for version 1.6.5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue