From: DoHyun Pyun Date: Tue, 21 Aug 2018 02:21:42 +0000 (+0900) Subject: Modify the package name for bluetooth-haltests X-Git-Tag: submit/tizen/20180821.044826^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20a5c4d66cf82f793ac4c7fd707a5e43f38438ed;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-frwk.git Modify the package name for bluetooth-haltests Change-Id: I60f9b05a8020945964b1e93146f227b29544459e Signed-off-by: DoHyun Pyun --- diff --git a/bt-oal/haltest/CMakeLists.txt b/bt-oal/haltest/CMakeLists.txt index 2375fa63..d3d0c05c 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 e0794939..4503076b 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