Hello community, here is the log from the commit of package mdtest for openSUSE:Factory checked in at 2016-07-05 09:51:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mdtest (Old) and /work/SRC/openSUSE:Factory/.mdtest.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mdtest" Changes: -------- --- /work/SRC/openSUSE:Factory/mdtest/mdtest.changes 2015-04-21 10:51:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mdtest.new/mdtest.changes 2016-07-05 09:51:53.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Jul 2 13:46:02 UTC 2016 - [email protected] + +- Use mpicc from openmpi +- Build with optflags + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mdtest.spec ++++++ --- /var/tmp/diff_new_pack.3haJ49/_old 2016-07-05 09:51:54.000000000 +0200 +++ /var/tmp/diff_new_pack.3haJ49/_new 2016-07-05 09:51:54.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package mdtest # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -24,28 +24,29 @@ Group: System/Benchmark Url: http://mdtest.sourceforge.net/ Source: http://sourceforge.net/projects/mdtest/files/mdtest%%20latest/%{name}-%{version}/%{name}-%{version}.tgz -BuildRequires: lam-devel BuildRequires: openmpi-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -mdtest is an MPI-coordinated metadata benchmark test that performs open/stat/close operations on files and directories and then reports the performance. +mdtest is an MPI-coordinated metadata benchmark test that performs +open/stat/close operations on files and directories and then reports the +performance. %prep %setup -q -c chmod -x RELEASE_LOG README COPYRIGHT %build -make %{?_smp_mflags} MPI_CC="mpicc" +make %{?_smp_mflags} MDTEST_FLAGS="%{optflags}" MPI_CC="%{_libdir}/mpi/gcc/openmpi/bin/mpicc" %install -install -D -m 0755 mdtest %{buildroot}%{_bindir}/mdtest -install -D -m 0644 mdtest.1 %{buildroot}%{_mandir}/man1/mdtest.1 +install -D -p -m 0755 mdtest %{buildroot}%{_bindir}/mdtest +install -D -p -m 0644 mdtest.1 %{buildroot}%{_mandir}/man1/mdtest.1 %files %defattr(-,root,root) %doc RELEASE_LOG README COPYRIGHT %{_bindir}/mdtest -%{_mandir}/man1/mdtest.1.gz +%{_mandir}/man1/mdtest.1%{ext_man} %changelog
