This commit is contained in:
Mamoru TASAKA 2023-04-10 16:01:19 +09:00
commit 6bfb5505b9
3 changed files with 11 additions and 7 deletions

View file

@ -1,7 +1,7 @@
%global gem_name yard
Name: rubygem-%{gem_name}
Version: 0.9.29
Version: 0.9.32
Release: 1%{?dist}
Summary: Documentation tool for consistent and usable documentation in Ruby
@ -79,7 +79,6 @@ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod 0755
rm -f %{buildroot}%{gem_cache}
%check
exit 0
# FIXME
# investigate this: was okay with yard 0.9.28
sed -i spec/cli/diff_spec.rb \
@ -96,15 +95,22 @@ rspec -r spec_helper spec
%{_bindir}/yardoc
%{_bindir}/yri
%{gem_instdir}/bin
%{gem_libdir}/
%{gem_instdir}/bin
%{gem_instdir}/po/
%{gem_instdir}/templates/
%{gem_spec}
%{?gem_plugin}
%files doc
%doc %{gem_docdir}
%doc %{gem_instdir}/docs/
%changelog
* Mon Apr 10 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.9.32-1
- 0.9.32
* Sun Apr 9 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.9.29-1
- 0.9.29
- Whitespace cleanup

View file

@ -1,2 +1,2 @@
SHA512 (yard-0.9.29.gem) = e0d6af0e3e57bc2777c15cf747d8599b7a9c23aaa3cbc5aeb6304977c0ae846f69105553faf061b37ca328164a5fbdefbed2b0fd2ed2a67fa4316448f1340493
SHA512 (yard-0.9.29-test-missing-files.tar.gz) = 9ab21bcfbbda3a8c5d276b9c475f80c2f9e27592b80b43db5214cbdb50de4b0310ff6fcd487ca1e616da135b1c98d50fc3de3243f13c83aff87be0a2c203c061
SHA512 (yard-0.9.32.gem) = 49404b11e2a1eb624d9e56b59eb38269e7f579be6a34e0834bfe2e90986aaa5124d636821e4740fbeedac75b903666cb5b1c511324e1cec45eb123786c3ba3cf
SHA512 (yard-0.9.32-test-missing-files.tar.gz) = 6a7c7c4d4c01740f0ece5e7326a3ed0304a3777fa5f4aab5af59ba5fbb1b45fce400e4624f70907e21dc1fc617fb4df56099c2b9d785d14b34889b399e82db8c

View file

@ -29,8 +29,6 @@ cd ..
tar czf $CURDIR/${GEMNAME}-${VERSION}-test-missing-files.tar.gz \
${GITTOPDIR}/spec/ \
${GITTOPDIR}/templates/ \
popd
rm -rf $TMPDIR