SPECS: pathrate.spec (NEW) - added

aredridel aredridel at pld-linux.org
Mon Feb 12 06:51:47 CET 2007


Author: aredridel                    Date: Mon Feb 12 05:51:47 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   pathrate.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/pathrate.spec
diff -u /dev/null SPECS/pathrate.spec:1.1
--- /dev/null	Mon Feb 12 06:51:47 2007
+++ SPECS/pathrate.spec	Mon Feb 12 06:51:42 2007
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+#
+Summary:	Estimate network path capacity
+Name:		pathrate
+Version:	2.4.1
+Release:	1
+License:	GPL
+Group:		Applications
+Source0:	http://www-static.cc.gatech.edu/fac/Constantinos.Dovrolis/%{name}.tar.gz
+# Source0-md5:	37d2abcd0604cec282ef94891d09d502
+URL:		http://www-static.cc.gatech.edu/fac/Constantinos.Dovrolis/pathrate.html
+BuildRequires:	autoconf
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Estimate network path capacity.
+
+%prep
+%setup -q -n %{name}_%{version}
+
+%build
+%configure2_13
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{name}_snd $RPM_BUILD_ROOT%{_bindir}
+install %{name}_rcv $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/02/12 05:51:42  aredridel
+- added
+
================================================================


More information about the pld-cvs-commit mailing list