diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2019-11-29 12:56:25 +0900 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2020-06-29 14:41:01 +0900 |
commit | 868c3389a26cd9f9cfff8d5ae1b63e9921c5242f (patch) | |
tree | a96375b273e95228477c0b62f4a857a9cf934655 | |
parent | 140cbbc8f7a72f0c96f4d2155c1e570335f57cc4 (diff) | |
download | armcl-868c3389a26cd9f9cfff8d5ae1b63e9921c5242f.tar.gz armcl-868c3389a26cd9f9cfff8d5ae1b63e9921c5242f.tar.bz2 armcl-868c3389a26cd9f9cfff8d5ae1b63e9921c5242f.zip |
Dist/Tizen: remove libarmcl-release
There is no one using that obsoleted names.
To avoid "have choice for" problem, remove it.
Change-Id: Id253bd42b5f6a331fdfcd022cdb9ec4691cec923
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-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 080aeb372..ab138e14d 100644 --- a/packaging/libarmcl.spec +++ b/packaging/libarmcl.spec @@ -1,6 +1,6 @@ Name: libarmcl Version: v19.11 -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 |