Notification module will not create notification-service package anymore. 26/40226/1 submit/tizen_mobile/20150601.120810 submit/tizen_mobile/20150601.132334 submit/tizen_mobile/20150601.133038 submit/tizen_mobile/20150602.005937
authorKyuho Jo <kyuho.jo@samsung.com>
Mon, 1 Jun 2015 08:08:32 +0000 (17:08 +0900)
committerKyuho Jo <kyuho.jo@samsung.com>
Mon, 1 Jun 2015 08:08:32 +0000 (17:08 +0900)
Change-Id: Ic5c55981fc57bf580f2ddb79c68b54cfcec235ab
Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
CMakeLists.txt
packaging/notification.spec

index 0b0ddfe2db14eaf695306386869bd02e47091ff8..e13a7aa15aa78de05460dfb615fb3012e54e8e0d 100644 (file)
@@ -37,13 +37,10 @@ SET(HEADERS-DEVEL
        ./include/notification_status_internal.h
        ./include/notification_setting.h
        ./include/notification_setting_internal.h
-   )
-
-
-SET(HEADERS-SERVICE-DEVEL
        ./include/notification_ipc.h
        ./include/notification_noti.h
-       ./include/notification_setting_service.h)
+       ./include/notification_setting_service.h
+   )
 
 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
 
@@ -107,10 +104,3 @@ INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/data/images/ DESTINATION ${IMGDIR}
 FOREACH(hfile ${HEADERS-DEVEL})
        INSTALL(FILES ${CMAKE_SOURCE_DIR}/${hfile} DESTINATION include/${PROJECT_NAME})
 ENDFOREACH(hfile)
-
-CONFIGURE_FILE(${PROJECT_NAME}-service.pc.in ${PROJECT_NAME}-service.pc @ONLY)
-INSTALL(FILES ${CMAKE_BINARY_DIR}/${PROJECT_NAME}-service.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
-
-FOREACH(hfile ${HEADERS-SERVICE-DEVEL})
-       INSTALL(FILES ${CMAKE_SOURCE_DIR}/${hfile} DESTINATION include/${PROJECT_NAME}/service)
-ENDFOREACH(hfile)
index 8603a3843f53a1b984a28501083b37a58de0e3dd..268cfe6a6250929016745ff1d69d63a704fc7eda 100644 (file)
@@ -43,14 +43,6 @@ Requires:   %{name} = %{version}-%{release}
 %description devel
 Development files needed to build software that needs to system a system notification.
 
-%package service-devel
-Summary:    Notification library (service-devel)
-Group:      Development/Libraries
-Requires:   %{name} = %{version}-%{release}
-
-%description service-devel
-Development files needed to build notification service
-
 %build
 %if 0%{?tizen_build_binary_release_type_eng}
 export CFLAGS="$CFLAGS -DTIZEN_ENGINEER_MODE"
@@ -230,11 +222,7 @@ vconftool set -t string memory/private/libstatus/message "" -i -g 5000 -f  $SMAC
 %{_includedir}/notification/notification_status_internal.h
 %{_includedir}/notification/notification_setting.h
 %{_includedir}/notification/notification_setting_internal.h
+%{_includedir}/notification/notification_ipc.h
+%{_includedir}/notification/notification_noti.h
+%{_includedir}/notification/notification_setting_service.h
 %{_libdir}/pkgconfig/notification.pc
-
-%files service-devel
-%defattr(-,root,root,-)
-%{_includedir}/notification/service/notification_ipc.h
-%{_includedir}/notification/service/notification_noti.h
-%{_includedir}/notification/service/notification_setting_service.h
-%{_libdir}/pkgconfig/notification-service.pc