Name: embree Version: 2.17.2 Release: 1%{?dist} Summary: Collection of high-performance ray tracing kernels developed at Intel License: ASL 2.0 URL: https://embree.github.io Source: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: make BuildRequires: ispc BuildRequires: freeglut-devel BuildRequires: ImageMagick-c++-devel BuildRequires: libXmu-devel,libXi-devel BuildRequires: tbb-devel # Use 64bit architectures because of SSE2 and up ExclusiveArch: x86_64 %description A collection of high-performance ray tracing kernels intended to graphics application engineers that want to improve the performance of their application. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for applications that use %{name}. %package examples Summary: Example of application using %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description examples The %{name}-examples package contains sample binaries using %{name}. %prep %autosetup -n %{name}-%{version} mkdir %{_target_platform} %build pushd %{_target_platform} CXXFLAGS='%{optflags}' %cmake -DEMBREE_IGNORE_CMAKE_CXX_FLAGS:BOOL=off .. popd %make_build -C %{_target_platform} %install %make_install -C %{_target_platform} # Related binary examples mkdir -p %{buildroot}%{_libexecdir}/%{name} mv %{buildroot}%{_bindir}/%{name}2/* %{buildroot}%{_libexecdir}/%{name}/ # Relocate doc files mv %{buildroot}%{_docdir}/%{name}2 %{buildroot}%{_docdir}/%{name} rm %{buildroot}%{_docdir}/%{name}/LICENSE.txt %check ctest -V %{?_smp_mflags} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %license LICENSE.txt %doc README.md CHANGELOG.md readme.pdf %{_libdir}/lib%{name}.so.2 %{_libdir}/lib%{name}.so.2.* %files devel %{_libdir}/lib%{name}.so %{_includedir}/%{name}2/ %{_libdir}/cmake/%{name}-%{version}/ %files examples %{_libexecdir}/%{name}/ %changelog * Wed Jan 17 2018 Fedora Release Monitoring - 2.17.2-1 - Update to 2.17.2 (#1512896) * Wed Oct 25 2017 Luya Tshimbalanga - 2.17.0-2 - Rebase to more current snapshot for LLVM 5.0 support * Thu Sep 21 2017 Fedora Release Monitoring - 2.17.0-1 - Update to 2.17.0 (#1494058) * Tue Aug 15 2017 Fedora Release Monitoring - 2.16.5-1 - Update to 2.16.5 (#1481678) * Sun Aug 06 2017 Björn Esser - 2.16.4-4 - Rebuilt for AutoReq cmake-filesystem * Wed Aug 02 2017 Fedora Release Engineering - 2.16.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 2.16.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Jun 30 2017 Fedora Release Monitoring - 2.16.4-1 - Update to 2.16.4 (#1466767) * Thu Jun 15 2017 Fedora Release Monitoring - 2.16.2-1 - Update to 2.16.2 (#1459537) * Wed May 17 2017 Luya Tshimbalanga - 2.16.0-1 - New upstream release * Tue Mar 28 2017 Mamoru TASAKA - 2.15.0-2 - Honor Fedora compilation flags again (rhbz#1436075) * Wed Mar 22 2017 Luya Tshimbalanga - 2.15.0-1 - New upstream release * Thu Mar 16 2017 Luya Tshimbalanga - 2.14.0-3 - Rebuild for ispc * Fri Feb 10 2017 Fedora Release Engineering - 2.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 09 2017 Luya Tshimbalanga - 2.14.0-1 - New upstream release - Drop patch as the fix is included upstream * Thu Jan 19 2017 Luya Tshimbalanga - 2.13.0-3 - Patch fixing initialization code of the rayStreamFilters sent by upstream (rhbz#1414611) * Thu Jan 19 2017 Luya Tshimbalanga - 2.13.0-2 - Workaround lowering max_ISA to avx on non-Intel CPU (rhbz#1414611) * Tue Nov 22 2016 Luya Tshimbalanga - 2.13.0-1 - Upstream update * Tue Oct 18 2016 Luya Tshimbalanga 2.12.0-1 - Upstream update addressing larger memory consumption * Sat Sep 24 2016 Luya Tshimbalanga 2.11.0-1 - Latest upstream update * Thu Sep 22 2016 Jerry James 2.10.0-8 - Rebuild for tbb 2017 * Thu Aug 25 2016 Luya Tshimbalanga 2.10.0-7 - Used ExclusiveArch for 64bit Architecture * Sun Aug 21 2016 Luya Tshimbalanga 2.10.0-6 - Located flags before cmake - Used libexecdir for subpackages examples - Pleased rpmlint - Added examples subpackages * Sat Aug 20 2016 Luya Tshimbalanga 2.10.0-5 - Silenced all warning message in build - Added %%check line - Added examples subpackages * Sat Aug 20 2016 Luya Tshimbalanga 2.10.0-4 - Added ispc dependency - Removed ExclusiveArch - Enabled ispc and tutorials * Fri Aug 12 2016 Luya Tshimbalanga 2.10.0-3 - Use ExclusiveArch tag for 64 bits architectures - Adjust the lines of descriptions - Fix bin path - Add freeglut dependency from upstream * Sat Aug 6 2016 Luya Tshimbalanga 2.10.0-2 - Fixed mixed use space and tabs errors - Shorten the line of description - Exclude i686 architecture * Thu Aug 4 2016 Luya Tshimbalanga 2.10.0-1 - Initial build