diff --git a/bing.changes b/bing.changes index 9d92225..7568f61 100644 --- a/bing.changes +++ b/bing.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 17 19:37:35 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile +- Use %_smp_mflags for parallel build + ------------------------------------------------------------------- Tue Nov 3 19:09:08 UTC 2009 - coolo@novell.com diff --git a/bing.spec b/bing.spec index 258305c..cef9c60 100644 --- a/bing.spec +++ b/bing.spec @@ -1,7 +1,7 @@ # -# spec file for package bing (Version 1.0.5) +# spec file for package bing # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,14 +15,12 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: bing License: BSD 3-clause (or similar) Group: Productivity/Networking/Diagnostic PreReq: permissions -AutoReqProv: on Url: http://www.freenix.fr/freenix/logiciels/bing.html Summary: A Point-to-Point Bandwidth Measurement Tool Version: 1.0.5 @@ -39,12 +37,6 @@ Bing determines the real (raw, as opposed to available or average) throughput of a link by measuring ICMP echo request round trip times for different packet sizes for each end of the link. - - -Authors: --------- - Pierre Beyssac - %prep %setup %patch0 @@ -53,15 +45,12 @@ Authors: %patch3 -p1 %build -make CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +make CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %{?_smp_mflags} %install mkdir -p $RPM_BUILD_ROOT/{%{_mandir}/man8,usr/sbin} make install MANDIR=$RPM_BUILD_ROOT/%{_mandir} BINDIR=$RPM_BUILD_ROOT/usr/sbin -%clean -rm -rf $RPM_BUILD_ROOT - %post %run_permissions %verifyscript diff --git a/ready b/ready deleted file mode 100644 index 473a0f4..0000000