From 1054659aa8dd3c7708262a102f77f924ca267e24 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 1 Apr 2022 11:06:21 +0900 Subject: [PATCH] Refactoring rpm spec Change-Id: I1a391efc60edd8d4d06b727b5bce42cb58160e85 Signed-off-by: Jihoon Kim --- packaging/nlp.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/nlp.spec b/packaging/nlp.spec index 14e5068..2c6f3ff 100755 --- a/packaging/nlp.spec +++ b/packaging/nlp.spec @@ -68,17 +68,17 @@ rm -rf %{buildroot} %postun %files -%manifest service/org.tizen.nlp.service.manifest +%manifest service/%{name}.manifest %defattr(-,root,root,-) -%attr(755,root,root) %{_app_bin_dir}/org.tizen.nlp.service +%attr(755,root,root) %{_app_bin_dir}/%{name} %{_app_bin_dir}/* -%{TZ_SYS_RO_PACKAGES}/org.tizen.nlp.service.xml +%{TZ_SYS_RO_PACKAGES}/%{name}.xml %{python3_sitelib}/langdetect/* %{python3_sitelib}/nltk/* %license LICENSE %files data-en -%manifest service/org.tizen.nlp.service.manifest +%manifest service/%{name}.manifest %defattr(-,root,root,-) %license LICENSE /usr/local/lib/nltk_data/* -- 2.34.1