service file should be located in /usr/lib/systemd/system regardless of CPU architecture
Change-Id: Iae14c7dd7acab9ca03de9d99a508c9a3a3d2483e
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
rm -rf %{buildroot}
%make_install
-install -D -m 0644 packaging/smartreply.service %{buildroot}%{_libdir}/systemd/system/smartreply.service
+install -D -m 0644 packaging/smartreply.service %{buildroot}%{_unitdir}/smartreply.service
%post
/sbin/ldconfig
%{_libdir}/*.so*
%license LICENSE
/etc/dbus-1/system.d/*.conf
-%{_libdir}/systemd/system/smartreply.service
+%{_unitdir}/smartreply.service
#%if %{BINTYPE} == "engineer"
%{_includedir}/smartreply/smartreply_service.h
#%endif