Stephan Kulow 2014-07-28 05:38:11 +00:00 committed by Git OBS Bridge
parent 0689163c58
commit 97b4a8134e
4 changed files with 20 additions and 14 deletions

3
i18n-0.6.11.gem Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b37dda25b30484f2674a851e24ae098a38564a61c976fa91a34bf8fceaa3923b
size 61440

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1cd368e0b3854e8067955643892b18040e1d17f3c768daef8901298222e88e5d
size 60416

View File

@ -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 Wed Dec 4 11:31:19 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package rubygem-i18n # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,17 +17,17 @@
Name: rubygem-i18n Name: rubygem-i18n
Version: 0.6.9 Version: 0.6.11
Release: 0 Release: 0
%define mod_name i18n %define mod_name i18n
%define mod_full_name %{mod_name}-%{version} %define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 1 BuildRequires: ruby-macros >= 3
Url: http://github.com/svenfuchs/i18n Url: http://github.com/svenfuchs/i18n
Source: http://rubygems.org/gems/%{mod_full_name}.gem Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary: New wave Internationalization support for Ruby Summary: New wave Internationalization support for Ruby
License: MIT and Ruby License: MIT
Group: Development/Languages/Ruby Group: Development/Languages/Ruby
# MANUAL License # MANUAL License
@ -61,22 +61,23 @@ Test::Unit or RSpec files, useful for developers.
%install %install
%gem_install -f %gem_install -f
mkdir -p %{buildroot}%{_docdir}/%{name} 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 %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_docdir}/%{name} %{_docdir}/%{name}
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem %{gem_base}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ %{gem_base}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test %exclude %{gem_base}/gems/%{mod_full_name}/test
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec %{gem_base}/specifications/%{mod_full_name}.gemspec
%files doc %files doc
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/ %doc %{gem_base}/doc
%files testsuite %files testsuite
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test %{gem_base}/gems/%{mod_full_name}/test
%changelog %changelog