update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-i18n?expand=0&rev=14
This commit is contained in:
parent
0689163c58
commit
97b4a8134e
3
i18n-0.6.11.gem
Normal file
3
i18n-0.6.11.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b37dda25b30484f2674a851e24ae098a38564a61c976fa91a34bf8fceaa3923b
|
||||
size 61440
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1cd368e0b3854e8067955643892b18040e1d17f3c768daef8901298222e88e5d
|
||||
size 60416
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 28 05:28:21 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to version 0.6.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 4 11:31:19 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-i18n
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,17 +17,17 @@
|
||||
|
||||
|
||||
Name: rubygem-i18n
|
||||
Version: 0.6.9
|
||||
Version: 0.6.11
|
||||
Release: 0
|
||||
%define mod_name i18n
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: ruby-macros >= 1
|
||||
BuildRequires: ruby-macros >= 3
|
||||
Url: http://github.com/svenfuchs/i18n
|
||||
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Summary: New wave Internationalization support for Ruby
|
||||
License: MIT and Ruby
|
||||
License: MIT
|
||||
Group: Development/Languages/Ruby
|
||||
# MANUAL License
|
||||
|
||||
@ -61,22 +61,23 @@ 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
|
||||
ln -s %{gem_base}/gems/%{mod_full_name}/MIT-LICENSE %buildroot/%{_docdir}/%{name}/MIT-LICENSE
|
||||
ln -s %{gem_base}/gems/%{mod_full_name}/README.md %buildroot/%{_docdir}/%{name}/README.md
|
||||
|
||||
%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
|
||||
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
|
||||
%{gem_base}/cache/%{mod_full_name}.gem
|
||||
%{gem_base}/gems/%{mod_full_name}/
|
||||
%exclude %{gem_base}/gems/%{mod_full_name}/test
|
||||
%{gem_base}/specifications/%{mod_full_name}.gemspec
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
|
||||
%doc %{gem_base}/doc
|
||||
|
||||
%files testsuite
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
|
||||
%{gem_base}/gems/%{mod_full_name}/test
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user