Fix build with updated RPM tool 27/251227/3 accepted/tizen/unified/20210113.121022 submit/tizen/20210112.121630 submit/tizen/20210113.004724
authorTomasz Swierczek <t.swierczek@samsung.com>
Mon, 11 Jan 2021 06:05:08 +0000 (07:05 +0100)
committerTomasz Swierczek <t.swierczek@samsung.com>
Tue, 12 Jan 2021 12:03:25 +0000 (13:03 +0100)
commite3b6ccff6850a91262dc2f1f54796f46f623d9c7
treea9d9e2d946219459684e19c927ee19b8170f5858
parentfc58b66cb5f85c6ca708e40d0e64665d10510eb6
Fix build with updated RPM tool

Pre-4.14 RPM tools used to compile the spec file properly when
this syntax:

(1) %if %{build_type}

was used in Requires section and this syntax:

(2) %if "%{build_type}"

was used in %files/%packages section.

In RPM 4.14 version, this doesn't compile. Similarly, removing the ""
in (2) doesn't work in pre-4.14 RPM, just like adding "" in (1).

This patch changes combination of syntax in these %if statements
that can be succesfully compiled under both: pre-4.14 and 4.14 RPM in Tizen.

Change-Id: If8bf4410623a8fc693dda169fea467283c6f4cfc
packaging/yaca.spec