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:
Stephan Kulow 2013-03-12 14:02:58 +00:00 committed by Git OBS Bridge
commit 1efc7de7d5
4 changed files with 35 additions and 16 deletions

View File

@ -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
View File

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

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,28 +17,25 @@
Name: rubygem-ffi
Version: 1.1.5
Version: 1.4.0
Release: 0
%define mod_name ffi
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 1
BuildRequires: rubygem(rdoc) > 3.10
Url: http://wiki.github.com/ffi/ffi
Source: %{mod_full_name}.gem
Summary: Ruby-FFI is a ruby extension for programmatically loading dynamic
License: LGPL-3.0
Group: Development/Languages/Ruby
Requires: ruby >= 1.8.7
BuildRequires: ruby-devel >= 1.8.7
# MANUAL
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
Ruby-FFI is a ruby extension for programmatically loading dynamic
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].
Ruby FFI library
%package doc
Summary: RDoc documentation for %{mod_name}
@ -67,6 +64,8 @@ Test::Unit or RSpec files, useful for developers.
%install
%gem_install -f
%gem_cleanup
# MANUAL
rm -r %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ext
%files
%defattr(-,root,root,-)