This commit is contained in:
Mamoru TASAKA 2024-05-31 13:47:14 +09:00
commit d717fbc4e7
3 changed files with 15 additions and 9 deletions

View file

@ -1,12 +1,12 @@
%global gem_name test-unit-ruby-core
Name: rubygem-%{gem_name}
Version: 1.0.5
Release: 2%{?dist}
Version: 1.0.6
Release: 1%{?dist}
Summary: Additional test assertions for Ruby standard libraries
# SPDX confirmed
License: BSD-2-Clause
License: BSD-2-Clause OR Ruby
URL: https://github.com/ruby/test-unit-ruby-core
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
@ -43,7 +43,8 @@ cp -a .%{gem_dir}/* \
# Install additional files
cp -a \
LICENSE.txt \
BSDL \
COPYING \
README.md \
%{buildroot}%{gem_instdir}/
@ -56,7 +57,8 @@ exit 0
%files
%dir %{gem_instdir}
%doc %{gem_instdir}/README.md
%license %{gem_instdir}/LICENSE.txt
%license %{gem_instdir}/BSDL
%license %{gem_instdir}/COPYING
%{gem_libdir}
%{gem_spec}
@ -65,6 +67,9 @@ exit 0
%changelog
* Fri May 31 2024 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.0.6-1
- 1.0.6
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild