Blame rubygem-erubi.spec

b99b03b
# Generated from erubi-1.6.0.gem by gem2rpm -*- rpm-spec -*-
b99b03b
%global gem_name erubi
b99b03b
b99b03b
Name: rubygem-%{gem_name}
b99b03b
Version: 1.6.0
b99b03b
Release: 1%{?dist}
b99b03b
Summary: Small ERB Implementation
b99b03b
License: MIT
b99b03b
URL: https://github.com/jeremyevans/erubi
b99b03b
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
b99b03b
BuildRequires: ruby(release)
b99b03b
BuildRequires: rubygems-devel
b99b03b
BuildRequires: ruby
b99b03b
BuildRequires: rubygem(minitest)
b99b03b
BuildArch: noarch
b99b03b
b99b03b
%description
b99b03b
Erubi is a ERB template engine for ruby. It is a simplified fork of Erubis.
b99b03b
b99b03b
b99b03b
%package doc
b99b03b
Summary: Documentation for %{name}
b99b03b
Requires: %{name} = %{version}-%{release}
b99b03b
BuildArch: noarch
b99b03b
b99b03b
%description doc
b99b03b
Documentation for %{name}.
b99b03b
b99b03b
%prep
b99b03b
gem unpack %{SOURCE0}
b99b03b
b99b03b
%setup -q -D -T -n  %{gem_name}-%{version}
b99b03b
b99b03b
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
b99b03b
b99b03b
%build
b99b03b
# Create the gem as gem install only works on a gem file
b99b03b
gem build %{gem_name}.gemspec
b99b03b
b99b03b
# %%gem_install compiles any C extensions and installs the gem into ./%%gem_dir
b99b03b
# by default, so that we can move it into the buildroot in %%install
b99b03b
%gem_install
b99b03b
b99b03b
%install
b99b03b
mkdir -p %{buildroot}%{gem_dir}
b99b03b
cp -a .%{gem_dir}/* \
b99b03b
        %{buildroot}%{gem_dir}/
b99b03b
b99b03b
b99b03b
b99b03b
%check
b99b03b
pushd .%{gem_instdir}
b99b03b
ruby ./test/test.rb
b99b03b
popd
b99b03b
b99b03b
%files
b99b03b
%dir %{gem_instdir}
b99b03b
%license %{gem_instdir}/MIT-LICENSE
b99b03b
%{gem_libdir}
b99b03b
%exclude %{gem_cache}
b99b03b
%{gem_spec}
b99b03b
b99b03b
%files doc
b99b03b
%doc %{gem_docdir}
b99b03b
%doc %{gem_instdir}/CHANGELOG
b99b03b
%doc %{gem_instdir}/README.rdoc
b99b03b
%{gem_instdir}/Rakefile
b99b03b
%{gem_instdir}/test
b99b03b
b99b03b
%changelog
b99b03b
* Thu Apr 06 2017 Vít Ondruch <vondruch@redhat.com> - 1.6.0-1
b99b03b
- Initial package