diff --git a/rubygem-yard.spec b/rubygem-yard.spec index d7e60c3..393971d 100644 --- a/rubygem-yard.spec +++ b/rubygem-yard.spec @@ -1,13 +1,13 @@ %global gem_name yard Name: rubygem-%{gem_name} -Version: 0.9.28 +Version: 0.9.34 Release: 1 Summary: Documentation tool for consistent and usable documentation in Ruby License: MIT and (BSD or Ruby) URL: http://yardoc.org Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem # git clone http://github.com/lsegal/yard -# cd yard && git archive -v -o yard-0.9.28-spec.txz v0.9.28 spec/ +# cd yard && git archive -v -o yard-0.9.34-spec.txz v0.9.34 spec/ Source1: %{gem_name}-%{version}-spec.txz BuildRequires: ruby(release) rubygems-devel ruby rubygem(RedCloth) rubygem(asciidoctor) rubygem(bundler) @@ -40,17 +40,15 @@ cp -a .%{gem_dir}/* \ mkdir -p %{buildroot}%{_bindir} cp -a .%{_bindir}/* \ %{buildroot}%{_bindir}/ -find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x +find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod 0755 %check pushd .%{gem_instdir} cp -r %{_builddir}/spec . -sed -r -i "/(coveralls|gettext|samus|simplecov)/ s/^/#/" Gemfile +sed -i spec/cli/diff_spec.rb -e '\@"searches for .gem file"@s|\([ \t]it \)|\txit |' -sed -r -i "/gem 'commonmarker'/ s/^/#/" Gemfile - -rspec spec +rspec -r spec_helper spec popd %files @@ -71,21 +69,14 @@ popd %files doc %doc %{gem_docdir} %doc %{gem_instdir}/CHANGELOG.md -%doc %{gem_instdir}/CODE_OF_CONDUCT.md -%doc %{gem_instdir}/CONTRIBUTING.md -%{gem_instdir}/Dockerfile.samus -%{gem_instdir}/Gemfile %doc %{gem_instdir}/README.md -%{gem_instdir}/Rakefile -%doc %{gem_instdir}/SECURITY.md -%{gem_instdir}/benchmarks %{gem_plugin} -%{gem_instdir}/tasks %doc %{gem_instdir}/docs -%{gem_instdir}/samus.json -%{gem_instdir}/%{gem_name}.gemspec %changelog +* Tue Aug 1 2023 liyanan - 0.9.34-1 +- Update to 0.9.34 + * Tue Jan 17 2023 caodongxia - 0.9.28-1 - update to 0.9.28 diff --git a/yard-0.9.28.gem b/yard-0.9.28.gem deleted file mode 100644 index 5ba5357..0000000 Binary files a/yard-0.9.28.gem and /dev/null differ diff --git a/yard-0.9.28-spec.txz b/yard-0.9.34-spec.txz similarity index 97% rename from yard-0.9.28-spec.txz rename to yard-0.9.34-spec.txz index 35232c7..f8e1d2c 100644 Binary files a/yard-0.9.28-spec.txz and b/yard-0.9.34-spec.txz differ diff --git a/yard-0.9.34.gem b/yard-0.9.34.gem new file mode 100644 index 0000000..6946b64 Binary files /dev/null and b/yard-0.9.34.gem differ