]> git.pld-linux.org Git - packages/bar.git/blame - bar.spec
- updated to 1.11.1
[packages/bar.git] / bar.spec
CommitLineData
8a5ac715 1Summary: Command Line Progress Bar
a4848d0f 2Summary(pl.UTF-8): Pasek postępu w linii komend
8a5ac715 3Name: bar
a7b3ca94 4Version: 1.11.1
8a5ac715 5Release: 1
6License: GPL
7Group: Applications
8Source0: http://dl.sourceforge.net/clpbar/%{name}_%{version}.tar.gz
a7b3ca94 9# Source0-md5: 4836a9767cbfb9c0b16020d23b4b5e91
911c34ae 10URL: http://clpbar.sourceforge.net/
8a5ac715 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
c392f6e3
JR
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.
8a5ac715 31
c392f6e3
JR
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).
8a5ac715 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)
ee4c5b94 54%doc AUTHORS debian/changelog TODO TROUBLESHOOTING
8a5ac715 55%attr(755,root,root) %{_bindir}/*
56%{_mandir}/man1/bar.1*
This page took 0.069044 seconds and 4 git commands to generate.