File pv.spec of Package pv

Name:           pv
URL:            http://www.ivarch.com/programs/pv.shtml
License:        Artistic License
Group:          Development/Tools
Version:        1.1.4
Release:        1
Summary:        Pipe Viewer
Source:         %{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  gcc make

%description
A terminal-based tool for monitoring the progress of data through a pipeline.
It can be inserted into any normal pipeline between two processes to give
a visual indication of how quickly data is passing through, how long it has
taken, how near to completion it is, and an estimate of how long it will be
until completion.

%prep
%setup -q

%build
%configure
make

%install
make DESTDIR=%{buildroot} install
%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root)
%doc README doc/NEWS doc/TODO doc/COPYING
%{_bindir}/*
%{_mandir}/man1/*

%changelog
openSUSE Build Service is sponsored by