Remove ui-app-ambient-gcov package 83/269783/1
authorChanggyu Choi <changyu.choi@samsung.com>
Thu, 20 Jan 2022 06:41:50 +0000 (15:41 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Thu, 20 Jan 2022 06:41:50 +0000 (15:41 +0900)
Change-Id: I249b68830571fe9149a40bcd6e2d2dad56aa3f51
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
packaging/capi-appfw-application.spec
unittest/CMakeLists.txt

index 56311e44615d69f61b8b7324e485d5627b7f1fec..62a0e7bc37e9d61ea3dfdd3925c723fd9db36a61 100644 (file)
@@ -52,17 +52,6 @@ Group:    System/API
 gcov objects of an application library
 %endif
 
-#################################################
-# ui-app-ambient-gcov
-#################################################
-%package ui-app-ambient-gcov
-Summary:    Gcov for application library
-Group:      Development/Libraries
-Requires:   %{name}
-
-%description ui-app-ambient-gcov
-Gcov for application library
-
 %prep
 %setup -q
 cp %{SOURCE1001} .
@@ -146,6 +135,7 @@ Header & package configuration of appcore-ui-app-ambient
 %manifest appcore-ui-app-ambient.manifest
 %license LICENSE
 %{_libdir}/libappcore-ui-app-ambient.so.*
+%{_bindir}/gtest-ui-app-ambient
 
 %files -n appcore-ui-app-ambient-devel
 %{_includedir}/appcore-ui-app-ambient/*.h
@@ -153,7 +143,6 @@ Header & package configuration of appcore-ui-app-ambient
 %{_libdir}/libappcore-ui-app-ambient.so
 
 %if 0%{?gcov:1}
-%files ui-app-ambient-gcov
+%files gcov
 %{_datadir}/gcov/*
-%{_bindir}/gtest-ui-app-ambient
 %endif
index 1c4afb2484f6da9feff94d76525526cf14f731fb..0b1dbd783d910ce0898332ace7ca3a2098e3bdbd 100644 (file)
@@ -34,4 +34,4 @@ ADD_EXECUTABLE(${GTEST_TEST} ${GTEST_TEST_SRCS} ${UI_APP_AMBIENT_SRCS})
 TARGET_LINK_LIBRARIES(${GTEST_TEST} ${gtest_pkgs_LDFLAGS})
 
 ADD_TEST(${GTEST_TEST} ${GTEST_TEST})
-INSTALL(TARGETS ${GTEST_TEST} DESTINATION /usr/bin)
\ No newline at end of file
+INSTALL(TARGETS ${GTEST_TEST} DESTINATION /usr/bin)