2 Star 1 Fork 7

src-openEuler/rubygem-multi_test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
rubygem-multi_test.spec 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
xu_ping 提交于 2022-06-30 15:25 . Upgrade rubygem-multi_test 1.1.0
%global gem_name multi_test
Name: rubygem-multi_test
Version: 1.1.0
Release: 1
Summary: Wafter-thin gem to disable autorun of various testing libraries
License: MIT
URL: http://cukes.info
Source0: https://rubygems.org/gems/multi_test-%{version}.gem
BuildRequires: ruby(release)
BuildRequires: rubygems-devel
BuildRequires: ruby
BuildArch: noarch
%description
multi_test gives a uniform interface onto whatever testing library has been
loaded into a running Ruby process. It can be used to clobber autorun behaviour
from older versions of Test::Unit that automatically hook in when the user
requires them.
%package doc
Summary: Documentation for rubygem-multi_test
Requires: rubygem-multi_test = %{version}-%{release}
BuildArch: noarch
%description doc
Documentation for rubygem-multi_test.
%prep
gem unpack %{SOURCE0}
%setup -q -D -T -n multi_test-%{version}
gem spec %{SOURCE0} -l --ruby > multi_test.gemspec
%build
gem build multi_test.gemspec
%gem_install
%install
mkdir -p %{buildroot}%{gem_dir}
cp -a .%{gem_dir}/* \
%{buildroot}%{gem_dir}/
rm -rf %{buildroot}%{gem_instdir}/.github
rm -rf %{buildroot}%{gem_instdir}/.whitesource
%check
pushd .%{gem_instdir}
popd
%files
%dir %{gem_instdir}
%exclude %{gem_instdir}/.travis.yml
%license %{gem_instdir}/LICENSE
%doc %{gem_instdir}/CHANGELOG.md
%doc %{gem_instdir}/VERSION
%{gem_libdir}
%exclude %{gem_cache}
%{gem_spec}
%files doc
%doc %{gem_docdir}
%doc %{gem_instdir}/README.md
%{gem_instdir}/Makefile
%exclude %{gem_instdir}/multi_test.gemspec
%{gem_instdir}/test-all
%{gem_instdir}/test-gemfile
%changelog
* Thu Jun 30 2022 xu_ping <[email protected]> - 1.1.0-1
- Upgrade 1.1.0
* Mon Jul 27 2020 yaokai <[email protected]> - 0.1.2-1
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/rubygem-multi_test.git
[email protected]:src-openeuler/rubygem-multi_test.git
src-openeuler
rubygem-multi_test
rubygem-multi_test
master

搜索帮助