move header files from 'pkgmgr' package to devel pacakge. 98/54598/2 accepted/tizen/mobile/20151217.023205 accepted/tizen/tv/20151217.022723 accepted/tizen/wearable/20151217.022831 submit/tizen/20151216.112931 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718
authorjongmyeongko <jongmyeong.ko@samsung.com>
Wed, 16 Dec 2015 10:48:50 +0000 (19:48 +0900)
committerjongmyeongko <jongmyeong.ko@samsung.com>
Wed, 16 Dec 2015 11:10:32 +0000 (20:10 +0900)
Change-Id: I64626b7474344016402015a78e961fef494e8e37
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
comm/CMakeLists.txt
packaging/pkgmgr.spec

index 82d41d8..602f1b4 100644 (file)
@@ -68,7 +68,6 @@ INSTALL(TARGETS
             DESTINATION ${LIB_INSTALL_DIR}
                COMPONENT RuntimeLibraries)
 INSTALL(FILES
-                       comm_client.h
                        comm_config.h
                        pkgmgr_installer.h
                DESTINATION include/pkgmgr)
index 5a686e7..a32d345 100644 (file)
@@ -133,14 +133,10 @@ useradd %TZ_SYS_GLOBALAPP_USER -r -c "system user for common applications" -g ro
 %files
 %manifest %{name}.manifest
 %defattr(-,root,root,-)
-%{_includedir}/package-manager-debug.h
-%{_includedir}/pkgmgr/comm_config.h
 %dir %{_sysconfdir}/package-manager/backend
 %dir %{_sysconfdir}/package-manager/backendlib
 %{_sysconfdir}/package-manager/backend/*
 %{_tmpfilesdir}/pkgmgr.conf
-%exclude %{_includedir}/pkgmgr/comm_client.h
-%exclude %{_sysconfdir}/package-manager/server/queue_status
 
 %files client
 %manifest %{name}-client.manifest
@@ -177,4 +173,6 @@ useradd %TZ_SYS_GLOBALAPP_USER -r -c "system user for common applications" -g ro
 %defattr(-,root,root,-)
 %{_includedir}/package-manager-types.h
 %{_includedir}/package-manager-plugin.h
+%{_includedir}/package-manager-debug.h
+%{_includedir}/pkgmgr/comm_config.h
 %{_libdir}/pkgconfig/pkgmgr-types.pc