2009-01-16 14:44:23 +00:00
|
|
|
#
|
2011-01-26 18:10:01 +00:00
|
|
|
# spec file for package rubygem-rspec
|
2009-01-16 14:44:23 +00:00
|
|
|
#
|
2024-04-23 05:59:05 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2009-01-16 14:44:23 +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.
|
|
|
|
|
|
2019-12-22 06:24:51 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2009-01-16 14:44:23 +00:00
|
|
|
#
|
|
|
|
|
|
2012-07-29 18:42:56 +00:00
|
|
|
|
2015-01-20 16:29:04 +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
|
|
|
|
|
#
|
2022-02-20 11:33:41 +00:00
|
|
|
|
2009-01-16 14:44:23 +00:00
|
|
|
Name: rubygem-rspec
|
2024-04-23 05:59:05 +00:00
|
|
|
Version: 3.13.0
|
2009-01-16 14:44:23 +00:00
|
|
|
Release: 0
|
2022-02-20 11:33:41 +00:00
|
|
|
%define mod_name rspec
|
|
|
|
|
%define mod_full_name %{mod_name}-%{version}
|
2024-04-23 05:59:05 +00:00
|
|
|
BuildRequires: ruby-macros >= 5
|
|
|
|
|
BuildRequires: %{ruby}
|
2014-11-10 10:42:15 +00:00
|
|
|
BuildRequires: %{rubygem gem2rpm}
|
|
|
|
|
BuildRequires: %{rubygem rdoc > 3.10}
|
2024-04-23 05:59:05 +00:00
|
|
|
Url: http://github.com/rspec
|
2022-02-20 11:33:41 +00:00
|
|
|
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
|
|
|
|
Source1: gem2rpm.yml
|
|
|
|
|
Summary: Meta-gem that depends on the other components
|
|
|
|
|
License: MIT
|
2012-07-29 18:42:56 +00:00
|
|
|
|
2009-01-16 14:44:23 +00:00
|
|
|
%description
|
2014-11-10 10:42:15 +00:00
|
|
|
BDD for Ruby.
|
2011-01-26 18:10:01 +00:00
|
|
|
|
2009-01-16 14:44:23 +00:00
|
|
|
%prep
|
2012-07-29 18:42:56 +00:00
|
|
|
|
2009-01-16 14:44:23 +00:00
|
|
|
%build
|
|
|
|
|
|
2012-07-29 18:42:56 +00:00
|
|
|
%install
|
2014-11-10 10:42:15 +00:00
|
|
|
%gem_install \
|
2015-11-22 06:28:28 +00:00
|
|
|
--doc-files="LICENSE.md README.md" \
|
2014-11-10 10:42:15 +00:00
|
|
|
-f
|
2011-01-26 18:10:01 +00:00
|
|
|
|
2014-11-10 10:42:15 +00:00
|
|
|
%gem_packages
|
2011-01-26 18:10:01 +00:00
|
|
|
|
2009-01-16 14:44:23 +00:00
|
|
|
%changelog
|