Hello community,

here is the log from the commit of package benchmark for openSUSE:Factory 
checked in at 2019-02-19 12:00:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/benchmark (Old)
 and      /work/SRC/openSUSE:Factory/.benchmark.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "benchmark"

Tue Feb 19 12:00:56 2019 rev:10 rq:677089 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/benchmark/benchmark.changes      2018-06-27 
10:21:24.564064081 +0200
+++ /work/SRC/openSUSE:Factory/.benchmark.new.28833/benchmark.changes   
2019-02-19 12:02:15.365080477 +0100
@@ -1,0 +2,5 @@
+Mon Feb 18 09:52:40 UTC 2019 - Luigi Baldoni <aloi...@gmx.com>
+
+- Use arch-specific directories for support files
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ benchmark.spec ++++++
--- /var/tmp/diff_new_pack.6S7Ytb/_old  2019-02-19 12:02:16.237080028 +0100
+++ /var/tmp/diff_new_pack.6S7Ytb/_new  2019-02-19 12:02:16.237080028 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package benchmark
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -55,9 +55,10 @@
 %setup -q
 
 %build
-%if %{__isa_bits} == 64
-sed -i 's|lib_install_dir "lib/"|lib_install_dir "lib64/"|g' src/CMakeLists.txt
-%endif
+sed -e 's|lib_install_dir "lib/"|lib_install_dir "%{_libdir}/"|g' \
+    -e 's|config_install_dir "lib/cmake|config_install_dir 
"%{_libdir}/cmake|g' \
+    -e 's|pkgconfig_install_dir "lib/pkgconfig"|pkgconfig_install_dir 
"%{_libdir}/pkgconfig"|g' \
+    -i src/CMakeLists.txt
 %cmake \
   -DBENCHMARK_ENABLE_LTO=on \
   -DBENCHMARK_ENABLE_TESTING=true
@@ -85,10 +86,9 @@
 %files devel
 %license LICENSE
 %doc README.md AUTHORS
-%dir %{_libexecdir}/cmake/
-%dir %{_libexecdir}/cmake/%{name}
-%{_libexecdir}/cmake/%{name}/*.cmake
-%{_libexecdir}/pkgconfig/%{name}.pc
+%dir %{_libdir}/cmake/%{name}
+%{_libdir}/cmake/%{name}/*.cmake
+%{_libdir}/pkgconfig/%{name}.pc
 %{_libdir}/%{soname}.so
 %{_libdir}/%{soname}_main.so
 %{_includedir}/%{name}


Reply via email to