pakcage rubygem-ruby-progressbar init
This commit is contained in:
parent
dc06fd65c6
commit
46072d6a96
BIN
ruby-progressbar-1.10.1.gem
Normal file
BIN
ruby-progressbar-1.10.1.gem
Normal file
Binary file not shown.
49
rubygem-ruby-progressbar.spec
Normal file
49
rubygem-ruby-progressbar.spec
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
%global gem_name ruby-progressbar
|
||||||
|
Name: rubygem-%{gem_name}
|
||||||
|
Version: 1.10.1
|
||||||
|
Release: 1
|
||||||
|
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) rubygems-devel 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 Aug 23 2020 xiezheng <xiezheng4@huawei.com> - 1.10.1-1
|
||||||
|
- package init
|
||||||
4
rubygem-ruby-progressbar.yaml
Normal file
4
rubygem-ruby-progressbar.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: jfelchner/ruby-progressbar
|
||||||
|
tag_prefix: "releases/v"
|
||||||
|
separator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user