summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2019-11-26 11:16:21 +0900
committerInki Dae <inki.dae@samsung.com>2021-03-04 14:20:38 +0900
commitfaf32479492dd5f670f087a53f7f0431f21ec88a (patch)
tree6b3517ff9836539b1c7566f9dc5cb249a08a886e
parenta024e316f456f93617364797677b8c67db311702 (diff)
downloadarmnn-faf32479492dd5f670f087a53f7f0431f21ec88a.tar.gz
armnn-faf32479492dd5f670f087a53f7f0431f21ec88a.tar.bz2
armnn-faf32479492dd5f670f087a53f7f0431f21ec88a.zip
Dist/Tizen: spec file clean-up
1. Do not use "release" postfix for the main library. 2. Do not use -n %{name} prefix. Drop that. 3. Added missing interanl dependencies Change-Id: Ibb617be8206df149cd2849deef4fbc859484ebfc Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r--packaging/armnn.spec7
1 files changed, 4 insertions, 3 deletions
diff --git a/packaging/armnn.spec b/packaging/armnn.spec
index beba1e198..32cf52dac 100644
--- a/packaging/armnn.spec
+++ b/packaging/armnn.spec
@@ -8,7 +8,9 @@ Source0: %{name}-%{version}.tar.gz
Source1001: %name.manifest
ExclusiveArch: %arm aarch64
-Provides: armnn-release = %{version}-%{release}
+# For the backward compatility while meeting the naming convention
+# This "Provides" will be removed after removing all obsolete dependencies
+Provides: armnn-release = %{version}-%{release}
BuildRequires: curl
BuildRequires: cmake
@@ -55,7 +57,7 @@ Summary: Userspace interface to ARM Neural Network Library
%package tools
Summary: Sample application and benchmark binaries to test ARM Neural Network Library
-Requires: armnn = %{version}-%{release}
+Requires: armnn = %{version}-%{release}
%description tools
Summary: Sample application and benchmark binaries to test ARM Neural Network Library
@@ -119,7 +121,6 @@ install -m 0644 include/armnnTfParser/* %{buildroot}%{_includedir}/armnnTfParser
%files devel
%manifest %{name}.manifest
-%{_libdir}/*.so
%{_includedir}/*
%files tools