From ca45639cfa9d3bece48c6d1dd3cecb8ce1aa486fea1af90375cc85e947e8fc4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 10 Jun 2016 08:19:13 +0000 Subject: [PATCH] - Remove non-distributable files. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=14 --- tbb.changes | 5 +++++ tbb.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/tbb.changes b/tbb.changes index 85fa991..8389689 100644 --- a/tbb.changes +++ b/tbb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 10 08:18:56 UTC 2016 - idonmez@suse.com + +- Remove non-distributable files. + ------------------------------------------------------------------- Wed Jun 8 10:50:50 UTC 2016 - idonmez@suse.com diff --git a/tbb.spec b/tbb.spec index ce4c4e1..3e08999 100644 --- a/tbb.spec +++ b/tbb.spec @@ -29,7 +29,7 @@ Source0: https://www.threadingbuildingblocks.org/sites/default/files/soft Patch1: optflags.patch BuildRequires: gcc-c++ BuildRequires: python-devel -BuildRequires: swig +BuildRequires: swig >= 3.0.6 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -88,6 +88,9 @@ This package contains the header files needed for development with tbb. %setup -q -n %{name}%{version}oss %patch1 -p1 +# Not distributable +rm -rv examples/parallel_for/tachyon/{android,msvs} + %build make OPTFLAGS="%{optflags}" %{?_smp_mflags} tbb_build_prefix=obj