summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungcheol Kang <ychul.kang@samsung.com>2016-06-17 11:18:57 +0900
committerYoungcheol Kang <ychul.kang@samsung.com>2016-06-17 11:19:07 +0900
commit58d6861144c70448c13781f699d31bf831219e63 (patch)
tree44f681fa9bc24405e460d98d25ba7a87e0246b0c
parent3742db8bf6c431f2a4932fa16fb75290d643b81b (diff)
downloadv8-accepted/tizen_tv.tar.gz
v8-accepted/tizen_tv.tar.bz2
v8-accepted/tizen_tv.zip
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>
-rw-r--r--build/pkgconfig/v8.pc.in2
-rw-r--r--packaging/v8.spec1
2 files changed, 1 insertions, 2 deletions
diff --git a/build/pkgconfig/v8.pc.in b/build/pkgconfig/v8.pc.in
index 077c78f2c..d760f1bea 100644
--- a/build/pkgconfig/v8.pc.in
+++ b/build/pkgconfig/v8.pc.in
@@ -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
diff --git a/packaging/v8.spec b/packaging/v8.spec
index 5bd4df735..fe9291c8e 100644
--- a/packaging/v8.spec
+++ b/packaging/v8.spec
@@ -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