[v8] Add %{_libdir}/libv8.so.3 to %files.

Matej Cepl mcepl at fedoraproject.org
Mon Aug 22 00:23:28 UTC 2011


commit ddfca4d10beb5ff9c35d9f99e051df2a87ae799d
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Mon Aug 22 02:23:08 2011 +0200

    Add %{_libdir}/libv8.so.3 to %files.

 v8.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/v8.spec b/v8.spec
index 9ee9403..487caac 100644
--- a/v8.spec
+++ b/v8.spec
@@ -101,6 +101,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/d8
 %{_bindir}/js2c
 %{_libdir}/libv8-%{version}.so
+%{_libdir}/libv8.so.%{major_version}
 
 
 %files devel


More information about the scm-commits mailing list