Accepting request 205937 from devel:languages:ruby:extensions
- updated to version 1.9.3, changed license to BSD OBS-URL: https://build.opensuse.org/request/show/205937 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-ffi?expand=0&rev=13
This commit is contained in:
commit
f1146971bf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e73075fd054440d03e9ebedfe9c0240e24783683ebe5351acedb2efbc4fd066
|
||||
size 882176
|
3
ffi-1.9.3.gem
Normal file
3
ffi-1.9.3.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57977d095c1c324ac1cb134863180b34d5743fed2b6d7528adc5ec71a581e320
|
||||
size 865280
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 31 05:54:34 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to version 1.9.3, changed license to BSD
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 15 06:42:06 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: rubygem-ffi
|
||||
Version: 1.9.0
|
||||
Version: 1.9.3
|
||||
Release: 0
|
||||
%define mod_name ffi
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
@ -32,7 +32,7 @@ BuildRequires: libffi-devel
|
||||
Url: http://wiki.github.com/ffi/ffi
|
||||
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Summary: Ruby FFI
|
||||
License: LGPL-3.0
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Ruby
|
||||
|
||||
%description
|
||||
@ -65,9 +65,14 @@ Test::Unit or RSpec files, useful for developers.
|
||||
%install
|
||||
%gem_install -f
|
||||
%gem_cleanup
|
||||
mkdir -p %{buildroot}%{_docdir}/%{name}
|
||||
ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE %buildroot/%{_docdir}/%{name}/LICENSE
|
||||
ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING %buildroot/%{_docdir}/%{name}/COPYING
|
||||
ln -s %{_libdir}/ruby/gems/%{rb_ver}/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}/spec
|
||||
|
Loading…
x
Reference in New Issue
Block a user