]> git.pld-linux.org Git - packages/pv.git/blobdiff - pv.spec
- updated to 0.9.2
[packages/pv.git] / pv.spec
diff --git a/pv.spec b/pv.spec
index 75f3b1a32249285fedc46b982613551376893eef..905fff53acec33a02d223e7d38d68ac60f00b5df 100644 (file)
--- a/pv.spec
+++ b/pv.spec
@@ -1,29 +1,30 @@
-Summary:       Pipe Viewer
+Summary:       Pipe Viewer - tool for monitoring the progress of data through a pipeline
 Summary(pl):   Pipe Viewer - monitorowanie przep³ywu danych przez potok
 Name:          pv
-Version:       0.8.5
-Release:       0.1
+Version:       0.9.2
+Release:       1
 License:       GPL
 Group:         Applications
 Source0:       http://dl.sourceforge.net/pipeviewer/%{name}-%{version}.tar.gz
-# Source0-md5: 48c9d7a64035d9634ecf4e6d4414da02
+# Source0-md5: a8e31f4e38088b905f5d4f13c670315c
 URL:           http://www.ivarch.com/programs/pv.shtml
 BuildRequires: autoconf
+BuildRequires: gettext-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Pipe Viewer is 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.
+Pipe Viewer is 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.
 
 %description -l pl
-Pipe Viewer jest tekstowym narzêdziem do monitorowania przep³ywu danych
-przez potok. Mo¿e byæ wstawiony w dowolny potok pomiêdzy dwa procesy w celu
-wizualizacji prêdko¶ci z jak± dane przep³ywaj± pomiêdzy nimi, ile czasu im
-to zajmuje, ile jeszcze zosta³o do ukoñczenia i ile mniej wiêcej czasu to
-bêdzie trwa³o.
+Pipe Viewer jest tekstowym narzêdziem do monitorowania przep³ywu
+danych przez potok. Mo¿e byæ wstawiony w dowolny potok pomiêdzy dwa
+procesy w celu wizualizacji prêdko¶ci z jak± dane przep³ywaj± pomiêdzy
+nimi, ile czasu im to zajmuje, ile jeszcze zosta³o do ukoñczenia i ile
+mniej wiêcej czasu to bêdzie trwa³o.
 
 %prep
 %setup -q
@@ -40,7 +41,8 @@ install autoconf/configure .
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_infodir}}
 
-%{__make} install RPM_BUILD_ROOT=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name}
 
This page took 0.114369 seconds and 4 git commands to generate.