packaging/com.samsung.dali-demo.spec use license macro 01/121501/1
authorJinho, Lee <jeano.lee@samsung.com>
Mon, 27 Mar 2017 11:11:53 +0000 (20:11 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Tue, 28 Mar 2017 06:28:23 +0000 (15:28 +0900)
Change-Id: I44c6ccd2c1073c7eb6a3babd3518071f200e5efa

packaging/com.samsung.dali-demo.spec

index f6e2972..a084d71 100755 (executable)
@@ -101,9 +101,6 @@ mkdir -p %{buildroot}%{smack_rule_dir}
 cp -f %{_builddir}/%{name}-%{version}/%{name}.rule %{buildroot}%{smack_rule_dir}
 %endif
 
-# LICENSE
-mkdir -p %{buildroot}/usr/share/license
-cp -af %{_builddir}/%{name}-%{version}/LICENSE %{buildroot}/usr/share/license/%{name}
 
 ##############################
 # Post Install
@@ -139,7 +136,8 @@ exit 0
 %{dali_app_ro_dir}/scripts/*
 %{dali_app_ro_dir}/style/*
 %{dali_app_ro_dir}/style/images/*
-%{dali_xml_file_dir}/%{name}.xml
+%license LICENSE
+#%{dali_xml_file_dir}/%{name}.xml
 %{dali_icon_dir}/*
 %{locale_dir}/*
 %if 0%{?enable_dali_smack_rules} && !%{with wayland}