revise installing a license file 55/145255/1
authorYoungjae Shin <yj99.shin@samsung.com>
Tue, 22 Aug 2017 01:54:07 +0000 (10:54 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Tue, 22 Aug 2017 01:54:07 +0000 (10:54 +0900)
Change-Id: I03eeecb23c2cafb89433856bd1cf3d5858334688

packaging/audio-hal-bcm2837.spec

index b011c087a02d3e55f3ac140e94a52174f46a2454..dc25b07324820ffcff879f03c9cc17108dfd2c3d 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-bcm2837.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libtizen-audio.so
-%{_datadir}/license/%{name}
+%license LICENSE.Apache-2.0