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

Braden McDaniel (braden) fedora-extras-commits at redhat.com
Tue Jan 22 06:17:20 UTC 2008


Author: braden

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

Modified Files:
	openvrml.spec 
Log Message:
Try going back to using the gecko-libs rpath.


Index: openvrml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/devel/openvrml.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- openvrml.spec	17 Jan 2008 06:20:06 -0000	1.34
+++ openvrml.spec	22 Jan 2008 06:16:41 -0000	1.35
@@ -1,7 +1,7 @@
 # -*- rpm-spec -*-
 Name:           openvrml
 Version:        0.17.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        VRML/X3D runtime library
 License:        LGPLv3+
 Group:          System Environment/Libraries
@@ -68,7 +68,7 @@
 Group:          Applications/Internet
 License:        GPLv3+
 Requires:       %{name}-gl = %{version}-%{release}
-Requires:       gecko-libs >= 1.9
+Requires:       gecko-libs = 1.9
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 Obsoletes:      %{name}-gtkplug
@@ -96,7 +96,7 @@
 %setup
 
 %build
-%configure --disable-static --disable-gecko-rpath --disable-exception-specs --disable-examples --disable-script-node-java CPPFLAGS="-DNDEBUG" BOOST_LIB_SUFFIX="-mt"
+%configure --disable-static --disable-exception-specs --disable-examples --disable-script-node-java CPPFLAGS="-DNDEBUG" BOOST_LIB_SUFFIX="-mt"
 %{__make} %{?_smp_mflags}
 
 %install
@@ -170,6 +170,10 @@
 
 
 %changelog
+* 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.
+
 * Thu Jan 17 2008  Braden McDaniel  <braden at endoframe.com> - 0.17.3-1
 - Updated to 0.17.3.
 - configure with --disable-gecko-rpath.




More information about the fedora-extras-commits mailing list