]> git.pld-linux.org Git - packages/pv.git/commitdiff
- initial release
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Sat, 30 Nov 2002 16:11:42 +0000 (16:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pv.spec -> 1.1

pv.spec [new file with mode: 0644]

diff --git a/pv.spec b/pv.spec
new file mode 100644 (file)
index 0000000..60243f7
--- /dev/null
+++ b/pv.spec
@@ -0,0 +1,59 @@
+Summary:       Pipe Viewer
+Summary(pl):   Pipe Viewer
+Name:          pv
+Version:       0.4.0
+Release:       1
+License:       GPL
+Group:         Applications/Archiving
+Source0:       http://www.ivarch.com/programs/sources/%{name}-%{version}.tar.gz
+URL:           http://www.ivarch.com/programs/pv.shtml
+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.
+
+%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 ¿eby
+zwizualizowaæ prêdko¶æ z jak± dane przep³ywaj± miê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
+
+%build
+cd autoconf
+%{__autoconf}
+cd ..
+install autoconf/configure .
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_infodir}}
+
+%{__make} install RPM_BUILD_ROOT=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc README doc/manual.html doc/NEWS doc/TODO
+%attr(755,root,root) %{_bindir}/*
+%{_infodir}/*.info*
+%{_mandir}/man1/*
This page took 0.150552 seconds and 4 git commands to generate.