rpms/openvrml/devel .cvsignore, 1.17, 1.18 openvrml.spec, 1.50, 1.51 sources, 1.17, 1.18 openvrml-xembed-gtk_disable_deprecated.patch, 1.1, NONE

Braden McDaniel braden at fedoraproject.org
Thu Oct 9 06:54:37 UTC 2008


Author: braden

Update of /cvs/pkgs/rpms/openvrml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16027/devel

Modified Files:
	.cvsignore openvrml.spec sources 
Removed Files:
	openvrml-xembed-gtk_disable_deprecated.patch 
Log Message:
Updated to 0.17.9.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore	13 Aug 2008 15:03:31 -0000	1.17
+++ .cvsignore	9 Oct 2008 06:54:07 -0000	1.18
@@ -1 +1 @@
-openvrml-0.17.8.tar.gz
+openvrml-0.17.9.tar.gz


Index: openvrml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/devel/openvrml.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- openvrml.spec	28 Aug 2008 18:38:06 -0000	1.50
+++ openvrml.spec	9 Oct 2008 06:54:07 -0000	1.51
@@ -1,13 +1,12 @@
 # -*- rpm-spec -*-
 Name:           openvrml
-Version:        0.17.8
+Version:        0.17.9
 Release:        1.0%{?dist}
 Summary:        VRML/X3D runtime library
 License:        LGPLv3+
 Group:          System Environment/Libraries
 Source:         http://downloads.sf.net/openvrml/%{name}-%{version}.tar.gz
 URL:            http://openvrml.org
-Patch:          openvrml-xembed-gtk_disable_deprecated.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  pkgconfig >= 0.12.0
 BuildRequires:  boost-devel >= 1.34.1
@@ -19,6 +18,7 @@
 BuildRequires:  libGLU-devel
 BuildRequires:  libXmu-devel
 BuildRequires:  glib2-devel >= 2.6
+BuildRequires:  dbus-glib-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  libgnomeui-devel >= 2.14
 BuildRequires:  curl-devel
@@ -69,8 +69,6 @@
 Group:          Applications/Internet
 License:        GPLv3+
 Requires:       %{name}-gl = %{version}-%{release}
-Requires(post): /sbin/install-info
-Requires(preun): /sbin/install-info
 Obsoletes:      %{name}-gtkplug
 %description xembed
 VRML/X3D browser XEmbed component for embedding in X11 applications.
@@ -80,6 +78,7 @@
 Group:          Applications/Internet
 License:        GPLv3+
 Requires:       %{name}-xembed = %{version}-%{release}
+Requires:       dbus-x11
 %description mozilla-plugin
 VRML/X3D browser plug-in for Mozilla-based browsers.  Hosts the OpenVRML
 XEmbed control.
@@ -89,12 +88,12 @@
 Group:          Applications/Internet
 License:        GPLv3+
 Requires:       %{name}-xembed = %{version}-%{release}
+Requires:       dbus-x11
 %description player
 VRML/X3D player.  Hosts the OpenVRML XEmbed control.
 
 %prep
 %setup
-%patch -p1
 
 %build
 CXXFLAGS="%optflags -fvisibility=hidden -fvisibility-inlines-hidden -Wno-missing-braces"
@@ -105,7 +104,6 @@
 %{__make} DESTDIR=%{buildroot} install
 %{__rm} %{buildroot}%{_libdir}/*.la
 %{__rm} %{buildroot}%{_libdir}/mozilla/plugins/openvrml.la
-%{__rm} -f %{buildroot}%{_infodir}/dir
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -148,18 +146,15 @@
 %{_libdir}/pkgconfig/openvrml-gl.pc
 
 
-%post xembed
-/sbin/install-info %{_infodir}/openvrml-xembed.info %{_infodir}/dir || :
-
-%preun xembed
-if [ $1 = 0 ]; then
-  /sbin/install-info --delete %{_infodir}/openvrml-xembed.info %{_infodir}/dir || :
-fi
-
 %files xembed
 %doc AUTHORS COPYING ChangeLog NEWS README THANKS
-%{_infodir}/openvrml-xembed.info.gz
 %{_libexecdir}/openvrml-xembed
+%{_datadir}/dbus-1/services/org.openvrml.BrowserControl.service
+%dir %{_datadir}/openvrml-xembed
+%dir %{_datadir}/openvrml-xembed/dbus-1
+%{_datadir}/openvrml-xembed/dbus-1/browser.xml
+%{_datadir}/openvrml-xembed/dbus-1/browser-factory.xml
+%{_datadir}/openvrml-xembed/dbus-1/browser-host.xml
 
 %files mozilla-plugin
 %doc AUTHORS COPYING ChangeLog NEWS README THANKS
@@ -174,6 +169,10 @@
 
 
 %changelog
+* Thu Oct 09 2008  Braden McDaniel  <braden at endoframe.com> - 0.17.9-1.0
+- Updated to 0.17.9.
+- Removed patch to remove GTK_DISABLE_DEPRECATED.
+
 * Thu Aug 28 2008 Michael Schwendt <mschwendt at fedoraproject.org>
 - Include two directories in -player pkg.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	13 Aug 2008 15:03:31 -0000	1.17
+++ sources	9 Oct 2008 06:54:07 -0000	1.18
@@ -1 +1 @@
-08e18b3a83a548a09d81afcf35c9ac25  openvrml-0.17.8.tar.gz
+e9feb42997dcba7aa64f460c33e7f986  openvrml-0.17.9.tar.gz


--- openvrml-xembed-gtk_disable_deprecated.patch DELETED ---




More information about the scm-commits mailing list