summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2019-09-24 13:48:04 +0900
committerInki Dae <inki.dae@samsung.com>2020-06-29 14:41:01 +0900
commitdcbaa341f3c03896e9d812e072076ed9bdf10dd4 (patch)
tree76fd959c732021992dc479a56e13100063ad0174
parent8cdd4d757a27ce90869604ab6a195c334ddc5769 (diff)
downloadarmcl-dcbaa341f3c03896e9d812e072076ed9bdf10dd4.tar.gz
armcl-dcbaa341f3c03896e9d812e072076ed9bdf10dd4.tar.bz2
armcl-dcbaa341f3c03896e9d812e072076ed9bdf10dd4.zip
Fix packaging error
This fixes: === the following packages failed to build due to missing build dependencies (1) === nnstreamer: have choice for libarm_compute.so()(64bit) needed by nnfw-devel: libarmcl-devel libarmcl-release have choice for libarm_compute_core.so()(64bit) needed by nnfw-devel: libarmcl-devel libarmcl-release have choice for libarm_compute.so()(64bit) needed by nnfw: libarmcl-devel libarmcl-release have choice for libarm_compute_core.so()(64bit) needed by nnfw: libarmcl-devel libarmcl-release by - Make files exclusively installed between subpackages (release and devel) - Add dependency between relead and devel. Change-Id: I1b738124c9d62c663e99316eba68cbcda7cd033f Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r--packaging/libarmcl.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/libarmcl.spec b/packaging/libarmcl.spec
index 0063fcbaa..a2601daeb 100644
--- a/packaging/libarmcl.spec
+++ b/packaging/libarmcl.spec
@@ -26,10 +26,11 @@ Summary: ARM Compute Library file
%description -n %{name}-release
Summary: ARM Compute Library file
-%package -n %{name}-devel
+%package devel
Summary: Userspace interface to ARM Compute Library
+Requires: %{name} = %{version}-%{release}
-%description -n %{name}-devel
+%description devel
Summary: Userspace interface to ARM Compute Library
%package -n %{name}-tools
@@ -120,9 +121,8 @@ cp -r %{_builddir}/%{name}-%{version}/data/* %{buildroot}%{_libdir}/data/
%manifest %{name}.manifest
%{_libdir}/libarm_compute*.so
-%files -n %{name}-devel
+%files devel
%manifest %{name}.manifest
-%{_libdir}/libarm_compute*.so
%{_libdir}/libOpenCL.so
%{_includedir}/arm_compute/*
%{_includedir}/support/*