Add patch for tbb includes.
This commit is contained in:
parent
48e0521c3b
commit
464b352c90
@ -14,6 +14,7 @@ Source0: https://download.github.com/%{name}-oiio-Release-%{version}-0-%{
|
||||
Source1: FindTBB.cmake
|
||||
|
||||
Patch0: OpenImageIO-1.0.0-use_external_tbb.patch
|
||||
Patch1: OpenImageIO-1.0.0-tbb_include.patch
|
||||
|
||||
BuildRequires: boost-devel glew-devel qt-devel OpenEXR-devel ilmbase-devel
|
||||
BuildRequires: python2-devel txt2man
|
||||
@ -55,7 +56,8 @@ Development files for package %{name}
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-oiio-%{githash2}
|
||||
%patch0 -p1 -b .tbb
|
||||
%patch0 -p1 -b .exttbb
|
||||
%patch1 -p1 -b .tbbinc
|
||||
|
||||
# Remove bundled pugixml
|
||||
rm -f src/include/pugixml.hpp \
|
||||
@ -120,12 +122,6 @@ cp -a doc/*.1 %{buildroot}%{_mandir}/man1
|
||||
* Fri Mar 02 2012 Richard Shaw <hobbes1069@gmail.com> - 1.0.0-1
|
||||
- Update to latest upstream release.
|
||||
|
||||
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.4-3
|
||||
- Rebuilt for c++ ABI breakage
|
||||
|
||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Thu Jan 05 2012 Richard Shaw <hobbes1069@gmail.com> - 0.10.4-1
|
||||
- Update to 0.10.4.
|
||||
- Rebuild for GCC 4.7.0.
|
||||
|
Loading…
Reference in New Issue
Block a user