- updated to 1.1.1 - no changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ffi?expand=0&rev=18
This commit is contained in:
Stephan Kulow 2012-07-28 16:24:08 +00:00 committed by Git OBS Bridge
parent d9b1a6277a
commit 2594d71122
4 changed files with 24 additions and 15 deletions

View File

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

3
ffi-1.1.1.gem Normal file
View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jul 28 16:23:24 UTC 2012 - coolo@suse.com
- updated to 1.1.1 - no changelog
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 22 15:15:19 UTC 2012 - coolo@suse.com Sun Jul 22 15:15:19 UTC 2012 - coolo@suse.com

View File

@ -17,21 +17,20 @@
Name: rubygem-ffi Name: rubygem-ffi
Version: 1.1.0 Version: 1.1.1
Release: 0 Release: 0
%define mod_name ffi
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 1
# MANUAL
BuildRequires: libffi-devel
Url: http://wiki.github.com/ffi/ffi
Source: %{mod_full_name}.gem
Summary: Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code Summary: Ruby-FFI is a ruby extension for programmatically loading dynamic libraries, binding functions within them, and calling those functions from Ruby code
License: LGPL-3.0 License: LGPL-3.0
Group: Development/Languages/Ruby Group: Development/Languages/Ruby
Url: http://wiki.github.com/ffi/ffi
%define mod_name ffi
%define mod_full_name %{mod_name}-%{version}
Source: %{mod_full_name}.gem
BuildRequires: libffi-devel
BuildRequires: rubygems_with_buildroot_patch
Provides: rubygem-%{mod_name}-1 = %{version}
Provides: rubygem-%{mod_name}-1_1 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%rubygems_requires
%description %description
Ruby-FFI is a ruby extension for programmatically loading dynamic Ruby-FFI is a ruby extension for programmatically loading dynamic
@ -58,9 +57,14 @@ Requires: %{name} = %{version}
Test::Unit or RSpec files, useful for developers. Test::Unit or RSpec files, useful for developers.
%prep %prep
#gem_unpack
#if you need patches, apply them here and replace the # with a % sign in the surrounding lines
#gem_build
%build %build
%install %install
%gem_install %{SOURCE0} %gem_install -f
%gem_cleanup %gem_cleanup
%files %files