!5 升级到社区最新稳定版本1.1.0
From: @cherry530 Reviewed-by: @jxy_git Signed-off-by: @jxy_git
This commit is contained in:
commit
c59306e834
Binary file not shown.
BIN
multi_test-1.1.0.gem
Normal file
BIN
multi_test-1.1.0.gem
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
%global gem_name multi_test
|
%global gem_name multi_test
|
||||||
Name: rubygem-multi_test
|
Name: rubygem-multi_test
|
||||||
Version: 0.1.2
|
Version: 1.1.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Wafter-thin gem to disable autorun of various testing libraries
|
Summary: Wafter-thin gem to disable autorun of various testing libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -41,6 +41,8 @@ gem build multi_test.gemspec
|
|||||||
mkdir -p %{buildroot}%{gem_dir}
|
mkdir -p %{buildroot}%{gem_dir}
|
||||||
cp -a .%{gem_dir}/* \
|
cp -a .%{gem_dir}/* \
|
||||||
%{buildroot}%{gem_dir}/
|
%{buildroot}%{gem_dir}/
|
||||||
|
rm -rf %{buildroot}%{gem_instdir}/.github
|
||||||
|
rm -rf %{buildroot}%{gem_instdir}/.whitesource
|
||||||
|
|
||||||
%check
|
%check
|
||||||
pushd .%{gem_instdir}
|
pushd .%{gem_instdir}
|
||||||
@ -50,19 +52,23 @@ popd
|
|||||||
%dir %{gem_instdir}
|
%dir %{gem_instdir}
|
||||||
%exclude %{gem_instdir}/.travis.yml
|
%exclude %{gem_instdir}/.travis.yml
|
||||||
%license %{gem_instdir}/LICENSE
|
%license %{gem_instdir}/LICENSE
|
||||||
|
%doc %{gem_instdir}/CHANGELOG.md
|
||||||
|
%doc %{gem_instdir}/VERSION
|
||||||
%{gem_libdir}
|
%{gem_libdir}
|
||||||
%exclude %{gem_cache}
|
%exclude %{gem_cache}
|
||||||
%{gem_spec}
|
%{gem_spec}
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%doc %{gem_docdir}
|
%doc %{gem_docdir}
|
||||||
%doc %{gem_instdir}/History.md
|
|
||||||
%doc %{gem_instdir}/README.md
|
%doc %{gem_instdir}/README.md
|
||||||
%{gem_instdir}/Makefile
|
%{gem_instdir}/Makefile
|
||||||
%{gem_instdir}/Rakefile
|
|
||||||
%exclude %{gem_instdir}/multi_test.gemspec
|
%exclude %{gem_instdir}/multi_test.gemspec
|
||||||
%{gem_instdir}/test
|
%{gem_instdir}/test-all
|
||||||
|
%{gem_instdir}/test-gemfile
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jul 27 2020 yaokai <yaokai13@huawei.com> - 0.1.2-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user