]> git.pld-linux.org Git - packages/bar.git/blob - bar.spec
- updated to 1.10.9, URL
[packages/bar.git] / bar.spec
1 Summary:        Command Line Progress Bar
2 Summary(pl.UTF-8):      Pasek postępu w linii komend
3 Name:           bar
4 Version:        1.10.9
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://dl.sourceforge.net/clpbar/%{name}_%{version}.tar.gz
9 # Source0-md5:  d824415b391a3f826b410c86223e54a5
10 URL:            http://clpbar.sourceforge.net/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Bar is a simple tool to copy a stream of data and print a display for
15 the user on stderr showing (a) the amount of data passed, (b) the
16 throughput of the data transfer, and (c) the transfer time, or, if the
17 total size of the data stream is known, the estimated time remaining,
18 what percentage of the data transfer has been completed, and a
19 progress bar.
20
21 Bar was originally written for the purpose of estimating the amount of
22 time needed to transfer large amounts (many, many gigabytes) of data
23 across a network. (Usually in an SSH/tar pipe.)
24
25 %description -l pl.UTF-8
26 Bar jest prostym narzędziem kopiującym strumienie danych
27 i 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
29 jest rozmiar strumienia danych, oszacowany pozostały czas, procent
30 ukończenia i pasek postępu.
31
32 Bar początkowo został napisany w celu oszacowania czasu potrzebnego
33 na 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
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -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.089187 seconds and 3 git commands to generate.