update to 2020 [release 2020-1mamba;Wed Dec 25 2019]
This commit is contained in:
parent
4d7ff13127
commit
0f3d9ab798
19
tbb.spec
19
tbb.spec
@ -1,7 +1,7 @@
|
|||||||
%define pkg_version %(echo %version | tr -d .)
|
%define pkg_version %(echo %version | tr -d .)
|
||||||
|
|
||||||
Name: tbb
|
Name: tbb
|
||||||
Version: 2019_U9
|
Version: 2020
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The Threading Building Blocks library abstracts low-level threading details
|
Summary: The Threading Building Blocks library abstracts low-level threading details
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -85,13 +85,8 @@ for file in libtbb{,malloc}; do
|
|||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_includedir}/tbb/{compat,machine}
|
mkdir -p %{buildroot}%{_includedir}
|
||||||
|
cp -a include/tbb %{buildroot}%{_includedir}
|
||||||
pushd include
|
|
||||||
install -pm 644 tbb/*.h %{buildroot}%{_includedir}/tbb/
|
|
||||||
install -pm 644 tbb/compat/*.h %{buildroot}%{_includedir}/tbb/compat/
|
|
||||||
install -pm 644 tbb/machine/*.h %{buildroot}%{_includedir}/tbb/machine/
|
|
||||||
popd
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -109,9 +104,12 @@ popd
|
|||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/tbb
|
%dir %{_includedir}/tbb
|
||||||
|
%{_includedir}/tbb/index.html
|
||||||
%{_includedir}/tbb/*.h
|
%{_includedir}/tbb/*.h
|
||||||
%dir %{_includedir}/tbb/compat
|
%dir %{_includedir}/tbb/compat
|
||||||
%{_includedir}/tbb/compat/*.h
|
%{_includedir}/tbb/compat/*
|
||||||
|
%dir %{_includedir}/tbb/internal
|
||||||
|
%{_includedir}/tbb/internal/*.h
|
||||||
%dir %{_includedir}/tbb/machine
|
%dir %{_includedir}/tbb/machine
|
||||||
%{_includedir}/tbb/machine/*.h
|
%{_includedir}/tbb/machine/*.h
|
||||||
%{_libdir}/libtbb.so
|
%{_libdir}/libtbb.so
|
||||||
@ -125,6 +123,9 @@ popd
|
|||||||
%doc Getting_Started.pdf Reference.pdf Tutorial.pdf
|
%doc Getting_Started.pdf Reference.pdf Tutorial.pdf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 25 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2020-1mamba
|
||||||
|
- update to 2020
|
||||||
|
|
||||||
* Wed Dec 11 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2019_U9-1mamba
|
* Wed Dec 11 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2019_U9-1mamba
|
||||||
- update to 2019_U9
|
- update to 2019_U9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user