Hello community,

here is the log from the commit of package himeno for openSUSE:Factory checked 
in at 2014-10-15 08:51:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/himeno (Old)
 and      /work/SRC/openSUSE:Factory/.himeno.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "himeno"

Changes:
--------
--- /work/SRC/openSUSE:Factory/himeno/himeno.changes    2011-09-23 
02:02:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.himeno.new/himeno.changes       2014-10-15 
08:52:04.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Oct  6 23:36:49 CEST 2014 - dste...@suse.cz
+
+- clean spec
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ himeno.spec ++++++
--- /var/tmp/diff_new_pack.oNXPdv/_old  2014-10-15 08:52:05.000000000 +0200
+++ /var/tmp/diff_new_pack.oNXPdv/_new  2014-10-15 08:52:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package himeno (Version 3)
+# spec file for package himeno
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,17 +16,17 @@
 #
 
 
-Url:            http://accc.riken.jp/HPC/HimenoBMT/index_e.html
-
 Name:           himeno
+Version:        3
+Release:        0
+Summary:        Benchmark to evaluate the performance of incompressible fluid 
analysis code
 License:        LGPL-2.0+
-# Group:        SuSE internal
 Group:          System/Benchmark
-Summary:        Benchmark to evaluate the performance of incompressible fluid 
analysis code
-Requires:       coreutils, gawk, kernel-source
-Version:        3
-Release:        2
-Source0:        %name-%version.tar.bz2
+Url:            http://accc.riken.jp/HPC/HimenoBMT/index_e.html
+Source0:        %{name}-%{version}.tar.bz2
+Requires:       coreutils
+Requires:       gawk
+Requires:       kernel-source
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -34,26 +34,18 @@
 code. This benchmark program measures the speed of major loops to solve
 Poisson's equation folution using Jacobi iteration method.
 
-
-
-Authors:
---------
-    Dr. Ryutaro Himeno <him...@riken.jp>
-
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
-make
+make %{?_smp_mflags}
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-cp bmt $RPM_BUILD_ROOT/usr/bin
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{_prefix}/bin
+cp bmt %{buildroot}%{_prefix}/bin
 
 %files
 %defattr(-, root, root)
-/usr/bin/bmt
+%{_bindir}/bmt
+
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to