Hello community,

here is the log from the commit of package hdf5 for openSUSE:Factory checked in 
at 2012-09-29 15:32:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hdf5 (Old)
 and      /work/SRC/openSUSE:Factory/.hdf5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hdf5", Maintainer is "pgaj...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes        2012-09-26 
09:54:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.changes   2012-09-29 
15:32:22.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 26 13:17:45 UTC 2012 - sweet_...@gmx.de
+
+- make sure to install the examples from non-parallel build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hdf5.spec ++++++
--- /var/tmp/diff_new_pack.XesOzr/_old  2012-09-29 15:32:25.000000000 +0200
+++ /var/tmp/diff_new_pack.XesOzr/_new  2012-09-29 15:32:25.000000000 +0200
@@ -312,6 +312,7 @@
 %configure \
   --docdir=%{_docdir}/%{name} \
   --prefix=%{_libdir}/mpi/gcc/$mpi \
+  --exec-prefix=%{_libdir}/mpi/gcc/$mpi \
   --bindir=%{_libdir}/mpi/gcc/$mpi/bin \
   --libdir=%{_libdir}/mpi/gcc/$mpi/%_lib \
   --datadir=%{_libdir}/mpi/gcc/$mpi/share \
@@ -330,13 +331,17 @@
 done
 
 %install
-for build_dir in build %_mpi; do
+# install serial and parallel builds, (the serial one will win in case of
+# duplicate files)
+for build_dir in %_mpi build; do
        make install DESTDIR="%buildroot" -C "$build_dir"
 done
 
 find "%buildroot/%_libdir" -type f -name "*.la" -delete
 find %{buildroot}%{_datadir}/hdf5_examples -type f \
                  | grep -v ".sh$" | xargs chmod 644
+# delete examples from parallel builds
+rm -rf %{buildroot}%{_libdir}/mpi/gcc/*/share/hdf5_examples
 %if 0%{?suse_version} >= 1110
 %fdupes -s %{buildroot}/%{_datadir}
 %endif

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

Reply via email to