From 58d6861144c70448c13781f699d31bf831219e63 Mon Sep 17 00:00:00 2001 From: Youngcheol Kang Date: Fri, 17 Jun 2016 11:18:57 +0900 Subject: [PATCH] fixup! Changed the library type to the shared library from static library 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 --- build/pkgconfig/v8.pc.in | 2 +- packaging/v8.spec | 1 - 2 files changed, 1 insertion(+), 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 -- 2.34.1