From 20a5c4d66cf82f793ac4c7fd707a5e43f38438ed Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Tue, 21 Aug 2018 11:21:42 +0900 Subject: [PATCH] Modify the package name for bluetooth-haltests Change-Id: I60f9b05a8020945964b1e93146f227b29544459e Signed-off-by: DoHyun Pyun --- bt-oal/haltest/CMakeLists.txt | 2 +- packaging/bluetooth-frwk.spec | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bt-oal/haltest/CMakeLists.txt b/bt-oal/haltest/CMakeLists.txt index 2375fa6..d3d0c05 100644 --- a/bt-oal/haltest/CMakeLists.txt +++ b/bt-oal/haltest/CMakeLists.txt @@ -16,7 +16,7 @@ # @author # @brief Cmake for tests # -SET(TARGET_GTEST_TESTS "bluetooth-frwk-oal-haltests") +SET(TARGET_GTEST_TESTS "bluetooth-haltests") INCLUDE_DIRECTORIES(/usr/include) INCLUDE_DIRECTORIES(/usr/include/db-util) diff --git a/packaging/bluetooth-frwk.spec b/packaging/bluetooth-frwk.spec index e079493..4503076 100644 --- a/packaging/bluetooth-frwk.spec +++ b/packaging/bluetooth-frwk.spec @@ -174,14 +174,6 @@ Requires: %{name} = %{version}-%{release} %description oal This package is BT stack common interface. -%package oal-haltests -Summary: HAL Test package for bluetooth OAL -Group: TO_BE/FILLED -Requires: %{name} = %{version}-%{release} - -%description oal-haltests -This package is C-API test application. - %package plugin-headed Summary: Bluetooth plugin Headed Group: Network & Connectivity/Bluetooth @@ -190,6 +182,14 @@ Requires: %{name} = %{version}-%{release} %description plugin-headed This package is Bluetooth plugin to manage UI and syspopup +%package -n bluetooth-haltests +Summary: HAL Test package for bluetooth OAL +Group: TO_BE/FILLED +Requires: %{name} = %{version}-%{release} + +%description -n bluetooth-haltests +This package is C-API test application. + %prep %setup -q cp %{SOURCE1001} . @@ -597,6 +597,6 @@ popd %{_libdir}/libbluetooth.default.so* %endif -%files oal-haltests +%files -n bluetooth-haltests %manifest %{name}.manifest -%{_bindir}/bluetooth-frwk-oal-haltests +%{_bindir}/bluetooth-haltests -- 2.7.4