diff options
-rw-r--r-- | packaging/libarmcl.spec | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/packaging/libarmcl.spec b/packaging/libarmcl.spec index 466fb17fb..1f5876eb5 100644 --- a/packaging/libarmcl.spec +++ b/packaging/libarmcl.spec @@ -1,6 +1,6 @@ Name: libarmcl Version: v19.05 -Release: 0 +Release: 1 License: MIT Url: https://github.com/ARM-software/ComputeLibrary Summary: The ARM Computer Vision and Machine Learning library @@ -13,11 +13,6 @@ BuildRequires: python3-base BuildRequires: python BuildRequires: scons -# It was named "libarmcl-release", which does not obey the naming rule. -# Added this "Provides" for backward compatibility. -# This will be removed when the dependencies on this "obsolete" name are cleared. -Provides: libarmcl-release=%{version}-%{release} - %define OPEN_CL_SUPPORT 1 %define NEON_SUPPORT 1 %define BENCHMARK_TEST 1 |