From: DoHyun Pyun Date: Mon, 27 Mar 2017 07:10:22 +0000 (+0900) Subject: Modify the install path for license file X-Git-Tag: submit/tizen/20170327.075259^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_common;p=platform%2Fcore%2Fapi%2Fbluetooth.git Modify the install path for license file Change-Id: I1432e52513bffb2e251c788a1cbee385c7fa516a Signed-off-by: DoHyun Pyun --- diff --git a/packaging/capi-network-bluetooth.spec b/packaging/capi-network-bluetooth.spec index df8f81c..6e05bae 100644 --- a/packaging/capi-network-bluetooth.spec +++ b/packaging/capi-network-bluetooth.spec @@ -76,9 +76,6 @@ make %{?jobs:-j%jobs} %install rm -rf %{buildroot} %make_install -install -D -m 0644 LICENSE %{buildroot}%{_datadir}/license/capi-network-bluetooth -install -D -m 0644 LICENSE %{buildroot}%{_datadir}/license/capi-network-bluetooth-devel - %post -p /sbin/ldconfig @@ -86,10 +83,8 @@ install -D -m 0644 LICENSE %{buildroot}%{_datadir}/license/capi-network-bluetoot %files %manifest %{name}.manifest -#%license LICENSE.APLv2 LICENSE +%license LICENSE %{_libdir}/libcapi-network-bluetooth.so.* -%{_datadir}/license/capi-network-bluetooth -%{_datadir}/license/capi-network-bluetooth-devel %files test %manifest %{name}.manifest @@ -109,5 +104,3 @@ install -D -m 0644 LICENSE %{buildroot}%{_datadir}/license/capi-network-bluetoot %{_libdir}/pkgconfig/capi-network-bluetooth.pc %{_libdir}/libcapi-network-bluetooth.so -#%{_datadir}/license/capi-network-bluetooth-devel -