| Line | |
|---|
| 1 | Summary: A Text Progress Bar Library for Ruby |
|---|
| 2 | Summary(ja): Ruby のためのテキストプログレスバーライブラリ |
|---|
| 3 | Name: ruby-progressbar |
|---|
| 4 | Version: 0.9 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | Group: Development/Libraries |
|---|
| 7 | License: GPL |
|---|
| 8 | URL: http://namazu.org/~satoru/ruby-progressbar/ |
|---|
| 9 | Source: %{name}-%{version}.tar.bz2 |
|---|
| 10 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 11 | Requires: ruby |
|---|
| 12 | BuildRequires: ruby |
|---|
| 13 | BuildArch: noarch |
|---|
| 14 | |
|---|
| 15 | %description |
|---|
| 16 | A Text Progress Bar Library for Ruby. |
|---|
| 17 | |
|---|
| 18 | %description -l ja |
|---|
| 19 | Ruby のためのテキストプログレスバーライブラリ. |
|---|
| 20 | |
|---|
| 21 | %prep |
|---|
| 22 | %setup -q |
|---|
| 23 | |
|---|
| 24 | %install |
|---|
| 25 | rm -rf $RPM_BUILD_ROOT |
|---|
| 26 | mkdir -p ${RPM_BUILD_ROOT}%{rlibdir} |
|---|
| 27 | install -m 644 progressbar.rb ${RPM_BUILD_ROOT}%{rlibdir} |
|---|
| 28 | |
|---|
| 29 | %clean |
|---|
| 30 | rm -rf $RPM_BUILD_ROOT |
|---|
| 31 | |
|---|
| 32 | %check |
|---|
| 33 | ruby test.rb |
|---|
| 34 | |
|---|
| 35 | %files |
|---|
| 36 | %defattr(-,root,root) |
|---|
| 37 | %doc ChangeLog progressbar.en.rd progressbar.ja.rd test.rb |
|---|
| 38 | %{rlibdir}/progressbar.rb |
|---|
| 39 | |
|---|
| 40 | |
|---|
| 41 | |
|---|
| 42 | %changelog |
|---|
| 43 | * Sat Nov 01 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.9-1 |
|---|
| 44 | - initial build for VineSeed |
|---|
| 45 | |
|---|
| 46 | * Mon Mar 24 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.9-1vl5 |
|---|
| 47 | - initial build for VineSeed |
|---|
| 48 | |
|---|
| 49 | ### end of file |
|---|
Note: See
TracBrowser
for help on using the repository browser.