Author: glen                         Date: Wed Dec  2 07:12:48 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- libs split; rel 1

---- Files affected:
packages/v8:
   v8.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: packages/v8/v8.spec
diff -u packages/v8/v8.spec:1.6 packages/v8/v8.spec:1.7
--- packages/v8/v8.spec:1.6     Wed Dec  2 08:08:04 2009
+++ packages/v8/v8.spec Wed Dec  2 08:12:43 2009
@@ -11,7 +11,7 @@
 %define                sover %{somajor}.%{sominor}.%{sobuild}
 
 %define                snap    20091118svn3334
-%define                rel             0.1
+%define                rel             1
 Summary:       JavaScript Engine
 Name:          v8
 Version:       2.0.0
@@ -36,10 +36,24 @@
 is used in Google Chrome, the open source browser from Google. V8
 implements ECMAScript as specified in ECMA-262, 3rd edition.
 
+This package contains the command line program.
+
+%package libs
+Summary:       V8 JavaScript Engine shared library
+Group:         Libraries
+Conflicts:     v8 < 2.0.0
+
+%description libs
+V8 is Google's open source JavaScript engine. V8 is written in C++ and
+is used in Google Chrome, the open source browser from Google. V8
+implements ECMAScript as specified in ECMA-262, 3rd edition.
+
+This package contains the shared library.
+
 %package devel
 Summary:       Development headers and libraries for v8
 Group:         Development/Libraries
-Requires:      %{name} = %{version}-%{release}
+Requires:      %{name}-libs = %{version}-%{release}
 
 %description devel
 Development headers and libraries for v8.
@@ -121,13 +135,15 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p /sbin/ldconfig
-%postun        -p /sbin/ldconfig
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog LICENSE
 %attr(755,root,root) %{_bindir}/v8
+
+%files libs
 %attr(755,root,root) %{_libdir}/libv8.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libv8.so.0
 
@@ -142,6 +158,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2009/12/02 07:12:43  glen
+- libs split; rel 1
+
 Revision 1.6  2009/12/02 07:08:04  glen
 - up to 2.0.0 (20091118svn3334)
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/v8/v8.spec?r1=1.6&r2=1.7&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to