Refactor small issues.
This commit is contained in:
parent
1e72602218
commit
cdeff9e00a
@ -93,7 +93,7 @@ Release: %{release_string}
|
|||||||
# zlib: ext/digest/md5/md5.*, ext/nkf/nkf-utf8/nkf.c
|
# zlib: ext/digest/md5/md5.*, ext/nkf/nkf-utf8/nkf.c
|
||||||
# UCD: some of enc/trans/**/*.src
|
# UCD: some of enc/trans/**/*.src
|
||||||
License: (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
|
License: (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
|
||||||
URL: http://ruby-lang.org/
|
URL: https://www.ruby-lang.org/
|
||||||
Source0: https://cache.ruby-lang.org/pub/%{name}/%{major_minor_version}/%{ruby_archive}.tar.xz
|
Source0: https://cache.ruby-lang.org/pub/%{name}/%{major_minor_version}/%{ruby_archive}.tar.xz
|
||||||
Source1: operating_system.rb
|
Source1: operating_system.rb
|
||||||
# TODO: Try to push SystemTap support upstream.
|
# TODO: Try to push SystemTap support upstream.
|
||||||
@ -579,8 +579,8 @@ to read and create these feeds.
|
|||||||
|
|
||||||
|
|
||||||
%package -n rubygem-typeprof
|
%package -n rubygem-typeprof
|
||||||
Version: %{typeprof_version}
|
|
||||||
Summary: TypeProf is a type analysis tool for Ruby code based on abstract interpretation
|
Summary: TypeProf is a type analysis tool for Ruby code based on abstract interpretation
|
||||||
|
Version: %{typeprof_version}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/ruby/typeprof
|
URL: https://github.com/ruby/typeprof
|
||||||
Requires: ruby(release)
|
Requires: ruby(release)
|
||||||
@ -1244,7 +1244,6 @@ MSPECOPTS="$MSPECOPTS -P 'raises TypeError if one of the passed exceptions is no
|
|||||||
%exclude %{_bindir}/racc
|
%exclude %{_bindir}/racc
|
||||||
%exclude %{gem_dir}/gems/racc-%{racc_version}/bin
|
%exclude %{gem_dir}/gems/racc-%{racc_version}/bin
|
||||||
|
|
||||||
|
|
||||||
%files -n rubygem-irb
|
%files -n rubygem-irb
|
||||||
%{_bindir}/irb
|
%{_bindir}/irb
|
||||||
%{ruby_libdir}/irb*
|
%{ruby_libdir}/irb*
|
||||||
|
Loading…
Reference in New Issue
Block a user