Vít Ondruch 12 years ago
parent fb40705c3c
commit 29d60de6ed

@ -3,14 +3,14 @@
Summary: New wave Internationalization support for Ruby Summary: New wave Internationalization support for Ruby
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 0.6.1 Version: 0.6.1
Release: 2%{?dist} Release: 3%{?dist}
Group: Development/Languages Group: Development/Languages
License: MIT and (GPLv2 or Ruby) License: MIT and (GPLv2 or Ruby)
URL: http://github.com/svenfuchs/i18n URL: http://github.com/svenfuchs/i18n
Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
Requires: ruby(rubygems) Requires: ruby(rubygems)
Requires: ruby(abi) = 1.9.1 Requires: ruby(release)
BuildRequires: ruby(abi) = 1.9.1 BuildRequires: ruby(release)
BuildRequires: rubygems-devel BuildRequires: rubygems-devel
BuildRequires: rubygem(minitest) BuildRequires: rubygem(minitest)
BuildRequires: rubygem(mocha) BuildRequires: rubygem(mocha)
@ -34,11 +34,9 @@ Documentation for %{name}
%prep %prep
%setup -q -c -T %setup -q -c -T
mkdir -p .%{gem_dir}
# Avoid some encoding complaints. # Avoid some encoding complaints.
# https://github.com/svenfuchs/i18n/issues/176 # https://github.com/svenfuchs/i18n/issues/176
LANG=en_US.utf8 gem install --local --install-dir .%{gem_dir} \ LANG=en_US.utf8 %gem_install -n %{SOURCE0}
--force --rdoc %{SOURCE0}
%build %build
@ -75,6 +73,9 @@ popd
%changelog %changelog
* Tue Feb 26 2013 Vít Ondruch <vondruch@redhat.com> - 0.6.1-3
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

Loading…
Cancel
Save