Accepting request 158218 from devel:languages:ruby:extensions
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/158218 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-ffi?expand=0&rev=7
This commit is contained in:
commit
1efc7de7d5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:93fec40aa7fbaf5289f699b02334d67942ab20449e62e1dcc558f93095fdc957
|
|
||||||
size 862720
|
|
3
ffi-1.4.0.gem
Normal file
3
ffi-1.4.0.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c89c24653d86009875330c3759873eae02708af49f9fe86f9afe20f2364e4219
|
||||||
|
size 879616
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 3 19:15:38 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.4.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 25 06:39:40 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.3.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 8 20:21:08 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.3.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 21 06:33:36 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 1.2.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 9 14:52:14 UTC 2012 - coolo@suse.com
|
Thu Aug 9 14:52:14 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-ffi
|
# spec file for package rubygem-ffi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 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,28 +17,25 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rubygem-ffi
|
Name: rubygem-ffi
|
||||||
Version: 1.1.5
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name ffi
|
%define mod_name ffi
|
||||||
%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 >= 1
|
||||||
BuildRequires: rubygem(rdoc) > 3.10
|
Requires: ruby >= 1.8.7
|
||||||
Url: http://wiki.github.com/ffi/ffi
|
BuildRequires: ruby-devel >= 1.8.7
|
||||||
Source: %{mod_full_name}.gem
|
|
||||||
Summary: Ruby-FFI is a ruby extension for programmatically loading dynamic
|
|
||||||
License: LGPL-3.0
|
|
||||||
Group: Development/Languages/Ruby
|
|
||||||
# MANUAL
|
# MANUAL
|
||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
|
Url: http://wiki.github.com/ffi/ffi
|
||||||
|
Source: %{mod_full_name}.gem
|
||||||
|
Summary: Ruby FFI
|
||||||
|
License: LGPL-3.0
|
||||||
|
Group: Development/Languages/Ruby
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Ruby-FFI is a ruby extension for programmatically loading dynamic
|
Ruby FFI library
|
||||||
libraries, binding functions within them, and calling those functions
|
|
||||||
from Ruby code. Moreover, a Ruby-FFI extension works without changes
|
|
||||||
on Ruby and JRuby. Discover why should you write your next extension
|
|
||||||
using Ruby-FFI here[http://wiki.github.com/ffi/ffi/why-use-ffi].
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: RDoc documentation for %{mod_name}
|
Summary: RDoc documentation for %{mod_name}
|
||||||
@ -67,6 +64,8 @@ Test::Unit or RSpec files, useful for developers.
|
|||||||
%install
|
%install
|
||||||
%gem_install -f
|
%gem_install -f
|
||||||
%gem_cleanup
|
%gem_cleanup
|
||||||
|
# MANUAL
|
||||||
|
rm -r %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ext
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user