X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fbluetooth-tools.spec;h=c8a4adea380c5fae748ce28a4566de67672fd47a;hb=13583707493f5ee11049bc8a36cecc89b942c411;hp=d10eb115da62d5a3af2eff27037c4b544464ec80;hpb=97de35a456fea35be5676eab1feca25aa2bbadc3;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-tools.git diff --git a/packaging/bluetooth-tools.spec b/packaging/bluetooth-tools.spec index d10eb11..c8a4ade 100644 --- a/packaging/bluetooth-tools.spec +++ b/packaging/bluetooth-tools.spec @@ -1,6 +1,6 @@ Name: bluetooth-tools Summary: Bluetooth-tools -Version: 0.2.36 +Version: 0.2.37 Release: 0 Group: Network & Connectivity/Bluetooth License: Apache-2.0 @@ -45,13 +45,22 @@ export CFLAGS="$CFLAGS -DTIZEN_WEARABLE" %if "%{profile}" == "mobile" -DTIZEN_MOBILE=YES \ -DTIZEN_WEARABLE=NO \ + -DTIZEN_IVI=NO \ %else %if "%{profile}" == "wearable" -DTIZEN_MOBILE=NO \ -DTIZEN_WEARABLE=YES \ + -DTIZEN_IVI=NO \ %else +%if "%{profile}" == "ivi" -DTIZEN_MOBILE=NO \ -DTIZEN_WEARABLE=NO \ + -DTIZEN_IVI=YES \ +%else + -DTIZEN_MOBILE=NO \ + -DTIZEN_WEARABLE=NO \ + -DTIZEN_IVI=NO \ +%endif %endif %endif @@ -81,7 +90,7 @@ install -D -m 0644 LICENSE.APLv2 %{buildroot}%{_datadir}/license/bluetooth-tools %files %manifest %{name}.manifest %defattr(-,root,root,-) -%if "%{profile}" == "mobile" || "%{profile}" == "wearable" +%if "%{profile}" == "mobile" || "%{profile}" == "wearable" || "%{profile}" == "ivi" %exclude %{_sysconfdir}/rc.d/init.d/bluetooth-address %else %{_sysconfdir}/rc.d/init.d/bluetooth-address