From 4acf6b530cbfbfb3bb754c61988438ba73cef353147837dc9e934643631d20d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 19 Apr 2017 08:09:56 +0000 Subject: [PATCH] - Add missing include files boo#1034842 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=27 --- tbb.changes | 5 +++++ tbb.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tbb.changes b/tbb.changes index 0ffc443..2ef1a6e 100644 --- a/tbb.changes +++ b/tbb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 19 08:07:44 UTC 2017 - idonmez@suse.com + +- Add missing include files boo#1034842 + ------------------------------------------------------------------- Sun Mar 5 19:42:50 UTC 2017 - idonmez@suse.com diff --git a/tbb.spec b/tbb.spec index ab8c974..948395e 100644 --- a/tbb.spec +++ b/tbb.spec @@ -107,7 +107,7 @@ mkdir -p %{buildroot}%{_includedir} mkdir -p %{buildroot}%{_libdir} pushd include - find tbb -type f -name \*.h -exec \ + find tbb -type f -exec \ install -Dpm 644 {} %{buildroot}%{_includedir}/{} \ \; popd