./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)
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)
%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"
%{_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