2012-05-10 13:02:45 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package rubygem-parallel
|
|
|
|
|
#
|
2024-02-26 13:35:37 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2012-05-10 13:02:45 +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.
|
2011-12-14 17:56:41 +00:00
|
|
|
|
2019-03-02 23:42:32 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-05-10 13:02:45 +00:00
|
|
|
#
|
2015-02-11 11:17:08 +00:00
|
|
|
|
|
|
|
|
|
2014-10-13 18:57:10 +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
|
|
|
|
|
#
|
2012-08-01 05:14:43 +00:00
|
|
|
|
2012-05-10 13:02:45 +00:00
|
|
|
Name: rubygem-parallel
|
2024-06-21 11:38:11 +00:00
|
|
|
Version: 1.25.1
|
2012-05-10 13:02:45 +00:00
|
|
|
Release: 0
|
|
|
|
|
%define mod_name parallel
|
|
|
|
|
%define mod_full_name %{mod_name}-%{version}
|
2024-06-21 11:38:11 +00:00
|
|
|
BuildRequires: %{ruby >= 2.7}
|
2014-10-13 18:57:10 +00:00
|
|
|
BuildRequires: %{rubygem gem2rpm}
|
2015-02-11 11:17:08 +00:00
|
|
|
BuildRequires: ruby-macros >= 5
|
2020-02-10 23:50:49 +00:00
|
|
|
URL: https://github.com/grosser/parallel
|
2018-02-08 07:27:18 +00:00
|
|
|
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
2015-02-11 11:17:08 +00:00
|
|
|
Source1: gem2rpm.yml
|
2012-05-10 13:02:45 +00:00
|
|
|
Summary: Run any kind of code in parallel processes
|
2012-08-01 05:14:43 +00:00
|
|
|
License: MIT
|
|
|
|
|
|
2011-12-14 17:56:41 +00:00
|
|
|
%description
|
2014-10-13 18:57:10 +00:00
|
|
|
Run any kind of code in parallel processes.
|
2011-12-14 17:56:41 +00:00
|
|
|
|
2012-05-10 13:02:45 +00:00
|
|
|
%prep
|
2012-08-01 05:14:43 +00:00
|
|
|
|
2012-05-10 13:02:45 +00:00
|
|
|
%build
|
2012-08-01 05:14:43 +00:00
|
|
|
|
2012-05-10 13:02:45 +00:00
|
|
|
%install
|
2014-10-13 18:57:10 +00:00
|
|
|
%gem_install \
|
|
|
|
|
--doc-files="MIT-LICENSE.txt" \
|
|
|
|
|
-f
|
2012-05-10 13:02:45 +00:00
|
|
|
|
2014-10-13 18:57:10 +00:00
|
|
|
%gem_packages
|
2012-05-10 13:02:45 +00:00
|
|
|
|
2011-12-14 17:56:41 +00:00
|
|
|
%changelog
|