remove old installing statement
authorBang Kwang-Min <justine.bang@samsung.com>
Thu, 29 Aug 2013 08:30:10 +0000 (17:30 +0900)
committerJungki Kwak <jungki.kwak@samsung.com>
Wed, 11 Sep 2013 10:25:53 +0000 (19:25 +0900)
: add installing download_doc.h

Change-Id: I66324bcc1eb5c1c9f498df58e442607179bd6828

CMakeLists.txt
packaging/capi-web-url-download.spec

index 8254b93..1565004 100644 (file)
@@ -44,12 +44,8 @@ SET_TARGET_PROPERTIES(${fw_name} PROPERTIES VERSION ${VERSION})
 SET_TARGET_PROPERTIES(${fw_name} PROPERTIES SOVERSION ${VERSION_MAJOR})
 
 INSTALL(TARGETS ${fw_name} DESTINATION ${LIB_INSTALL_DIR})
-INSTALL(
-        DIRECTORY ${INC_DIR}/ DESTINATION include/web
-        FILES_MATCHING
-        PATTERN "*_private.h" EXCLUDE
-        PATTERN "${INC_DIR}/*.h"
-        )
+INSTALL(FILES ${INC_DIR}/download.h DESTINATION include/web/)
+INSTALL(FILES ${INC_DIR}/download_doc.h DESTINATION include/web/)
 
 SET(PC_NAME ${fw_name})
 SET(PC_REQUIRED ${pc_requires})
index c292788..b94a682 100755 (executable)
@@ -56,6 +56,7 @@ mkdir -p %{buildroot}/usr/share/license
 %{_libdir}/libcapi-web-url-download.so
 %{_libdir}/pkgconfig/capi-web-url-download.pc
 %{_includedir}/web/download.h
+%{_includedir}/web/download_doc.h
 
 %changelog
 * Tue Jul 03 2013 Jungki Kwak <jungki.kwak@samsung.com>