2009-08-18 19:53:11 +00:00
|
|
|
#
|
2011-05-22 19:18:39 +00:00
|
|
|
# spec file for package rubygem-ffi
|
2009-08-18 19:53:11 +00:00
|
|
|
#
|
2018-02-06 13:48:49 +00:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2009-08-18 19:53:11 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-04-17 11:50:10 +00:00
|
|
|
|
2014-11-21 22:03:08 +00:00
|
|
|
#
|
|
|
|
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
|
|
|
|
# All sections marked as MANUAL, license headers, summaries and descriptions
|
|
|
|
# can be maintained in that file. Please consult this file before editing any
|
|
|
|
# of those fields
|
|
|
|
#
|
|
|
|
|
2009-08-18 19:53:11 +00:00
|
|
|
Name: rubygem-ffi
|
2018-02-26 12:28:06 +00:00
|
|
|
Version: 1.9.23
|
2009-08-18 19:53:11 +00:00
|
|
|
Release: 0
|
|
|
|
%define mod_name ffi
|
2011-09-18 00:24:19 +00:00
|
|
|
%define mod_full_name %{mod_name}-%{version}
|
2012-11-21 06:34:09 +00:00
|
|
|
# MANUAL
|
|
|
|
BuildRequires: libffi-devel
|
2014-11-21 22:03:08 +00:00
|
|
|
# /MANUAL
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2018-02-06 13:48:49 +00:00
|
|
|
BuildRequires: %{rubydevel >= 1.9}
|
2014-11-21 22:03:08 +00:00
|
|
|
BuildRequires: %{rubygem gem2rpm}
|
|
|
|
BuildRequires: %{rubygem rdoc > 3.10}
|
|
|
|
BuildRequires: ruby-macros >= 5
|
2012-07-28 16:24:08 +00:00
|
|
|
Url: http://wiki.github.com/ffi/ffi
|
2018-02-06 13:48:49 +00:00
|
|
|
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
2014-11-21 22:03:08 +00:00
|
|
|
Source1: rubygem-ffi-rpmlintrc
|
|
|
|
Source2: gem2rpm.yml
|
2012-11-21 06:34:09 +00:00
|
|
|
Summary: Ruby FFI
|
2013-11-06 04:55:06 +00:00
|
|
|
License: BSD-3-Clause
|
2012-07-28 16:24:08 +00:00
|
|
|
Group: Development/Languages/Ruby
|
2011-08-24 12:33:04 +00:00
|
|
|
|
2009-08-18 19:53:11 +00:00
|
|
|
%description
|
2014-11-21 22:03:08 +00:00
|
|
|
Ruby FFI library.
|
2011-05-22 19:18:39 +00:00
|
|
|
|
2009-08-18 19:53:11 +00:00
|
|
|
%prep
|
2012-07-28 16:24:08 +00:00
|
|
|
|
2009-08-18 19:53:11 +00:00
|
|
|
%build
|
2012-07-28 16:24:08 +00:00
|
|
|
|
2009-08-18 19:53:11 +00:00
|
|
|
%install
|
2014-11-21 22:03:08 +00:00
|
|
|
%gem_install \
|
|
|
|
--doc-files="COPYING LICENSE README.md" \
|
|
|
|
-f
|
2009-12-17 10:16:27 +00:00
|
|
|
%gem_cleanup
|
2009-08-18 19:53:11 +00:00
|
|
|
|
2014-11-21 22:03:08 +00:00
|
|
|
%gem_packages
|
2011-05-22 19:18:39 +00:00
|
|
|
|
2009-08-18 19:53:11 +00:00
|
|
|
%changelog
|