From 1692c5ccf93e77266e113ded393a675dee8b061e Mon Sep 17 00:00:00 2001 From: Wook Song Date: Mon, 19 Jun 2023 16:59:30 +0900 Subject: [PATCH] Dist/Tizen: Include ml-agentd.pc in the ml-agnet-devel package This patch updates the Tizen RPM spec file to add the ml-agentd.pc file to the libmachine-learning-agent-devel package. Signed-off-by: Wook Song --- packaging/machine-learning-api.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packaging/machine-learning-api.spec b/packaging/machine-learning-api.spec index 695be35..c827153 100644 --- a/packaging/machine-learning-api.spec +++ b/packaging/machine-learning-api.spec @@ -499,13 +499,12 @@ install -m 0755 packaging/run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests %manifest machine-learning-agent.manifest %{_libdir}/libml-agentd.so.* -#TODO: Need to provide a pkg-config file %files -n libmachine-learning-agent-devel %manifest machine-learning-agent.manifest %{_libdir}/libml-agentd.so %{_libdir}/libml-agentd.a %{_includedir}/ml-agentd/ml-agent-dbus-interface.h - +%{_libdir}/pkgconfig/ml-agentd.pc %files -n machine-learning-agent %manifest machine-learning-agent.manifest -- 2.7.4