Update to rb-inotify 0.9.7.

epel9
Vít Ondruch 9 years ago
parent bf21557520
commit 592c9c6614

1
.gitignore vendored

@ -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

@ -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 <vondruch@redhat.com> - 0.9.7-1
- Update to rb-inotify 0.9.7.
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

@ -1 +1 @@
865ed70ff9f90d5d23dc4ab906358650 rb-inotify-0.9.5.gem
9f960a580af3cc0cabb006eb52d854a5 rb-inotify-0.9.7.gem

Loading…
Cancel
Save