Author: zultron
Update of /cvs/nonfree/rpms/freecad/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11585
Modified Files:
freecad.spec
Log Message:
EL-6 spec: Bump release; el6 cmake28 + FindBoost fix; quiet a warning
Index: freecad.spec
===================================================================
RCS file: /cvs/nonfree/rpms/freecad/EL-6/freecad.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freecad.spec 21 Oct 2012 18:34:23 -0000 1.1
+++ freecad.spec 21 Oct 2012 18:44:35 -0000 1.2
@@ -5,9 +5,9 @@
# This revision is 0.12 final.
%global svnrev 5284
-# Use update cmake package on EL builds.
+# Use updated cmake package on EL builds.
%if 0%{?el6}
-%global cmake %cmake28
+%global cmake %cmake28 -DBoost_NO_BOOST_CMAKE=ON
%endif
# Some configuration options for other environments
@@ -23,7 +23,7 @@
Name: freecad
Version: 0.12
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: A general purpose 3D CAD modeler
Group: Applications/Engineering
@@ -60,7 +60,12 @@
# Utilities
-BuildRequires: cmake doxygen swig
+%if (0%{?rhel} == 6)
+BuildRequires: cmake28
+%else
+BuildRequires: cmake
+%endif
+BuildRequires: doxygen swig
BuildRequires: gcc-gfortran
BuildRequires: gettext
BuildRequires: dos2unix
@@ -282,6 +287,10 @@
%changelog
+* Sat Oct 20 2012 John Morris <john(a)zultron.com> - 0.12-8
+- Use cmake28 package on el6
+- Remove COIN3D_DOC_PATH cmake def (one less warning during build)
+
* Thu Jul 05 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.12-7
- Remove BuildRequires: tbb-devel and gts-devel
- Add missing license files to %%doc.