Rename so file 52/132852/2 accepted/tizen/unified/20170609.203902 submit/tizen/20170608.073827 submit/tizen/20170609.022610
authorSeonah Moon <seonah1.moon@samsung.com>
Thu, 8 Jun 2017 04:37:12 +0000 (13:37 +0900)
committerseonah moon <seonah1.moon@samsung.com>
Thu, 8 Jun 2017 05:11:03 +0000 (05:11 +0000)
Change-Id: Iceed5f21de00e1f59e1ce03f268fe22d2b6bd652
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/download-provider.spec

index 81443d5..2275f43 100755 (executable)
@@ -1,7 +1,7 @@
 %define _ux_define tizen2.3
 Name:       download-provider
 Summary:    Download the contents in background
-Version:    2.1.81
+Version:    2.1.82
 Release:    0
 Group:      Development/Libraries
 License:    Apache-2.0
@@ -104,9 +104,9 @@ export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE"
        -DBIN_INSTALL_DIR:PATH=%{_bindir} \
        -DLIB_INSTALL_DIR:PATH=%{_libdir} \
 %ifarch aarch64 x86_64
-       -DLIB_AGENT_PATH="/usr/lib64/libdownloadagent2.so" \
+       -DLIB_AGENT_PATH="/usr/lib64/libdownloadagent2.so.0.1.0" \
 %else
-       -DLIB_AGENT_PATH="/usr/lib/libdownloadagent2.so" \
+       -DLIB_AGENT_PATH="/usr/lib/libdownloadagent2.so.0.1.0" \
 %endif
        -DINCLUDE_INSTALL_DIR:PATH=%{_includedir} \
        -DPKG_NAME=%{name} \