Fix spec bug 17/307517/1 accepted/tizen/8.0/unified/20240315.151718
authorAntoni <a.adaszkiewi@samsung.com>
Mon, 11 Mar 2024 11:46:11 +0000 (12:46 +0100)
committerAntoni Adaszkiewicz <a.adaszkiewi@samsung.com>
Mon, 11 Mar 2024 12:33:37 +0000 (12:33 +0000)
Change-Id: I6fd36eaebd5d4425f9111372b711fc322b270304
(cherry picked from commit 25a5653ee75d633b09826e1f989d4665633de4fa)

packaging/libsyscommon.spec

index 1d112a6fe4f7fed27e51900891d034beb655f0d0..561bf64163a1db802d7a05bbd81b40259ff79670 100644 (file)
@@ -112,7 +112,7 @@ cp %{SOURCE1001} .
 PLUGIN_API_COMMON_MAJORVER=$(echo %{libsyscommon_plugin_api_common_version} | cut -d'.' -f1)
 PLUGIN_API_RESOURCED_MAJORVER=$(echo %{libsyscommon_plugin_api_resourced_version} | cut -d'.' -f1)
 PLUGIN_API_DEVICED_MAJORVER=$(echo %{libsyscommon_plugin_api_deviced_version} | cut -d'.' -f1)
-PLUGIN_API_UPDATE_CONTROL_MAJORVER=$(echo %{libsyscommon_plugin_api_update_control} | cut -d'.' -f1)
+PLUGIN_API_UPDATE_CONTROL_MAJORVER=$(echo %{libsyscommon_plugin_api_update_control_version} | cut -d'.' -f1)
 %cmake . -DFULLVER=%{libsyscommon_version} \
        -DPLUGIN_API_COMMON_VERSION=%{libsyscommon_plugin_api_common_version} \
        -DPLUGIN_API_COMMON_MAJORVER=${PLUGIN_API_COMMON_MAJORVER} \