|
|
|
@ -2,8 +2,8 @@
|
|
|
|
|
|
|
|
|
|
Summary: New wave Internationalization support for Ruby
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
|
Version: 0.6.4
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.6.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: MIT and (GPLv2 or Ruby)
|
|
|
|
|
URL: http://github.com/svenfuchs/i18n
|
|
|
|
@ -34,9 +34,7 @@ Documentation for %{name}
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -c -T
|
|
|
|
|
# Avoid some encoding complaints.
|
|
|
|
|
# https://github.com/svenfuchs/i18n/issues/176
|
|
|
|
|
LANG=en_US.utf8 %gem_install -n %{SOURCE0}
|
|
|
|
|
%gem_install -n %{SOURCE0}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
@ -62,7 +60,6 @@ popd
|
|
|
|
|
%{gem_libdir}
|
|
|
|
|
%doc %{gem_instdir}/README.textile
|
|
|
|
|
%doc %{gem_instdir}/MIT-LICENSE
|
|
|
|
|
%doc %{gem_instdir}/CHANGELOG.textile
|
|
|
|
|
%{gem_cache}
|
|
|
|
|
%{gem_spec}
|
|
|
|
|
|
|
|
|
@ -73,6 +70,10 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 09 2013 Vít Ondruch <vondruch@redhat.com> - 0.6.9-1
|
|
|
|
|
- Update to i18n 0.6.9.
|
|
|
|
|
- Fix CVE-2013-4491.
|
|
|
|
|
|
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|