]> git.pld-linux.org Git - packages/bar.git/blame_incremental - bar.spec
- updated to 1.10.9, URL
[packages/bar.git] / bar.spec
... / ...
CommitLineData
1Summary: Command Line Progress Bar
2Summary(pl.UTF-8): Pasek postępu w linii komend
3Name: bar
4Version: 1.10.9
5Release: 1
6License: GPL
7Group: Applications
8Source0: http://dl.sourceforge.net/clpbar/%{name}_%{version}.tar.gz
9# Source0-md5: d824415b391a3f826b410c86223e54a5
10URL: http://clpbar.sourceforge.net/
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14Bar is a simple tool to copy a stream of data and print a display for
15the user on stderr showing (a) the amount of data passed, (b) the
16throughput of the data transfer, and (c) the transfer time, or, if the
17total size of the data stream is known, the estimated time remaining,
18what percentage of the data transfer has been completed, and a
19progress bar.
20
21Bar was originally written for the purpose of estimating the amount of
22time needed to transfer large amounts (many, many gigabytes) of data
23across a network. (Usually in an SSH/tar pipe.)
24
25%description -l pl.UTF-8
26Bar jest prostym narzędziem kopiującym strumienie danych
27i wyświetlającym użytkownikowi (a) ile danych zostało przesłanych,
28(b) przepustowość przesyłu danych, (c) czas przesyłu lub, gdy znany
29jest rozmiar strumienia danych, oszacowany pozostały czas, procent
30ukończenia i pasek postępu.
31
32Bar początkowo został napisany w celu oszacowania czasu potrzebnego
33na przesył dużej ilości danych (wiele, wiele gigabajtów) przez sieć.
34(Na przykład przez rurkę SSH/tar).
35
36%prep
37%setup -q
38
39%build
40%configure
41%{__make}
42
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%doc AUTHORS ChangeLog TODO TROUBLESHOOTING
55%attr(755,root,root) %{_bindir}/*
56%{_mandir}/man1/bar.1*
This page took 0.041848 seconds and 4 git commands to generate.