]> git.pld-linux.org Git - packages/pipemeter.git/blob - pipemeter.spec
- 1.1.3
[packages/pipemeter.git] / pipemeter.spec
1 Summary:        Provides throughput and sometimes progress on shell pipes
2 Summary(pl.UTF-8):      Pokazywanie szybkości przesyłania i czasem postępu dla potoków
3 Name:           pipemeter
4 Version:        1.1.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://spamaps.org/files/pipemeter/%{name}-%{version}.tar.gz
9 # Source0-md5:  55cf189d3d1de92bbc2bc7d3396e20b1
10 URL:            http://spamaps.org/pipemeter.php
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 This program can be used in a shell pipe to display speed and progress
15 (if size of stream is available).
16
17 %description -l pl.UTF-8
18 Ten program może być używany w potoku do wyświetlania szybkości i
19 postępu przesyłania danych (jeśli rozmiar strumienia jest znany).
20
21 %prep
22 %setup -q
23
24 %build
25 %configure
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 install -D pipemeter $RPM_BUILD_ROOT%{_bindir}/pipemeter
32 install -D pipemeter.1 $RPM_BUILD_ROOT%{_mandir}/man1/pipemeter.1
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc Changelog README results.txt testscript.sh
40 %attr(755,root,root) %{_bindir}/*
41 %{_mandir}/*/*
This page took 0.093561 seconds and 4 git commands to generate.