parent
305dc2a28b
commit
c74596b660
@ -0,0 +1 @@
|
|||||||
|
/i18n-0.4.2.gem
|
@ -0,0 +1,56 @@
|
|||||||
|
%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
|
||||||
|
%global gemname i18n
|
||||||
|
%global geminstdir %{gemdir}/gems/%{gemname}-%{version}
|
||||||
|
|
||||||
|
Summary: New wave Internationalization support for Ruby
|
||||||
|
Name: rubygem-%{gemname}
|
||||||
|
Version: 0.4.2
|
||||||
|
Release: 2%{?dist}
|
||||||
|
Group: Development/Languages
|
||||||
|
License: MIT and (GPLv2 or Ruby)
|
||||||
|
URL: http://github.com/svenfuchs/i18n
|
||||||
|
Source0: http://rubygems.org/gems/%{gemname}-%{version}.gem
|
||||||
|
Requires: rubygems
|
||||||
|
Requires: ruby(abi) = 1.8
|
||||||
|
BuildRequires: rubygems
|
||||||
|
BuildArch: noarch
|
||||||
|
Provides: rubygem(%{gemname}) = %{version}
|
||||||
|
|
||||||
|
%description
|
||||||
|
Ruby Internationalization and localization solution.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
mkdir -p %{buildroot}%{gemdir}
|
||||||
|
gem install --local --install-dir %{buildroot}%{gemdir} \
|
||||||
|
--force --rdoc %{SOURCE0}
|
||||||
|
chmod -x %{buildroot}%{geminstdir}/MIT-LICENSE
|
||||||
|
chmod -x %{buildroot}%{geminstdir}/lib/i18n.rb
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-, root, root, -)
|
||||||
|
%dir %{geminstdir}
|
||||||
|
%{geminstdir}/lib
|
||||||
|
%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
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Nov 18 2010 Jozef Zigmund <jzigmund@redhat.com> - 0.4.2-2
|
||||||
|
- Add GPLv2 or Ruby License
|
||||||
|
- Files MIT-LICENSE, geminstdir/lib/i18n.rb are non executable now
|
||||||
|
|
||||||
|
* Thu Nov 11 2010 Jozef Zigmund <jzigmund@redhat.com> - 0.4.2-1
|
||||||
|
- Initial package
|
Loading…
Reference in new issue