File: cpipe.spec

package info (click to toggle)
cpipe 3.0.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 136 kB
  • ctags: 58
  • sloc: ansic: 772; makefile: 73
file content (38 lines) | stat: -rw-r--r-- 902 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
## $Revision: 1.2 $, $Date: 2001/01/21 19:18:47 $
## The following line is edited by my ship script to contain the true
## version I am shipping from cvs. (kir)
%define VERSION 3.0.0

Summary: counting pipe
Name: cpipe
Version: %VERSION
Release: 0
Copyright: GPL
Group: Applications/Archiving
Source: cpipe-%{VERSION}.tar.gz
URL: http://wsd.iitb.fhg.de/~kir/cpipehome/
Packager: Harald Kirsch (kirschh@lionbioscience.com)

BuildRoot: /tmp/cpipe-rpmbuild

%description
Cpipe copies its standard input to its standard output while measuring
the time it takes to read an input buffer and write an output
buffer. Statistics of average throughput and the total amount of bytes
copied are printed to the standard error output.

%prep
%setup

%build
make

%install
rm -rf $RPM_BUILD_ROOT/usr/
make install prefix=$RPM_BUILD_ROOT/usr

%post

%files
%attr(-,root,root) /usr/man/man1
%attr(-,root,root) /usr/bin