rpms/NetPIPE/devel NetPIPE.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

boodle boodle at fedoraproject.org
Sat Oct 17 22:18:37 UTC 2009


Author: boodle

Update of /cvs/pkgs/rpms/NetPIPE/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15989/devel

Modified Files:
	.cvsignore sources 
Added Files:
	NetPIPE.spec import.log 
Log Message:
initial commit




--- NEW FILE NetPIPE.spec ---
Summary: Protocol independent performance tool
Name: NetPIPE
Version: 3.7.1
Release: 2%{?dist}
License: GPL+
Group: Applications/Internet
URL: http://bitspjoule.org/netpipe/

Source: http://bitspjoule.org/netpipe/code/NetPIPE-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

%description
NetPIPE is a protocol independent performance tool that visually represents
the network performance under a variety of conditions. It performs simple
ping-pong tests, bouncing messages of increasing size between two processes,
whether across a network or within an SMP system. Message sizes are chosen
at regular intervals, and with slight perturbations, to provide a complete
test of the communication system. Each data point involves many ping-pong
tests to provide an accurate timing. Latencies are calculated by dividing
the round trip time in half for small messages ( < 64 Bytes ).

%prep
%setup -q 

%build
make %{?_smp_mflags} memcpy tcp \
	CFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf %{buildroot}
chmod 0644 dox/*
chmod 0644 bin/feplot
chmod 0644 bin/geplot
chmod 0644 bin/nplaunch

install -Dp -m0755 NPmemcpy %{buildroot}%{_bindir}/NPmemcpy
install -Dp -m0755 NPtcp %{buildroot}%{_bindir}/NPtcp
install -Dp -m0644 dox/netpipe.1 %{buildroot}%{_mandir}/man1/netpipe.1

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc dox/netpipe_paper.ps  dox/README dox/np_cluster2002.pdf dox/np_euro.pdf
%doc bin/feplot bin/geplot bin/nplaunch
%doc %{_mandir}/man1/netpipe.1*
%{_bindir}/*

%changelog
* Thu Oct 15 2009 Scott Collier <boodle11 at gmail.com> - 3.7.1-2
- Cleaned up spec file
* Mon Oct 14 2009 Scott Collier <boodle11 at gmail.com> - 3.7.1-1.2
- changed: buildroot
- added: -q to setup
- added: %{?dist} tag to release field
- modified: CFLAGS
- fixed perms on netpipe.spec
- removed obsoletes line
- removed executable perms on docs files
* Mon Sep 12 2009 Scott Collier <boodle11 at gmail.com> - 3.7.1-1.2
- Rebuild for Fedora



--- NEW FILE import.log ---
NetPIPE-3_7_1-2_fc11:HEAD:NetPIPE-3.7.1-2.fc11.src.rpm:1255817841


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/NetPIPE/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	17 Oct 2009 20:46:01 -0000	1.1
+++ .cvsignore	17 Oct 2009 22:18:36 -0000	1.2
@@ -0,0 +1 @@
+NetPIPE-3.7.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/NetPIPE/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	17 Oct 2009 20:46:01 -0000	1.1
+++ sources	17 Oct 2009 22:18:37 -0000	1.2
@@ -0,0 +1 @@
+5f720541387be065afdefc81d438b712  NetPIPE-3.7.1.tar.gz




More information about the fedora-extras-commits mailing list