diff --git a/tbb.rpmlintrc b/tbb.rpmlintrc index 379d6cd..94b8ff0 100644 --- a/tbb.rpmlintrc +++ b/tbb.rpmlintrc @@ -3,3 +3,6 @@ # The dictionary lacks some technical words addFilter(r'spelling-error .* symlinks') + +# We use whatever version of jquery doxygen gives us +addFilter(r'W: unversioned-explicit-provides bundled\(jquery\)') diff --git a/tbb.spec b/tbb.spec index 17f2393..a09e300 100644 --- a/tbb.spec +++ b/tbb.spec @@ -1,15 +1,11 @@ -%global upver 2019 -%global uprel 9 -%global upfullver %{upver}%{?uprel:_U%{uprel}} - Name: tbb Summary: The Threading Building Blocks library abstracts low-level threading details -Version: %{upver}%{?uprel:.%{uprel}} +Version: 2020 Release: 1%{?dist} License: ASL 2.0 URL: http://threadingbuildingblocks.org/ -Source0: https://github.com/01org/tbb/archive/%{upfullver}/%{name}-%{upfullver}.tar.gz +Source0: https://github.com/intel/tbb/archive/%{version}/%{name}-%{version}.tar.gz # These three are downstream sources. Source6: tbb.pc Source7: tbbmalloc.pc @@ -80,7 +76,7 @@ Python 3 TBB module. %prep -%autosetup -p1 -n %{name}-%{upfullver} +%autosetup -p1 # For repeatable builds, don't query the hostname or architecture sed -i 's/"`hostname -s`" ("`uname -m`"/fedorabuild (%{_arch}/' \ @@ -192,6 +188,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/cmake/%{name}/README.rst %{python3_sitearch}/__pycache__/TBB* %changelog +* Tue Dec 31 2019 Jerry James - 2020-1 +- Rebase to version 2020 + * Sat Oct 12 2019 Jerry James - 2019.9-1 - Rebase to 2019 update 9