diff options
-rw-r--r-- | packaging/org.tizen.bluetooth.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packaging/org.tizen.bluetooth.spec b/packaging/org.tizen.bluetooth.spec index f910916..f853767 100644 --- a/packaging/org.tizen.bluetooth.spec +++ b/packaging/org.tizen.bluetooth.spec @@ -55,20 +55,18 @@ rm -rf %{buildroot} %make_install mkdir -p %{buildroot}/opt/usr/apps/org.tizen.bluetooth -install -D -m 0644 LICENSE %{buildroot}%{_datadir}/license/org.tizen.bluetooth %post /sbin/ldconfig %files +%license LICENSE %manifest org.tizen.bluetooth.manifest - %defattr(-,root,root,-) %{PREFIX}/bin/* %{PREFIX}/res/* /usr/share/packages/* /usr/share/packages/%{name}.xml -%{_datadir}/license/org.tizen.bluetooth /usr/apps/org.tizen.bluetooth/shared/res/tables/org.tizen.bluetooth_ChangeableColorTable.xml /usr/apps/org.tizen.bluetooth/shared/res/tables/org.tizen.bluetooth_FontInfoTable.xml /usr/apps/org.tizen.bluetooth/shared/locale/* |