forked from pool/ruby-build
Accepting request 978792 from home:expeehaa:branches:devel:languages:ruby:extensions
- Run "osc service runall format_spec_file". OBS-URL: https://build.opensuse.org/request/show/978792 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=46
This commit is contained in:
parent
994d02d1fa
commit
d5839d5b89
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 24 00:13:43 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
|
||||||
|
|
||||||
|
- Run "osc service runall format_spec_file".
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 26 13:34:00 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
|
Tue Apr 26 13:34:00 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
|
||||||
|
|
||||||
|
@ -1,3 +1,20 @@
|
|||||||
|
#
|
||||||
|
# spec file for package ruby-build
|
||||||
|
#
|
||||||
|
# Copyright (c) 2022 SUSE LLC
|
||||||
|
#
|
||||||
|
# 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 https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
# SLE does not provide "bats", which is required for testing.
|
# SLE does not provide "bats", which is required for testing.
|
||||||
%if %{undefined sle_version}
|
%if %{undefined sle_version}
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
@ -11,7 +28,7 @@ Release: 0
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
Url: https://github.com/rbenv/ruby-build
|
URL: https://github.com/rbenv/ruby-build
|
||||||
Summary: Compile and install Ruby
|
Summary: Compile and install Ruby
|
||||||
Source0: https://github.com/rbenv/ruby-build/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/rbenv/ruby-build/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Patch0: fix-test-requiring-git-repository.patch
|
Patch0: fix-test-requiring-git-repository.patch
|
||||||
@ -23,15 +40,15 @@ Requires: curl
|
|||||||
Requires: gcc
|
Requires: gcc
|
||||||
# ruby MRI BuildRequires
|
# ruby MRI BuildRequires
|
||||||
Requires: bison
|
Requires: bison
|
||||||
|
Requires: automake
|
||||||
Requires: gdbm-devel
|
Requires: gdbm-devel
|
||||||
Requires: gperf
|
Requires: gperf
|
||||||
Requires: graphviz
|
Requires: graphviz
|
||||||
|
Requires: libffi-devel
|
||||||
Requires: libjpeg-devel
|
Requires: libjpeg-devel
|
||||||
Requires: openssl-devel
|
Requires: openssl-devel
|
||||||
Requires: readline-devel
|
Requires: readline-devel
|
||||||
Requires: tk-devel
|
Requires: tk-devel
|
||||||
Requires: automake
|
|
||||||
Requires: libffi-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ruby-build provides a simple way to compile and install different versions of Ruby on UNIX-like systems.
|
ruby-build provides a simple way to compile and install different versions of Ruby on UNIX-like systems.
|
||||||
@ -60,3 +77,4 @@ bats test
|
|||||||
%dir %{_datadir}/ruby-build
|
%dir %{_datadir}/ruby-build
|
||||||
%{_datadir}/ruby-build/*
|
%{_datadir}/ruby-build/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user