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