rpms/pv/devel pv.spec,NONE,1.1 .cvsignore,1.1,1.2 sources,1.1,1.2

Jakub Hrozek (jhrozek) fedora-extras-commits at redhat.com
Tue Jul 31 19:03:27 UTC 2007


Author: jhrozek

Update of /cvs/extras/rpms/pv/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27944/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pv.spec 
Log Message:
Initial cvs-import into the devel branch



--- NEW FILE pv.spec ---
Summary: A tool for monitoring the progress of data through a pipeline
Name: pv
Version: 0.9.9
Release: 1%{?dist}
License: Artistic
Group: Development/Tools
Source: http://pipeviewer.googlecode.com/files/%{name}-%{version}.tar.gz
URL: http://www.ivarch.com/programs/pv.shtml
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)


BuildRequires: gettext


%description
PV ("Pipe Viewer") is a 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 %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT

mkdir -p ${RPM_BUILD_ROOT}%{_bindir}         # /usr/bin
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1    # /usr/share/man/man1

make DESTDIR=$RPM_BUILD_ROOT install
%find_lang %{name}


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-, root, root)
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.gz

%doc README doc/NEWS doc/TODO doc/COPYING


%changelog
* Sun Jun 24 2007 Jakub Hrozek <jhrozek at redhat.com> - 0.9.9-1
- Initial packaging loosely based on SRPM from project's home page by 
  Andrew Wood <andrew.wood at ivarch.com>


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pv/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	31 Jul 2007 15:14:58 -0000	1.1
+++ .cvsignore	31 Jul 2007 19:02:54 -0000	1.2
@@ -0,0 +1 @@
+pv-0.9.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pv/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 Jul 2007 15:14:58 -0000	1.1
+++ sources	31 Jul 2007 19:02:54 -0000	1.2
@@ -0,0 +1 @@
+a26e523e54c511ed8d263f16a7025330  pv-0.9.9.tar.gz




More information about the fedora-extras-commits mailing list