- 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:
parent
de33a3e063
commit
dd7514dda4
@ -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
3
ffi-0.5.4.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:335ab70e56deaed0b90192ce937119853797ec201c00b2d53c2005ca240daacf
|
||||
size 785920
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
#
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
# norootforbuild
|
||||
Name: rubygem-ffi
|
||||
Version: 0.5.1
|
||||
Version: 0.5.4
|
||||
Release: 0
|
||||
%define mod_name ffi
|
||||
#
|
||||
@ -26,26 +26,27 @@ License: BSD
|
||||
#
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: rubygems_with_buildroot_patch
|
||||
Requires: rubygems >= 1.3.1
|
||||
BuildRequires: rubygem-rake
|
||||
#BuildRequires: rubygem-bones >= 2.4.2
|
||||
#Requires: rubygem-bones >= 2.4.2
|
||||
Requires: rubygems >= 1.3.5
|
||||
BuildRequires: rubygem-rake >= 0.8.7
|
||||
Requires: rubygem-rake >= 0.8.7
|
||||
#
|
||||
Url: http://kenai.com/projects/ruby-ffi
|
||||
Url: http://wiki.github.com/ffi/ffi
|
||||
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
|
||||
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
|
||||
%build
|
||||
%install
|
||||
%gem_install %{S:0}
|
||||
%gem_cleanup
|
||||
|
||||
rm -rf %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ext
|
||||
|
||||
%gem_cleanup
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
Loading…
x
Reference in New Issue
Block a user