rpms/freecad/F-18 freecad.spec,1.1,1.2

Richard Shaw hobbes1069 at rpmfusion.org
Sat Oct 27 05:31:27 CEST 2012


Author: hobbes1069

Update of /cvs/nonfree/rpms/freecad/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9955

Modified Files:
	freecad.spec 
Log Message:
* Sat Oct 20 2012 John Morris <john at zultron.com> - 0.12-9
- Use cmake28 package on el6
- Remove COIN3D_DOC_PATH cmake def (one less warning during build)



Index: freecad.spec
===================================================================
RCS file: /cvs/nonfree/rpms/freecad/F-18/freecad.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freecad.spec	7 Jul 2012 03:15:42 -0000	1.1
+++ freecad.spec	27 Oct 2012 03:31:27 -0000	1.2
@@ -5,9 +5,9 @@
 # This revision is 0.12 final.
 %global svnrev 5284
 
-# Use update cmake package on EL builds.
-%if 0%{?el6}
-%global cmake %cmake28
+# Use updated cmake package on EL builds.
+%if 0%{?rhel}
+%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:        9%{?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 graphviz swig
 BuildRequires:  gcc-gfortran
 BuildRequires:  gettext
 BuildRequires:  dos2unix
@@ -100,6 +105,7 @@
 
 # Needed for plugin support and is not a soname dependency.
 Requires:       python-pivy
+Requires:       PyQt4
 Requires:       hicolor-icon-theme
 
 # plugins and private shared libs in %%{_libdir}/freecad/lib are private;
@@ -170,7 +176,7 @@
        -DDOCDIR=%{_docdir}/%{name} \
        -DCOIN3D_INCLUDE_DIR=%{_includedir}/Coin2 \
        -DCOIN3D_DOC_PATH=%{_datadir}/Coin2/Coin \
- %if %{occ}
+%if %{occ}
        -DUSE_OCC=TRUE \
 %endif
 %if ! %{bundled_smesh}
@@ -282,10 +288,17 @@
 
 
 %changelog
+* Sat Oct 20 2012 John Morris <john at zultron.com> - 0.12-9
+- Use cmake28 package on el6
+- Remove COIN3D_DOC_PATH cmake def (one less warning during build)
+
+* Wed Sep 26 2012 Richard Shaw <hobbes1069 at gmail.com> - 0.12-8
+- Rebuild for boost 1.50.
+
 * Thu Jul 05 2012 Richard Shaw <hobbes1069 at gmail.com> - 0.12-7
 - Remove BuildRequires: tbb-devel and gts-devel
 - Add missing license files to %%doc.
-- Add missing build requirement for hicolor-icon-theme.
+- Add missing requirement for hicolor-icon-theme.
 - Fix excessive linking issue.
 - Other minor spec updates.
 


More information about the rpmfusion-commits mailing list