From 8f5c8516e83a64bb9ee9d4a5825d2aa99ef5916a Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 26 Dec 2013 21:06:45 -0700 Subject: move README.md to main package This file might be useful to users. Move it to the main package so that it's more accessible. --- rubygem-yajl-ruby.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubygem-yajl-ruby.spec b/rubygem-yajl-ruby.spec index 592ab75..1ab0f76 100644 --- a/rubygem-yajl-ruby.spec +++ b/rubygem-yajl-ruby.spec @@ -102,6 +102,7 @@ popd %files %doc %{gem_instdir}/MIT-LICENSE +%doc %{gem_instdir}/README.md %dir %{gem_instdir} %if 0%{?el6} %{ruby_sitearch}/yajl/yajl.so @@ -117,7 +118,6 @@ popd %files doc %doc %{gem_docdir} %doc %{gem_instdir}/CHANGELOG.md -%doc %{gem_instdir}/README.md %{gem_instdir}/Gemfile %{gem_instdir}/Rakefile %{gem_instdir}/benchmark -- cgit