Hello community,

here is the log from the commit of package interbench for openSUSE:Factory 
checked in at 2015-04-13 20:30:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/interbench (Old)
 and      /work/SRC/openSUSE:Factory/.interbench.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "interbench"

Changes:
--------
New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:Factory/.interbench.new/interbench.changes       
2015-04-13 20:30:14.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Thu Apr  9 13:46:37 UTC 2015 - mplus...@suse.com
+
+- Initial package of version 0.31
+

New:
----
  interbench-0.31.tar.bz2
  interbench.changes
  interbench.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ interbench.spec ++++++
#
# spec file for package interbench
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           interbench
Version:        0.31
Release:        0
Summary:        Tool to benchmark interactivity in Linux
License:        GPL-2.0
Group:          System/Benchmark
Url:            http://users.on.net/~ckolivas/interbench/
Source0:        
http://ck.kolivas.org/apps/interbench/interbench-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
This benchmark application is designed to benchmark interactivity in Linux. See
the included file readme.interactivity for a brief definition.

It is designed to measure the effect of changes in Linux kernel design or system
configuration changes such as cpu, I/O scheduler and filesystem changes and
options. With careful benchmarking, different hardware can be compared.

%prep
%setup -q

%build
make %{?_smp_mflags}

%install
install -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
install -D -m 0644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8

%files
%defattr(-,root,root)
%doc COPYING readme readme.interactivity
%{_bindir}/%{name}
%{_mandir}/man8/%{name}.*

%changelog

Reply via email to