[svn] r5687 - in trunk/rpms: . bandwidth

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Sun Aug 5 16:27:22 CEST 2007


Author: dag
Date: 2007-08-05 16:27:18 +0200 (Sun, 05 Aug 2007)
New Revision: 5687

Added:
   trunk/rpms/bandwidth/
   trunk/rpms/bandwidth/bandwidth.spec
Log:
New package

Added: trunk/rpms/bandwidth/bandwidth.spec
===================================================================
--- trunk/rpms/bandwidth/bandwidth.spec	                        (rev 0)
+++ trunk/rpms/bandwidth/bandwidth.spec	2007-08-05 14:27:18 UTC (rev 5687)
@@ -0,0 +1,41 @@
+# $Id$
+# Authority: dag
+# Upstream: Zack Smith <fbui$comcast,net>
+
+Summary: Artificial benchmark for measuring memory bandwidth
+Name: bandwidth
+Version: 0.12
+Release: 1
+License: GPL
+Group: Applications/Internet
+URL: http://home.comcast.net/~fbui/bandwidth.html
+
+Source: http://home.comcast.net/~fbui/bandwidth-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+bandwidth is an artificial benchmark for measuring memory bandwidth,
+useful for identifying a computer's weak areas.
+
+%prep
+%setup
+
+%build
+%{__make} %{?_smp_mflags} CFLAGS="%{optflags}"
+
+%install
+%{__rm} -rf %{buildroot}
+#%{__make} install DESTDIR="%{buildroot}"
+%{__install} -Dp -m0755 bandwidth %{buildroot}%{_bindir}/bandwidth
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc COPYING README
+%{_bindir}/bandwidth
+
+%changelog
+* Sat Jul 28 2007 Dag Wieers <dag at wieers.com> - 0.12-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/bandwidth/bandwidth.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native



More information about the svn-commits mailing list