- updated to version 1.2.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ffi?expand=0&rev=27
This commit is contained in:
parent
fcf5e76749
commit
e60a27e833
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:93fec40aa7fbaf5289f699b02334d67942ab20449e62e1dcc558f93095fdc957
|
|
||||||
size 862720
|
|
3
ffi-1.2.0.gem
Normal file
3
ffi-1.2.0.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06356011b9b86a08d1dd456a68e469dc656ac5efe9c6abce33d3c50f1017bb07
|
||||||
|
size 876032
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
@ -17,28 +17,25 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rubygem-ffi
|
Name: rubygem-ffi
|
||||||
Version: 1.1.5
|
Version: 1.2.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
|
||||||
|
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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user