File rubygem-ruby-progressbar.spec of Package rubygem-ruby-progressbar

# Generated from ruby-progressbar-1.8.1.gem by gem2rpm -*- rpm-spec -*-
%global gem_name ruby-progressbar

Name: rubygem-%{gem_name}
Version: 1.8.1
Release: 1%{?dist}
Summary: Ruby/ProgressBar is a flexible text progress bar library for Ruby
Group: Development/Languages
License: MIT
URL: https://github.com/jfelchner/ruby-progressbar
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
BuildRequires: ruby(release)
BuildRequires: rubygems-devel
BuildRequires: ruby
# BuildRequires: rubygem(rspec) => 3.2
# BuildRequires: rubygem(rspec) < 4
# BuildRequires: rubygem(rspectacular) => 0.70.6
# BuildRequires: rubygem(rspectacular) < 0.71
# BuildRequires: rubygem(fuubar) => 2.0
# BuildRequires: rubygem(fuubar) < 3
# BuildRequires: rubygem(warning_filter) => 0.0.2
# BuildRequires: rubygem(warning_filter) < 0.1
# BuildRequires: rubygem(timecop) = 0.6.1
BuildArch: noarch

%description
Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby.
The output can be customized with a flexible formatting system including:
percentage, bars of various formats, elapsed time and estimated time
remaining.


%package doc
Summary: Documentation for %{name}
Group: Documentation
Requires: %{name} = %{version}-%{release}
BuildArch: noarch

%description doc
Documentation for %{name}.

%prep
gem unpack %{SOURCE0}

%setup -q -D -T -n  %{gem_name}-%{version}

gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec

%build
# Create the gem as gem install only works on a gem file
gem build %{gem_name}.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}/




# Run the test suite
%check
pushd .%{gem_instdir}

popd

%files
%dir %{gem_instdir}
%license %{gem_instdir}/LICENSE.txt
%{gem_libdir}
%exclude %{gem_cache}
%{gem_spec}

%files doc
%doc %{gem_docdir}
%doc %{gem_instdir}/README.md
%{gem_instdir}/Rakefile
%{gem_instdir}/spec