packaging/dali.spec use license macro 94/121494/1
authorJinho, Lee <jeano.lee@samsung.com>
Mon, 27 Mar 2017 11:11:51 +0000 (20:11 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Tue, 28 Mar 2017 06:21:56 +0000 (15:21 +0900)
Change-Id: Ia7e4760ce5e16f33ea4e0aa3c92b66f89ecf7dbb

packaging/dali.spec

index b341dfc..a513439 100644 (file)
@@ -123,9 +123,6 @@ rm -rf %{buildroot}
 cd build/tizen
 %make_install DALI_DATA_RW_DIR="%{dali_data_rw_dir}" DALI_DATA_RO_DIR="%{dali_data_ro_dir}"
 
-# LICENSE
-mkdir -p %{buildroot}/usr/share/license
-cp -af %{_builddir}/%{name}-%{version}/LICENSE %{buildroot}/usr/share/license/%{name}
 
 
 ##############################
@@ -155,7 +152,8 @@ exit 0
 %defattr(-,root,root,-)
 %{_libdir}/lib%{name}-core.so*
 %defattr(-,app,app,-)
-%{_datadir}/license/%{name}
+%license LICENSE
+#%{_datadir}/license/%{name}
 
 %files devel
 %defattr(-,root,root,-)