automatic rebuild by autodist [release 0.9-2mamba;Sun Sep 01 2013]
This commit is contained in:
parent
ce5a92c5f4
commit
0d632e622e
@ -1,2 +1,4 @@
|
|||||||
# ruby-progressbar
|
# ruby-progressbar
|
||||||
|
|
||||||
|
A Text Progress Bar Library for Ruby.
|
||||||
|
|
||||||
|
50
ruby-progressbar.spec
Normal file
50
ruby-progressbar.spec
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
Name: ruby-progressbar
|
||||||
|
Version: 0.9
|
||||||
|
Release: 2mamba
|
||||||
|
Summary: A Text Progress Bar Library for Ruby
|
||||||
|
Group: System/Internationalization
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: http://namazu.org/~satoru/ruby-progressbar/
|
||||||
|
Source: http://0xcc.net/ruby-progressbar/ruby-progressbar-%{version}.tar.gz
|
||||||
|
License: GPL
|
||||||
|
Requires: ruby
|
||||||
|
BuildRequires: ruby
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
A Text Progress Bar Library for Ruby.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
mkdir -p %{buildroot}%{ruby_sitelib}
|
||||||
|
mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
|
||||||
|
cp progressbar.rb %{buildroot}%{ruby_sitelib}
|
||||||
|
#cp ChangeLog progressbar.en.rd progressbar.ja.rd test.rb %{buildroot}%{_docdir}/%{name}-%{version}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
#% check
|
||||||
|
#ruby test.rb
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{ruby_sitelib}/progressbar.rb
|
||||||
|
%doc ChangeLog
|
||||||
|
#progressbar.en.rd progressbar.ja.rd test.rb
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Sep 01 2013 Automatic Build System <autodist@mambasoft.it> 0.9-2mamba
|
||||||
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
* Fri Jul 25 2008 gil <puntogil@libero.it> 0.9-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user