%global gem_name rb-inotify Name: rubygem-%{gem_name} Version: 0.10.1 Release: 1%{?dist}.1 Summary: A Ruby wrapper for Linux inotify, using FFI License: MIT URL: https://github.com/guard/rb-inotify Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem %if 0%{?rhel} <= 7 BuildRequires: rubygem(ffi) %endif BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby BuildRequires: rubygem(ffi) BuildRequires: %{_bindir}/rspec BuildRequires: rubygem(concurrent-ruby) BuildRequires: rubygem(rspec-expectations) BuildArch: noarch %description A Ruby wrapper for Linux inotify, using FFI. %package doc Summary: Documentation for %{name} Requires: %{name} = %{version}-%{release} BuildArch: noarch %description doc Documentation for %{name}. %prep %if 0%{?rhel} <= 7 gem unpack %{SOURCE0} gem specification %{SOURCE0} -l --ruby > %{gem_name}-%{version}.gemspec %endif %setup -q -D -n %{gem_name}-%{version} %build # Create the gem as gem install only works on a gem file gem build ../%{gem_name}-%{version}.gemspec # %%gem_install compiles any C extensions and installs the gem into ./%%gem_dir # by default, so that we can move it into the buildroot in %%install %gem_install %install mkdir -p %{buildroot}%{gem_dir} cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ %check pushd .%{gem_instdir} # Bundler is not necessary. sed -i "/bundler\/setup/ s/^/#/" spec/spec_helper.rb # Bunler needs "Pathname" for its functionality, but we are not using Bundler, # therefore we need to load it explicitly. rspec -rpathname spec popd %files %dir %{gem_instdir} %exclude %{gem_instdir}/.* %license %{gem_instdir}/LICENSE.md %{gem_libdir} %exclude %{gem_cache} %{gem_spec} %files doc %doc %{gem_docdir} %{gem_instdir}/Gemfile %doc %{gem_instdir}/README.md %{gem_instdir}/Rakefile %{gem_instdir}/rb-inotify.gemspec %{gem_instdir}/spec %changelog * Fri Jan 17 2020 Pavel Valena - 0.10.1-1 - Update to rb-inotify 0.10.1. * Fri Jul 26 2019 Fedora Release Engineering - 0.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 08 2019 Vít Ondruch - 0.10.0-1 - Update to rb-inotify 0.10.0. * Sat Feb 02 2019 Fedora Release Engineering - 0.9.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 0.9.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering - 0.9.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 0.9.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.9.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Sep 06 2016 Vít Ondruch - 0.9.7-2 - Avoid crashing when fd is closed. * Fri Jul 01 2016 Vít Ondruch - 0.9.7-1 - Update to rb-inotify 0.9.7. * Thu Feb 04 2016 Fedora Release Engineering - 0.9.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering - 0.9.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Oct 07 2014 Josef Stribny - 0.9.5-1 - Update to 0.9.5 * Sun Jun 08 2014 Fedora Release Engineering - 0.8.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering - 0.8.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Mar 07 2013 Vít Ondruch - 0.8.8-3 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 * Thu Feb 14 2013 Fedora Release Engineering - 0.8.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Jul 24 2012 Vít Ondruch - 0.8.8-1 - Update to rb-inotify 0.8.8. * Sat Jul 21 2012 Fedora Release Engineering - 0.8.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Feb 03 2012 Vít Ondruch - 0.8.1-5 - Rebuilt for Ruby 1.9.3. * Sat Jan 14 2012 Fedora Release Engineering - 0.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 09 2011 Fedora Release Engineering - 0.8.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Oct 11 2010 Michal Fojtik - 0.8.1-2 - Removed unused macros - Moved Rakefile into doc * Tue Oct 05 2010 Michal Fojtik - 0.8.1-1 - Initial package