rpms/openvrml/FC-6 .cvsignore, 1.4, 1.5 openvrml.spec, 1.10, 1.11 sources, 1.4, 1.5

Braden McDaniel (braden) fedora-extras-commits at redhat.com
Tue May 1 01:21:43 UTC 2007


Author: braden

Update of /cvs/extras/rpms/openvrml/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14903/FC-6

Modified Files:
	.cvsignore openvrml.spec sources 
Log Message:
Updated for OpenVRML 0.16.4.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/openvrml/FC-6/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	31 Dec 2006 05:28:43 -0000	1.4
+++ .cvsignore	1 May 2007 01:21:09 -0000	1.5
@@ -1,2 +1 @@
-openvrml-0.16.2.tar.gz
-openvrml-0.16.3.tar.gz
+openvrml-0.16.4.tar.gz


Index: openvrml.spec
===================================================================
RCS file: /cvs/extras/rpms/openvrml/FC-6/openvrml.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- openvrml.spec	27 Mar 2007 08:14:11 -0000	1.10
+++ openvrml.spec	1 May 2007 01:21:09 -0000	1.11
@@ -1,7 +1,7 @@
 # -*- rpm-spec -*-
 Name:           openvrml
-Version:        0.16.3
-Release:        4%{?dist}
+Version:        0.16.4
+Release:        1%{?dist}
 Summary:        VRML/X3D runtime library
 License:        LGPL
 Group:          System Environment/Libraries
@@ -19,6 +19,8 @@
 BuildRequires:  libXmu-devel
 BuildRequires:  glib2-devel >= 2.6
 BuildRequires:  gtk2-devel
+BuildRequires:  libgnomeui-devel >= 2.14
+BuildRequires:  curl-devel
 Requires:       firefox = 1.5.0.10
 
 %description
@@ -61,29 +63,38 @@
 Headers that programmers will need to develop C++ programs using the
 OpenVRML OpenGL renderer.
 
-%package gtkplug
-Summary:        VRML browser GtkPlug component for embedding in GTK+ applications
+%package xembed
+Summary:        VRML/X3D browser XEmbed component for embedding in X11 applications
 Group:          Applications/Internet
 License:        GPL
 Requires:       %{name}-gl = %{version}-%{release}
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
-%description gtkplug
-VRML browser GtkPlug component for embedding in GTK+ applications.
+%description xembed
+VRML/X3D browser XEmbed component for embedding in X11 applications.
 
 %package mozilla-plugin
-Summary:        VRML browser plug-in for Mozilla-based browsers
+Summary:        VRML/X3D browser plug-in for Mozilla-based browsers
 Group:          Applications/Internet
 License:        GPL
-Requires:       %{name}-gtkplug = %{version}-%{release}
+Requires:       %{name}-xembed = %{version}-%{release}
 %description mozilla-plugin
-VRML browser plug-in for Mozilla-based browsers.
+VRML/X3D browser plug-in for Mozilla-based browsers.  Hosts the OpenVRML
+XEmbed control.
+
+%package player
+Summary:        VRML/X3D player
+Group:          Applications/Internet
+License:        GPL
+Requires:       %{name}-xembed = %{version}-%{release}
+%description player
+VRML/X3D player.  Hosts the OpenVRML XEmbed control.
 
 %prep
 %setup
 
 %build
-%configure --disable-static --disable-exception-specs --disable-examples --disable-script-node-java CPPFLAGS="-DNDEBUG -I/usr/include/firefox-1.5.0.10"
+%configure --disable-static --disable-exception-specs --disable-examples --disable-script-node-java CPPFLAGS="-DNDEBUG"
 %{__make} %{?_smp_mflags}
 
 %install
@@ -133,25 +144,37 @@
 %{_libdir}/pkgconfig/openvrml-gl.pc
 
 
-%post gtkplug
-/sbin/install-info %{_infodir}/openvrml-gtkplug.info %{_infodir}/dir || :
+%post xembed
+/sbin/install-info %{_infodir}/openvrml-xembed.info %{_infodir}/dir || :
 
-%preun gtkplug
+%preun xembed
 if [ $1 = 0 ]; then
-  /sbin/install-info --delete %{_infodir}/openvrml-gtkplug.info %{_infodir}/dir || :
+  /sbin/install-info --delete %{_infodir}/openvrml-xembed.info %{_infodir}/dir || :
 fi
 
-%files gtkplug
+%files xembed
 %doc AUTHORS COPYING ChangeLog NEWS README THANKS
-%{_infodir}/openvrml-gtkplug.info.gz
-%{_libexecdir}/openvrml-gtkplug
+%{_infodir}/openvrml-xembed.info.gz
+%{_libexecdir}/openvrml-xembed
 
 %files mozilla-plugin
 %doc AUTHORS COPYING ChangeLog NEWS README THANKS
 %{_libdir}/mozilla/plugins/openvrml.so
 
+%files player
+%doc AUTHORS COPYING ChangeLog NEWS README THANKS
+%{_bindir}/openvrml-player
+%{_datadir}/openvrml-player/glade/openvrml-player.glade
+
 
 %changelog
+* Mon Apr 30 2007  Braden McDaniel  <braden at endoframe.com> - 0.16.4-1
+- Updated to 0.16.4.
+- Added BuildRequires for libgnomeui-devel >= 2.14 and curl-devel.
+- Changed name of gtkplug subpackage to xembed.
+- Removed -I flag for firefox headers.
+- Added player subpackage.
+
 * Tue Mar 27 2007  Braden McDaniel  <braden at endoframe.com> - 0.16.3-4
 - openvrml-devel: Fixed unowned directories.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/openvrml/FC-6/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	31 Dec 2006 05:28:43 -0000	1.4
+++ sources	1 May 2007 01:21:09 -0000	1.5
@@ -1,2 +1 @@
-8f93af7603ac8ddb22897658ccedc754  openvrml-0.16.2.tar.gz
-d8c66549354c55d687415781b6d10989  openvrml-0.16.3.tar.gz
+bf7a200b6e3b51eef0fe98360f2a69bf  openvrml-0.16.4.tar.gz




More information about the fedora-extras-commits mailing list