diff --git a/.gitignore b/.gitignore index 7c670a5..1dacfb6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /rb-inotify-0.8.1.gem /rb-inotify-0.8.8.gem /rb-inotify-0.9.5.gem +/rb-inotify-0.9.7.gem diff --git a/rubygem-rb-inotify.spec b/rubygem-rb-inotify.spec index 577dfc5..96df54e 100644 --- a/rubygem-rb-inotify.spec +++ b/rubygem-rb-inotify.spec @@ -1,18 +1,20 @@ %global gem_name rb-inotify -Summary: A Ruby wrapper for Linux's inotify, using FFI Name: rubygem-%{gem_name} -Version: 0.9.5 -Release: 3%{?dist} +Version: 0.9.7 +Release: 1%{?dist} +Summary: A Ruby wrapper for Linux's inotify, using FFI Group: Development/Languages License: MIT URL: http://github.com/nex3/rb-inotify -Source0: http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem +Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem +BuildRequires: ruby(release) BuildRequires: rubygems-devel +BuildRequires: ruby BuildArch: noarch %description -A Ruby wrapper for Linux's inotify, using FFI +A Ruby wrapper for Linux's inotify, using FFI. %package doc @@ -22,7 +24,7 @@ Requires: %{name} = %{version}-%{release} BuildArch: noarch %description doc -Documentation for %{name} +Documentation for %{name}. %prep %setup -q -c -T @@ -38,9 +40,8 @@ cp -a .%{gem_dir}/* \ %files %dir %{gem_instdir} %exclude %{gem_instdir}/.* +%license %{gem_instdir}/MIT-LICENSE %{gem_libdir} -%doc %{gem_docdir} -%doc %{gem_instdir}/MIT-LICENSE %exclude %{gem_cache} %{gem_spec} @@ -54,6 +55,9 @@ cp -a .%{gem_dir}/* \ %changelog +* 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 diff --git a/sources b/sources index 8d8e7c4..3b85440 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -865ed70ff9f90d5d23dc4ab906358650 rb-inotify-0.9.5.gem +9f960a580af3cc0cabb006eb52d854a5 rb-inotify-0.9.7.gem