- Update to 0.5.4

* bugfix in extconf.rb when appending to $CFLAGS
- from 0.5.3
  * fixes powerpc, cywin and FreeBSD installation/build 
    problems
- from 0.5.2
  * Fedora fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ffi?expand=0&rev=4
This commit is contained in:
Duncan Mac-Vicar 2009-12-17 10:16:27 +00:00 committed by Git OBS Bridge
parent de33a3e063
commit dd7514dda4
4 changed files with 27 additions and 15 deletions

View File

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

3
ffi-0.5.4.gem Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Dec 17 10:14:01 UTC 2009 - dmacvicar@novell.com
- Update to 0.5.4
* bugfix in extconf.rb when appending to $CFLAGS
- from 0.5.3
* fixes powerpc, cywin and FreeBSD installation/build
problems
- from 0.5.2
* Fedora fixes
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 3 23:36:51 UTC 2009 - dmacvicar@novell.com Tue Nov 3 23:36:51 UTC 2009 - dmacvicar@novell.com

View File

@ -1,5 +1,5 @@
# #
# spec file for package rubygem-ffi (Version 0.3.5) # spec file for package rubygem-ffi (Version 0.5.4)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -17,7 +17,7 @@
# norootforbuild # norootforbuild
Name: rubygem-ffi Name: rubygem-ffi
Version: 0.5.1 Version: 0.5.4
Release: 0 Release: 0
%define mod_name ffi %define mod_name ffi
# #
@ -26,26 +26,27 @@ License: BSD
# #
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygems_with_buildroot_patch BuildRequires: rubygems_with_buildroot_patch
Requires: rubygems >= 1.3.1 Requires: rubygems >= 1.3.5
BuildRequires: rubygem-rake BuildRequires: rubygem-rake >= 0.8.7
#BuildRequires: rubygem-bones >= 2.4.2 Requires: rubygem-rake >= 0.8.7
#Requires: rubygem-bones >= 2.4.2
# #
Url: http://kenai.com/projects/ruby-ffi Url: http://wiki.github.com/ffi/ffi
Source: %{mod_name}-%{version}.gem Source: %{mod_name}-%{version}.gem
# #
Summary: A Ruby foreign function interface Summary: ruby extension for loading dynamic libraries, binding functions within them, and calling those functions from Ruby code
%description %description
A Ruby foreign function interface 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
%prep %prep
%build %build
%install %install
%gem_install %{S:0} %gem_install %{S:0}
%gem_cleanup
rm -rf %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ext rm -rf %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ext
%gem_cleanup
%clean %clean
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}