rpms/openvrml/devel openvrml.spec,1.35,1.36

Braden McDaniel (braden) fedora-extras-commits at redhat.com
Fri Jan 25 00:46:32 UTC 2008


Author: braden

Update of /cvs/pkgs/rpms/openvrml/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19885

Modified Files:
	openvrml.spec 
Log Message:
Try again with --disable-gecko-rpath.


Index: openvrml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/devel/openvrml.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- openvrml.spec	22 Jan 2008 06:16:41 -0000	1.35
+++ openvrml.spec	25 Jan 2008 00:45:44 -0000	1.36
@@ -1,7 +1,7 @@
 # -*- rpm-spec -*-
 Name:           openvrml
 Version:        0.17.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        VRML/X3D runtime library
 License:        LGPLv3+
 Group:          System Environment/Libraries
@@ -68,7 +68,6 @@
 Group:          Applications/Internet
 License:        GPLv3+
 Requires:       %{name}-gl = %{version}-%{release}
-Requires:       gecko-libs = 1.9
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 Obsoletes:      %{name}-gtkplug
@@ -96,7 +95,7 @@
 %setup
 
 %build
-%configure --disable-static --disable-exception-specs --disable-examples --disable-script-node-java CPPFLAGS="-DNDEBUG" BOOST_LIB_SUFFIX="-mt"
+%configure --disable-static --disable-exception-specs --disable-gecko-rpath --disable-examples --disable-script-node-java CPPFLAGS="-DNDEBUG" BOOST_LIB_SUFFIX="-mt"
 %{__make} %{?_smp_mflags}
 
 %install
@@ -170,6 +169,9 @@
 
 
 %changelog
+* Thu Jan 24 2008  Braden McDaniel  <braden at endoframe.com> - 0.17.3-3
+- Try again with --disable-gecko-rpath.
+
 * Tue Jan 22 2008  Braden McDaniel  <braden at endoframe.com> - 0.17.3-2
 - Do not configure with --disable-gecko-rpath.
 - Go back to having openvrml-xembed require gecko-libs = 1.9.




More information about the fedora-extras-commits mailing list