update to latest version

This commit is contained in:
baizg1107 2022-06-28 19:39:07 +08:00
parent 8a78113212
commit d3c6978cf8
3 changed files with 5 additions and 5 deletions

Binary file not shown.

BIN
daemons-1.4.1.gem Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%define gem_name daemons
Summary: A toolkit to create and control daemons in different ways
Name: rubygem-%{gem_name}
Version: 1.1.9
Version: 1.4.1
Release: 1
License: MIT and (GPLv2+ or Ruby)
URL: https://rubygems.org/gems/daemons
@ -41,18 +41,18 @@ cp -pa .%{gem_dir}/* \
%dir %{gem_instdir}
%{gem_instdir}/examples/
%{gem_libdir}/
%{gem_instdir}/Rakefile
%{gem_instdir}/setup.rb
%doc %{gem_instdir}/LICENSE
%exclude %{gem_cache}
%{gem_spec}
%files doc
%doc %{gem_docdir}
%doc %{gem_instdir}/README
%doc %{gem_instdir}/README.md
%doc %{gem_instdir}/Releases
%doc %{gem_instdir}/TODO
%changelog
* Tue Jun 28 2022 baizhonggui <baizhonggui@h-partners.com> - 1.4.1-1
- update to 1.4.1
* Fri Aug 21 2020 fanjiachen <fanjiachen3@huawei.com> - 1.1.9-1
- package init