diff --git a/rubygem-multi_json.spec b/rubygem-multi_json.spec index 9476d61..335279e 100644 --- a/rubygem-multi_json.spec +++ b/rubygem-multi_json.spec @@ -8,7 +8,7 @@ Summary: A gem to provide swappable JSON backends Name: rubygem-%{gemname} Version: 1.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages License: MIT URL: http://github.com/intridea/multi_json @@ -25,6 +25,9 @@ BuildRequires: rubygem(json) BuildRequires: rubygem(json_pure) BuildArch: noarch Provides: rubygem(%{gemname}) = %{version} +# OkJson is allowed to be bundled: +# https://fedorahosted.org/fpc/ticket/113 +Provides: bundled(okjson) = 20110719 %description A gem to provide swappable JSON backends utilizing Yajl::Ruby, the JSON gem, @@ -78,10 +81,13 @@ popd %files doc %doc %{gemdir}/doc/%{gemname}-%{version} %doc %{geminstdir}/README.md -%doc %{geminstdir}/Rakefile +%{geminstdir}/Rakefile %{geminstdir}/spec %changelog +* Fri Nov 11 2011 Vít Ondruch - 1.0.3-2 +- Review fixes. + * Fri Jul 08 2011 Vít Ondruch - 1.0.3-1 - Initial package