fixup! Changed the library type to the shared library from static library 66/75166/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20160617.121723 accepted/tizen/ivi/20160617.084221 accepted/tizen/mobile/20160617.084249 accepted/tizen/tv/20160617.084052 accepted/tizen/wearable/20160617.084303 submit/tizen/20160617.041836
authorYoungcheol Kang <ychul.kang@samsung.com>
Fri, 17 Jun 2016 02:18:57 +0000 (11:18 +0900)
committerYoungcheol Kang <ychul.kang@samsung.com>
Fri, 17 Jun 2016 02:19:07 +0000 (11:19 +0900)
This patch removes the code which provide the libv8.so
in devel package, because it makes the problem in OBS system.
Also the name of package config is changed to the v8.

Bug: http://suprem.sec.samsung.net/jira/browse/TWF-1510

Change-Id: I31a8ca221c472f235b4e0ec324d2a3a498a17b21
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
build/pkgconfig/v8.pc.in
packaging/v8.spec

index 077c78f2c2fe7ba78b58df22f0003ae2eb7904ed..d760f1beafa0da6ea22c00815ea71b201e2877ec 100644 (file)
@@ -3,7 +3,7 @@ exec_prefix=${prefix}
 libdir=?LIBDIR?
 includedir=${prefix}/include
 
-Name: chromium-efl
+Name: v8
 Description: This is v8 library
 Version: 4.7.83
 
index 5bd4df7354be8f09a1346b5e12577235d3c06477..fe9291c8efea3d19f215614b23b2c0d504518a80 100644 (file)
@@ -148,7 +148,6 @@ install -m 0644 ./include/libplatform/*.h %{buildroot}%{_includedir}/v8/include/
 
 %files devel
 %manifest ./build/manifest/v8.manifest
-%{_libdir}/libv8.so
 %{_libdir}/v8/natives_blob.bin
 %{_libdir}/v8/snapshot_blob.bin
 %{_libdir}/pkgconfig/v8.pc