rpms/openvrml/devel openvrml.spec,1.19,1.20

Braden McDaniel (braden) fedora-extras-commits at redhat.com
Wed Aug 22 06:02:55 UTC 2007


Author: braden

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

Modified Files:
	openvrml.spec 
Log Message:
Set BOOST_LIB_SUFFIX="mt"; updated firefox dependency to 2.0.0.6.


Index: openvrml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openvrml/devel/openvrml.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- openvrml.spec	3 Aug 2007 15:15:30 -0000	1.19
+++ openvrml.spec	22 Aug 2007 06:02:19 -0000	1.20
@@ -1,7 +1,7 @@
 # -*- rpm-spec -*-
 Name:           openvrml
 Version:        0.16.6
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        VRML/X3D runtime library
 License:        LGPL
 Group:          System Environment/Libraries
@@ -21,7 +21,7 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  libgnomeui-devel >= 2.14
 BuildRequires:  curl-devel
-Requires:       firefox = 2.0.0.5
+Requires:       firefox = 2.0.0.6
 
 %description
 OpenVRML is a VRML/X3D support library, including a runtime and facilities
@@ -38,7 +38,7 @@
 Requires:       libjpeg-devel
 Requires:       fontconfig-devel
 Requires:       freetype-devel
-Requires:       firefox-devel = 2.0.0.5
+Requires:       firefox-devel = 2.0.0.6
 %description devel
 Headers that programmers will need to develop C++ programs using
 OpenVRML.
@@ -95,7 +95,7 @@
 %setup
 
 %build
-%configure --disable-static --disable-exception-specs --disable-examples --disable-script-node-java CPPFLAGS="-DNDEBUG"
+%configure --disable-static --disable-exception-specs --disable-examples --disable-script-node-java CPPFLAGS="-DNDEBUG" BOOST_LIB_SUFFIX="-mt"
 %{__make} %{?_smp_mflags}
 
 %install
@@ -169,6 +169,10 @@
 
 
 %changelog
+* Wed Aug 22 2007  Braden McDaniel  <braden at endoframe.com> - 0.16.6-4
+- Set BOOST_LIB_SUFFIX="-mt".
+- Updated firefox dependency to 2.0.0.6.
+
 * Fri Aug 03 2007  Braden McDaniel  <braden at endoframe.com> - 0.16.6-3
 - Rebuild for updated boost.
 




More information about the fedora-extras-commits mailing list