update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-i18n?expand=0&rev=8
This commit is contained in:
parent
edaf585e65
commit
f3a931fe53
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e5cd2abe1118c5947c4aa6f1fee8c6b3677850422a8c473904158a2b3cde173
|
||||
size 61952
|
3
i18n-0.6.5.gem
Normal file
3
i18n-0.6.5.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81c63a7d447cafa4b173c549835a3b2479a74e8d03ad815377601497e22d6133
|
||||
size 62464
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 05:05:51 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to version 0.6.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 3 09:37:34 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rubygem-i18n
|
||||
Version: 0.6.4
|
||||
Version: 0.6.5
|
||||
Release: 0
|
||||
%define mod_name i18n
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
@ -25,10 +25,11 @@ Release: 0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: ruby-macros >= 1
|
||||
Url: http://github.com/svenfuchs/i18n
|
||||
Source: %{mod_full_name}.gem
|
||||
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Summary: New wave Internationalization support for Ruby
|
||||
License: MIT and Ruby
|
||||
Group: Development/Languages/Ruby
|
||||
# MANUAL License
|
||||
|
||||
%description
|
||||
New wave Internationalization support for Ruby.
|
||||
@ -59,9 +60,12 @@ Test::Unit or RSpec files, useful for developers.
|
||||
|
||||
%install
|
||||
%gem_install -f
|
||||
mkdir -p %{buildroot}%{_docdir}/%{name}
|
||||
ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/MIT-LICENSE %buildroot/%{_docdir}/%{name}/MIT-LICENSE
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_docdir}/%{name}
|
||||
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
|
||||
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
|
||||
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
|
||||
|
Loading…
x
Reference in New Issue
Block a user