[rubygem-i18n] Update to i18n 0.5.0. Documentation moved into subpackage.

Vít Ondruch vondruch at fedoraproject.org
Thu Mar 24 12:32:52 UTC 2011


commit bb6c7a458d0cc6639a20dab5dc0926cd17de35bd
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu Mar 24 12:28:18 2011 +0100

    Update to i18n 0.5.0.
    Documentation moved into subpackage.

 rubygem-i18n.spec |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/rubygem-i18n.spec b/rubygem-i18n.spec
index d80ea8f..049e3a6 100644
--- a/rubygem-i18n.spec
+++ b/rubygem-i18n.spec
@@ -4,8 +4,8 @@
 
 Summary: New wave Internationalization support for Ruby
 Name: rubygem-%{gemname}
-Version: 0.4.2
-Release: 3%{?dist}
+Version: 0.5.0
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT and (GPLv2 or Ruby)
 URL: http://github.com/svenfuchs/i18n
@@ -20,6 +20,14 @@ Provides: rubygem(%{gemname}) = %{version}
 Ruby Internationalization and localization solution.
 
 
+%package doc
+Summary: Documentation for %{name}
+Group: Documentation
+Requires:%{name} = %{version}-%{release}
+
+%description doc
+Documentation for %{name}
+
 %prep
 
 %build
@@ -42,12 +50,21 @@ rm -rf %{buildroot}
 %doc %{geminstdir}/README.textile
 %doc %{geminstdir}/MIT-LICENSE
 %doc %{geminstdir}/CHANGELOG.textile
-%doc %{gemdir}/doc/%{gemname}-%{version}
 %{gemdir}/cache/%{gemname}-%{version}.gem
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 
+%files doc
+%defattr(-, root, root, -)
+%{geminstdir}/ci
+%{geminstdir}/test
+%doc %{gemdir}/doc/%{gemname}-%{version}
+
 
 %changelog
+* Thu Mar 24 2011 Vít Ondruch <vondruch at redhat.com> - 0.5.0-1
+- Update to i18n 0.5.0.
+- Documentation moved into subpackage.
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list