Upgrade rubygem-multi_test 1.1.0

Signed-off-by: cherry530 <xuping33@huawei.com>
This commit is contained in:
cherry530 2022-06-30 15:25:32 +08:00
parent b4f40530b2
commit fe519c6d21
3 changed files with 10 additions and 4 deletions

Binary file not shown.

BIN
multi_test-1.1.0.gem Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global gem_name multi_test
Name: rubygem-multi_test
Version: 0.1.2
Version: 1.1.0
Release: 1
Summary: Wafter-thin gem to disable autorun of various testing libraries
License: MIT
@ -41,6 +41,8 @@ gem build multi_test.gemspec
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}
@ -50,19 +52,23 @@ popd
%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}/History.md
%doc %{gem_instdir}/README.md
%{gem_instdir}/Makefile
%{gem_instdir}/Rakefile
%exclude %{gem_instdir}/multi_test.gemspec
%{gem_instdir}/test
%{gem_instdir}/test-all
%{gem_instdir}/test-gemfile
%changelog
* Thu Jun 30 2022 xu_ping <xuping33@h-partners.com> - 1.1.0-1
- Upgrade 1.1.0
* Mon Jul 27 2020 yaokai <yaokai13@huawei.com> - 0.1.2-1
- Package init