[rubygem-metaclass] Move README.md into -doc subpackage and properly mark.

Vít Ondruch vondruch at fedoraproject.org
Tue Oct 4 12:57:34 UTC 2011


commit 69348f204b00e91038ee4980d405284669c92adb
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Oct 4 09:51:04 2011 +0200

    Move README.md into -doc subpackage and properly mark.

 rubygem-metaclass.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-metaclass.spec b/rubygem-metaclass.spec
index 519965a..c707e7a 100644
--- a/rubygem-metaclass.spec
+++ b/rubygem-metaclass.spec
@@ -8,7 +8,7 @@
 Summary: Adds a metaclass method to all Ruby objects
 Name: rubygem-%{gemname}
 Version: 0.0.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/floehopper/metaclass
@@ -61,7 +61,6 @@ popd
 %files
 %dir %{geminstdir}
 %exclude %{geminstdir}/.gitignore
-%{geminstdir}/README.md
 %exclude %{geminstdir}/metaclass.gemspec
 %{geminstdir}/lib
 %{geminstdir}/test
@@ -69,12 +68,16 @@ popd
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 
 %files doc
+%doc %{geminstdir}/README.md
 %{geminstdir}/Gemfile
 %{geminstdir}/Rakefile
 %doc %{gemdir}/doc/%{gemname}-%{version}
 
 
 %changelog
+* Tue Oct 04 2011 Vít Ondruch <vondruch at redhat.com> - 0.0.1-3
+- Move README.md into -doc subpackage and properly mark.
+
 * Tue Oct 04 2011 Vít Ondruch <vondruch at redhat.com> - 0.0.1-2
 - Clarified license.
 


More information about the scm-commits mailing list