revise installing a license file 53/145253/1
authorYoungjae Shin <yj99.shin@samsung.com>
Tue, 22 Aug 2017 01:50:47 +0000 (10:50 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Tue, 22 Aug 2017 01:50:47 +0000 (10:50 +0900)
Change-Id: I28cf389162ee3145f9619ecc9576be2c26cce945

packaging/audio-hal-ak4953.spec

index 2a3dff9..80057b4 100644 (file)
@@ -33,8 +33,6 @@ make %{?jobs:-j%jobs}
 
 %install
 rm -rf %{buildroot}
-mkdir -p %{buildroot}%{_datadir}/license
-cp LICENSE.Apache-2.0 %{buildroot}%{_datadir}/license/%{name}
 %make_install
 
 %post
@@ -47,4 +45,4 @@ cp LICENSE.Apache-2.0 %{buildroot}%{_datadir}/license/%{name}
 %manifest audio-hal-ak4953.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libtizen-audio.so
-%{_datadir}/license/%{name}
+%license LICENSE.Apache-2.0
\ No newline at end of file