Modify the package name for bluetooth-haltests 00/187200/1 accepted/tizen/unified/20180823.072123 submit/tizen/20180821.044826 submit/tizen/20180822.041942
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 21 Aug 2018 02:21:42 +0000 (11:21 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 21 Aug 2018 02:21:42 +0000 (11:21 +0900)
Change-Id: I60f9b05a8020945964b1e93146f227b29544459e
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bt-oal/haltest/CMakeLists.txt
packaging/bluetooth-frwk.spec

index 2375fa6..d3d0c05 100644 (file)
@@ -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)
index e079493..4503076 100644 (file)
@@ -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