!4 [sync] PR-2: update rubygem-msgpack to 1.4.5

From: @openeuler-sync-bot 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-03-03 04:05:28 +00:00 committed by Gitee
commit 1d67b890a3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
msgpack-1.4.5.gem Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global gem_name msgpack
Name: rubygem-%{gem_name}
Version: 1.1.0
Version: 1.4.5
Release: 1
Summary: MessagePack, a binary-based efficient data interchange format
License: ASL 2.0
@ -40,6 +40,7 @@ cp -ar .%{gem_extdir_mri}/{gem.build_complete,%{gem_name}} %{buildroot}%{gem_ext
mkdir -p %{buildroot}%{gem_extdir_mri}/lib/%{gem_name}
cp -ar .%{gem_instdir}/ext/%{gem_name}/%{gem_name}.so %{buildroot}%{gem_extdir_mri}/lib/%{gem_name}
rm -rf %{buildroot}%{gem_instdir}/ext/
rm -rf %{buildroot}%{gem_instdir}/.github
rm -f %{buildroot}%{gem_instdir}/{.gitignore,.travis.yml}
%check
@ -64,12 +65,15 @@ popd
%doc %{gem_docdir}
%doc %{gem_instdir}/ChangeLog
%{gem_instdir}/Gemfile
%doc %{gem_instdir}/README.rdoc
%doc %{gem_instdir}/README.md
%{gem_instdir}/Rakefile
%doc %{gem_instdir}/doclib
%{gem_instdir}/msgpack.gemspec
%{gem_instdir}/spec
%changelog
* Fri Feb 25 2022 Yangyunyi <yangyunyi2@huawei.com> - 1.4.5-1
- Update rubygem-msgpack to 1.4.5
* Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 1.1.0-1
- package init