source: projects/specs/trunk/r/ruby-progressbar/ruby-progressbar-vl.spec @ 521

Revision 521, 1.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:        A Text Progress Bar Library for Ruby
2Summary(ja):    Ruby のためのテキストプログレスバーライブラリ
3Name:           ruby-progressbar
4Version:        0.9
5Release:        1%{?_dist_release}
6Group:          Development/Libraries
7License:        GPL
8URL:            http://namazu.org/~satoru/ruby-progressbar/
9Source:         %{name}-%{version}.tar.bz2
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11Requires:       ruby
12BuildRequires:  ruby
13BuildArch:      noarch
14
15%description
16A Text Progress Bar Library for Ruby.
17
18%description -l ja
19Ruby のためのテキストプログレスバーライブラリ.
20
21%prep
22%setup -q
23
24%install
25rm -rf $RPM_BUILD_ROOT
26mkdir -p ${RPM_BUILD_ROOT}%{rlibdir}
27install -m 644 progressbar.rb ${RPM_BUILD_ROOT}%{rlibdir}
28
29%clean
30rm -rf $RPM_BUILD_ROOT
31
32%check
33ruby 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.