Remove profile macro in spec file 13/96213/2
authorSungbae Yoo <sungbae.yoo@samsung.com>
Tue, 8 Nov 2016 07:16:43 +0000 (16:16 +0900)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Tue, 8 Nov 2016 07:38:43 +0000 (16:38 +0900)
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
Change-Id: I1484d5cfdb980fd7fbd5f3ab735ce526398fe396

packaging/ode.spec

index 388d9cc..87a83e4 100644 (file)
@@ -39,11 +39,8 @@ The ode package provides a daemon which is responsible for encrypting/decryption
        CXXFLAGS="$CXXFLAGS -Wp,-U_FORTIFY_SOURCE"
 %endif
 
-%{!?profile:%define profile "mobile"}
-
 %cmake . -DVERSION=%{version} \
          -DCMAKE_BUILD_TYPE=%{build_type} \
-         -DTIZEN_PROFILE_NAME=%{profile} \
          -DRUN_DIR=%{TZ_SYS_RUN} \
          -DBIN_DIR=%{TZ_SYS_BIN} \
          -DSYSTEMD_UNIT_DIR=%{_unitdir}