Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37881992
en ru br
ALT Linux repos
S:3.10.2-alt1

Group :: Development/Ruby
RPM: gem-rspec-support

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define        gemname rspec-support

Name:          gem-rspec-support
Version:       3.10.2
Release:       alt1
Summary:       Common code needed by the other RSpec gems
License:       MIT
Group:         Development/Ruby
Url:           https://github.com/rspec/rspec-support
Vcs:           https://github.com/rspec/rspec-support.git
Packager:      Ruby Maintainers Team <ruby at packages.altlinux.org>
BuildArch:     noarch

Source:        %name-%version.tar
BuildRequires(pre): rpm-build-ruby

%add_findreq_skiplist %ruby_gemslibdir/**/*
%add_findprov_skiplist %ruby_gemslibdir/**/*
Obsoletes:     ruby-rspec-support < %EVR
Provides:      ruby-rspec-support = %EVR
Provides:      gem(rspec-support) = 3.10.2

%description
RSpec::Support provides common functionality to RSpec::Core, RSpec::Expectations
and RSpec::Mocks. It is considered suitable for internal use only at this time.


%package       -n gem-rspec-support-doc
Version:       3.10.2
Release:       alt1
Summary:       Common code needed by the other RSpec gems documentation files
Summary(ru_RU.UTF-8): Файлы сведений для самоцвета rspec-support
Group:         Development/Documentation
BuildArch:     noarch

Requires:      gem(rspec-support) = 3.10.2

%description   -n gem-rspec-support-doc
Common code needed by the other RSpec gems documentation files.

RSpec::Support provides common functionality to RSpec::Core, RSpec::Expectations
and RSpec::Mocks. It is considered suitable for internal use only at this time.

%description   -n gem-rspec-support-doc -l ru_RU.UTF-8
Файлы сведений для самоцвета rspec-support.


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README.md
%ruby_gemspec
%ruby_gemlibdir

%files         -n gem-rspec-support-doc
%doc README.md
%ruby_gemdocdir


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin