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