Remove dynamicbox related files from liblivebox package.
authorSung-jae Park <nicesj.park@samsung.com>
Fri, 26 Sep 2014 07:07:02 +0000 (16:07 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Fri, 26 Sep 2014 07:07:02 +0000 (16:07 +0900)
To prevent from package confliction with libdynamicbox package.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I5857364577ca51234d1094630420618da2474a00

CMakeLists.txt
packaging/liblivebox.spec

index ad1ca7e..71adf8e 100644 (file)
@@ -81,11 +81,4 @@ INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/livebox.h DESTINATION include/${PROJEC
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/livebox_product.h DESTINATION include/${PROJECT_NAME})
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/LICENSE DESTINATION /usr/share/license RENAME "lib${PROJECT_NAME}")
 
-CONFIGURE_FILE(dynamicbox.pc.in dynamicbox.pc @ONLY)
-SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "dynamicbox.pc")
-INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/dynamicbox.pc DESTINATION lib/pkgconfig)
-INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/dynamicbox.h DESTINATION include/dynamicbox)
-INSTALL(FILES ${CMAKE_SOURCE_DIR}/LICENSE DESTINATION /usr/share/license RENAME "libdynamicbox")
-
-
 ADD_SUBDIRECTORY(data)
index 7b01b7e..2626400 100644 (file)
@@ -85,6 +85,4 @@ mkdir -p %{buildroot}/%{_datarootdir}/license
 %{_includedir}/livebox/livebox_product.h
 %{_libdir}/pkgconfig/*.pc
 
-%{_includedir}/dynamicbox/dynamicbox.h
-
 # End of a file