Review fixes.

epel9
Vít Ondruch 13 years ago
parent af4926c7e9
commit 2baf69ef9c

@ -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 <vondruch@redhat.com> - 1.0.3-2
- Review fixes.
* Fri Jul 08 2011 Vít Ondruch <vondruch@redhat.com> - 1.0.3-1
- Initial package

Loading…
Cancel
Save