- update to version 0.6.3
- use rubygems_requires macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ffi?expand=0&rev=6
This commit is contained in:
parent
1b9f47e184
commit
e3650e43ee
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:345017060b0f3b28a1fa3e58f55184a0adf45251c51306f3329addc4bdaa9636
|
|
||||||
size 799232
|
|
3
ffi-0.6.3.gem
Normal file
3
ffi-0.6.3.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6b317b44933b758045479c817c60ce12c3ab69eb8d3b19f61691606919ee1623
|
||||||
|
size 809984
|
1
rubygem-ffi-rpmlintrc
Normal file
1
rubygem-ffi-rpmlintrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
addFilter("devel-file-in-non-devel-package")
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 11 16:41:02 UTC 2010 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- update to version 0.6.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- use rubygems_requires macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 14 17:52:07 UTC 2010 - dmacvicar@novell.com
|
Sun Feb 14 17:52:07 UTC 2010 - dmacvicar@novell.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-ffi (Version 0.6.0)
|
# spec file for package rubygem-ffi (Version 0.6.3)
|
||||||
#
|
#
|
||||||
# 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.6.0
|
Version: 0.6.3
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name ffi
|
%define mod_name ffi
|
||||||
#
|
#
|
||||||
@ -26,26 +26,26 @@ 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.5
|
%rubygems_requires
|
||||||
BuildRequires: rubygem-rake >= 0.8.7
|
BuildRequires: rubygem-rake >= 0.8.7
|
||||||
Requires: rubygem-rake >= 0.8.7
|
Requires: rubygem-rake >= 0.8.7
|
||||||
#
|
#
|
||||||
Url: http://wiki.github.com/ffi/ffi
|
Url: http://wiki.github.com/ffi/ffi
|
||||||
Source: %{mod_name}-%{version}.gem
|
Source: %{mod_name}-%{version}.gem
|
||||||
|
Source1: rubygem-ffi-rpmlintrc
|
||||||
#
|
#
|
||||||
Summary: ruby extension for loading dynamic libraries, binding functions within them, and calling those functions from Ruby code
|
Summary: Ruby-FFI is a ruby extension for programmatically using dynamic libraries
|
||||||
%description
|
%description
|
||||||
Ruby-FFI is a ruby extension for programmatically loading dynamic
|
Ruby-FFI is a ruby extension for programmatically loading dynamic
|
||||||
libraries, binding functions within them, and calling those functions
|
libraries, binding functions within them, and calling those functions
|
||||||
from Ruby code. Moreover, a Ruby-FFI extension works without changes
|
from Ruby code. Moreover, a Ruby-FFI extension works without changes
|
||||||
on Ruby and JRuby. Discover why should you write your next extension
|
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
|
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}
|
||||||
rm -rf %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ext
|
|
||||||
%gem_cleanup
|
%gem_cleanup
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user