|
|
|
@ -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@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@lists.fedoraproject.org> - 0.4.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|