Fix syntax in app-core.spec 67/48367/1 accepted/tizen/mobile/20150922.000819 accepted/tizen/tv/20150922.000838 accepted/tizen/wearable/20150922.000853 submit/tizen/20150921.090834 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Fri, 18 Sep 2015 10:36:31 +0000 (12:36 +0200)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Fri, 18 Sep 2015 10:57:26 +0000 (12:57 +0200)
commit2f94c5b3021f1d9c28d077a97974ceee580a730e
tree6b4fbe872edf230b66ee947c17dd9af20e598117
parentcde70bb3199ad340b7b16f5d0ad0c5293f09376e
Fix syntax in app-core.spec

"%else if" is not known by rpm's spec parser. In rpm's code
when it recognizes "%else" it nullifies the string right after.
Everything after "%else" is nonexistent. Proper syntax is:
%if ()
%else
%if ()
%endif
%endif

Thanks to Oskar Switalski for finding this bug.

Change-Id: I83e35f70592a68c7483ff67e50789601f35868ca
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
packaging/app-core.spec