spec: clean up unused build macro 95/176795/1 accepted/tizen/unified/20180425.065957 submit/tizen/20180423.115953
authorGwanglim Lee <gl77.lee@samsung.com>
Mon, 23 Apr 2018 11:34:26 +0000 (20:34 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 23 Apr 2018 11:34:26 +0000 (20:34 +0900)
Change-Id: If78ca7bd0d8e77d69d9d5965dabaeeb2c4346462

packaging/enlightenment.spec

index 25e4ef949006ccfb645c04fbe72dbc8dc40252d8..565ece77fa1cf9f322dd5382a9403e248ec9154f 100755 (executable)
@@ -74,7 +74,7 @@ Development files for enlightenment
 cp %{SOURCE1001} .
 
 %build
-%if "%{TIZEN_PRODUCT_TV}" != "1"
+%if "%{tizen_profile_name}" != "tv"
 export CFLAGS+=" -fPIE "
 export LDFLAGS+=" -pie "
 %endif