Change CA path macro 40/68440/1 accepted/tizen/common/20160510.050940 accepted/tizen/ivi/20160510.002715 accepted/tizen/mobile/20160510.002703 accepted/tizen/tv/20160510.002707 accepted/tizen/wearable/20160510.002657 submit/tizen/20160509.092624
authorSeonah Moon <seonah1.moon@samsung.com>
Wed, 4 May 2016 08:29:03 +0000 (17:29 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Wed, 4 May 2016 08:29:20 +0000 (17:29 +0900)
Change-Id: I4a4f246e4299781a861205bfddf420e22bd2f86c
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/glib-networking.spec

index ba978c5..4f21b42 100755 (executable)
@@ -16,7 +16,7 @@ BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gio-2.0) >= 2.31.6
 BuildRequires:  pkgconfig(gnutls) >= 2.11.0
 BuildRequires:  pkgconfig(dlog)
-BuildRequires:  libtzplatform-config-devel
+BuildRequires:  pkgconfig(libtzplatform-config)
 %if %{with libproxy}
 BuildRequires:  pkgconfig(libproxy-1.0)
 %endif
@@ -46,9 +46,9 @@ cp %{SOURCE1001} .
     --enable-tizen-tv-adjust-time \
 %endif
 %if "%{?profile}" == "tv"
-    --with-ca-certificates=%{TZ_SYS_SHARE}/ca-certificates/
+    --with-ca-certificates=%{TZ_SYS_RO_CA_CERTS}
 %else
-    --with-ca-certificates=%{TZ_SYS_SHARE}/ca-certificates/ca-certificate.crt
+    --with-ca-certificates=%{TZ_SYS_RO_CA_BUNDLE}
 %endif
 
 %__make %{?_smp_mflags} V=1