initial import (#1585385)
This commit is contained in:
parent
b8044874c5
commit
bc3013b76d
4 changed files with 72 additions and 3 deletions
70
rubygem-ruby-progressbar.spec
Normal file
70
rubygem-ruby-progressbar.spec
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
%global gem_name ruby-progressbar
|
||||
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 1.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Ruby/ProgressBar is a flexible text progress bar library
|
||||
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
|
||||
|
||||
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}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
Documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{gem_name}-%{version}
|
||||
|
||||
|
||||
%build
|
||||
gem build ../%{gem_name}-%{version}.gemspec
|
||||
|
||||
%gem_install
|
||||
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{gem_dir}
|
||||
cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
|
||||
|
||||
|
||||
%files
|
||||
%license %{gem_instdir}/LICENSE.txt
|
||||
|
||||
%dir %{gem_instdir}
|
||||
|
||||
%{gem_libdir}
|
||||
|
||||
%exclude %{gem_cache}
|
||||
|
||||
%{gem_spec}
|
||||
|
||||
|
||||
%files doc
|
||||
%doc %{gem_docdir}
|
||||
%doc %{gem_instdir}/README.md
|
||||
|
||||
%{gem_instdir}/Rakefile
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 30 2018 Fabio Valentini <decathorpe@gmail.com> - 1.9.0-1
|
||||
- Initial package
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue