[rubygem-i18n_data] Include README.markdown in main package since it contains license. Move VERSION into main package si

Vít Ondruch vondruch at fedoraproject.org
Fri Sep 30 16:43:36 UTC 2011


commit 135103c78d5e33e116238a33a1731430cdfc7e5f
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Fri Sep 23 14:57:37 2011 +0200

    Include README.markdown in main package since it contains license.
    Move VERSION into main package since it is required for runtime.
    Remove Requires: rubygem(activesupport) since it is just optional dependency.

 rubygem-i18n_data.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/rubygem-i18n_data.spec b/rubygem-i18n_data.spec
index de14901..90288f7 100644
--- a/rubygem-i18n_data.spec
+++ b/rubygem-i18n_data.spec
@@ -8,7 +8,7 @@
 Summary: Country/language names and 2-letter-code pairs, in 85 languages
 Name: rubygem-%{gemname}
 Version: 0.2.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Languages
 License: Public Domain
 URL: http://github.com/grosser/i18n_data
@@ -16,7 +16,6 @@ Source0: http://rubygems.org/gems/%{gemname}-%{version}.gem
 Requires: ruby(abi) = %{rubyabi}
 Requires: ruby(rubygems)
 Requires: ruby
-Requires: rubygem(activesupport)
 BuildRequires: ruby(abi) = %{rubyabi}
 BuildRequires: ruby(rubygems)
 BuildRequires: ruby
@@ -62,6 +61,8 @@ popd
 
 %files
 %dir %{geminstdir}
+%doc %{geminstdir}/README.markdown
+%{geminstdir}/VERSION
 %exclude %{geminstdir}/.gitignore
 %exclude %{geminstdir}/i18n_data.gemspec
 %{geminstdir}/cache
@@ -72,13 +73,16 @@ popd
 %files doc
 %doc %{gemdir}/doc/%{gemname}-%{version}
 %doc %{geminstdir}/CHANGELOG
-%doc %{geminstdir}/README.markdown
 %{geminstdir}/Rakefile
-%{geminstdir}/VERSION
 %doc %{geminstdir}/example_output
 %{geminstdir}/spec
 
 
 %changelog
+* Fri Sep 23 2011 Vít Ondruch <vondruch at redhat.com> - 0.2.7-2
+- Include README.markdown in main package since it contains license.
+- Move VERSION into main package since it is required for runtime.
+- Remove Requires: rubygem(activesupport) since it is just optional dependency.
+
 * Tue Aug 02 2011 Vít Ondruch <vondruch at redhat.com> - 0.2.7-1
 - Initial package


More information about the scm-commits mailing list