|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated from nio4r-1.2.1.gem by gem2rpm -*- rpm-spec -*-
|
|
|
|
# Generated from nio4r-1.2.1.gem by gem2rpm -*- rpm-spec -*-
|
|
|
|
%global gem_name nio4r
|
|
|
|
%global gem_name nio4r
|
|
|
|
|
|
|
|
|
|
|
|
%global libev_version 4.25
|
|
|
|
%global libev_version 4.27
|
|
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 2.4.0
|
|
|
|
Version: 2.5.2
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: New IO for Ruby
|
|
|
|
Summary: New IO for Ruby
|
|
|
|
# The entire source code is MIT, bundled libev is BSD or GPLv2+
|
|
|
|
# The entire source code is MIT, bundled libev is BSD or GPLv2+
|
|
|
|
License: MIT and (BSD or GPLv2+)
|
|
|
|
License: MIT and (BSD or GPLv2+)
|
|
|
@ -89,7 +89,9 @@ popd
|
|
|
|
%dir %{gem_instdir}
|
|
|
|
%dir %{gem_instdir}
|
|
|
|
%{gem_extdir_mri}
|
|
|
|
%{gem_extdir_mri}
|
|
|
|
%exclude %{gem_instdir}/.*
|
|
|
|
%exclude %{gem_instdir}/.*
|
|
|
|
%license %{gem_instdir}/LICENSE.txt
|
|
|
|
# License file was removed in favor of README.md
|
|
|
|
|
|
|
|
# https://github.com/socketry/nio4r/issues/228
|
|
|
|
|
|
|
|
%license %{gem_instdir}/README.md
|
|
|
|
%exclude %{gem_instdir}/appveyor.yml
|
|
|
|
%exclude %{gem_instdir}/appveyor.yml
|
|
|
|
%{gem_libdir}
|
|
|
|
%{gem_libdir}
|
|
|
|
%exclude %{gem_cache}
|
|
|
|
%exclude %{gem_cache}
|
|
|
@ -98,7 +100,6 @@ popd
|
|
|
|
%files doc
|
|
|
|
%files doc
|
|
|
|
%doc %{gem_docdir}
|
|
|
|
%doc %{gem_docdir}
|
|
|
|
%{gem_instdir}/Gemfile
|
|
|
|
%{gem_instdir}/Gemfile
|
|
|
|
%doc %{gem_instdir}/README.md
|
|
|
|
|
|
|
|
%doc %{gem_instdir}/CHANGES.md
|
|
|
|
%doc %{gem_instdir}/CHANGES.md
|
|
|
|
%{gem_instdir}/logo.png
|
|
|
|
%{gem_instdir}/logo.png
|
|
|
|
%{gem_instdir}/rakelib
|
|
|
|
%{gem_instdir}/rakelib
|
|
|
@ -109,6 +110,9 @@ popd
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Nov 15 2019 Pavel Valena <pvalena@redhat.com> - 2.5.2-1
|
|
|
|
|
|
|
|
- Update to nio4r 2.5.2.
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 17 2020 Vít Ondruch <vondruch@redhat.com> - 2.4.0-3
|
|
|
|
* Fri Jan 17 2020 Vít Ondruch <vondruch@redhat.com> - 2.4.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.7
|
|
|
|
|
|
|
|
|
|
|
|