You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rubygem-listen/rubygem-listen.spec

84 lines
1.9 KiB

# Generated from listen-0.4.7.gem by gem2rpm -*- rpm-spec -*-
%global gem_name listen
%global rubyabi 1.9.1
Summary: Listen to file modifications
Name: rubygem-%{gem_name}
Version: 0.4.7
Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: https://github.com/guard/listen
Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
# git clone https://github.com/guard/listen.git && cd listen
# git checkout v0.4.7
# tar czvf listen-0.4.7-specs.tar.gz spec/
Source1: listen-%{version}-specs.tar.gz
# Remove the hardcoded dependencies. We don't have them in Fedora (except rb-inotify),
# they are platform specifis and not needed.
# https://github.com/guard/listen/pull/54
Patch0: listen-%{version}-Remove-hardcoded-platform-specific-dependencies.patch
Requires: ruby(abi) = %{rubyabi}
Requires: ruby(rubygems) >= 1.3.6
BuildRequires: ruby(abi) = %{rubyabi}
BuildRequires: rubygems-devel >= 1.3.6
BuildRequires: ruby
BuildRequires: %{_bindir}/rspec
BuildRequires: rubygem(rb-inotify)
BuildArch: noarch
Provides: rubygem(%{gem_name}) = %{version}
%description
The Listen gem listens to file modifications and notifies you about the
changes. Works everywhere!
%package doc
Summary: Documentation for %{name}
Group: Documentation
Requires: %{name} = %{version}-%{release}
BuildArch: noarch
%description doc
Documentation for %{name}
%prep
%setup -q -c -T
mkdir -p .%{gem_dir}
gem install --local --install-dir .%{gem_dir} \
--force %{SOURCE0}
pushd .%{gem_dir}
%patch0 -p1
popd
%build
%install
mkdir -p %{buildroot}%{gem_dir}
cp -a .%{gem_dir}/* \
%{buildroot}%{gem_dir}/
%check
pushd .%{gem_instdir}
tar xzvf %{SOURCE1}
rspec spec
popd
%files
%dir %{gem_instdir}
%doc %{gem_instdir}/LICENSE
%{gem_libdir}
%exclude %{gem_cache}
%{gem_spec}
%files doc
%doc %{gem_docdir}
%doc %{gem_instdir}/CHANGELOG.md
%doc %{gem_instdir}/README.md
%changelog
* Tue Jul 24 2012 Vít Ondruch <vondruch@redhat.com> - 0.4.7-1
- Initial package