rpms/openvrml/F-11 openvrml.spec,1.71,1.72

Braden McDaniel braden at fedoraproject.org
Fri Oct 2 04:34:57 UTC 2009


Author: braden

Update of /cvs/pkgs/rpms/openvrml/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17593/F-11

Modified Files:
	openvrml.spec 
Log Message:
Separate the Java and JavaScript scripting backends into subpackages.


Index: openvrml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/F-11/openvrml.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -p -r1.71 -r1.72
--- openvrml.spec	28 Sep 2009 15:33:50 -0000	1.71
+++ openvrml.spec	2 Oct 2009 04:34:56 -0000	1.72
@@ -1,7 +1,7 @@
 # -*- rpm-spec -*-
 Name:           openvrml
 Version:        0.18.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        VRML/X3D runtime library
 License:        LGPLv3+
 Group:          System Environment/Libraries
@@ -24,8 +24,6 @@ BuildRequires:  gtkglext-devel
 BuildRequires:  libgnomeui-devel >= 2.14
 BuildRequires:  curl-devel
 BuildRequires:  java-devel
-Requires:       xulrunner%{?_isa} >= 1.9.1
-Requires:       java-1.6.0-openjdk%{?_isa}
 
 %description
 OpenVRML is a VRML/X3D support library, including a runtime and facilities
@@ -42,6 +40,22 @@ Requires:       boost-devel%{?_isa} >= 1
 Headers that programmers will need to develop C++ programs using
 OpenVRML.
 
+%package javascript
+Summary:        Script node JavaScript support for OpenVRML
+Group:          System Environment/Libraries
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+Requires:       xulrunner%{?_isa} >= 1.9.1
+%description javascript
+A JavaScript scripting engine for OpenVRML using Mozilla SpiderMonkey.
+
+%package java
+Summary:        Script node Java support for OpenVRML
+Group:          System Environment/Libraries
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+Requires:       java-1.6.0-openjdk%{?_isa}
+%description java
+A Java scripting engine for OpenVRML.
+
 %package gl
 Summary:        OpenGL renderer for OpenVRML
 Group:          System Environment/Libraries
@@ -144,6 +158,11 @@ CXXFLAGS="%optflags -fvisibility=hidden 
 %{_libdir}/libopenvrml.so
 %{_libdir}/pkgconfig/openvrml.pc
 
+%files javascript
+%{_libdir}/openvrml/script/javascript.so
+
+%files java
+%{_libdir}/openvrml/script/java.so
 
 %post gl -p /sbin/ldconfig
 
@@ -188,6 +207,9 @@ CXXFLAGS="%optflags -fvisibility=hidden 
 %{_javadocdir}/%{name}-%{version}
 
 %changelog
+* Fri Oct 2 2009  Braden McDaniel  <braden at endoframe.com> - 0.18.3-4
+- Separate the Java and JavaScript scripting backends into subpackages.
+
 * Mon Sep 28 2009  Braden McDaniel  <braden at endoframe.com> - 0.18.3-3
 - Reqire mesa-libGLU-devel since there is no arch-specific libGLU-devel.
 




More information about the fedora-extras-commits mailing list