fixed some documentation
[platform/core/api/efl-util.git] / packaging / capi-ui-efl-util.spec
index bf75a96..4c4012b 100644 (file)
@@ -40,7 +40,6 @@ cp %{SOURCE1001} .
 cp -a include/efl_util.h.in include/efl_util.h
 sed -i 's/\$TZ_CFG_VER_24_OR_30\$/@if WEARABLE 3.0 @else 2.4 @endif/g'    include/efl_util.h
 sed -i 's/\$TZ_CFG_VER_24_OR_231\$/@if WEARABLE 2.3.1 @else 2.4 @endif/g'   include/efl_util.h
-sed -i 's/\$TZ_CFG_NONWEARABLE_24\$/@if WEARABLE @else 2.4 @endif/g'   include/efl_util.h
 
 %build
 MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'`