rpms/freecad/devel freecad.spec,1.3,1.4

Richard Shaw hobbes1069 at rpmfusion.org
Tue Oct 23 21:14:08 CEST 2012


Author: hobbes1069

Update of /cvs/nonfree/rpms/freecad/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10273

Modified Files:
	freecad.spec 
Log Message:
Spec clean-up. Add graphviz as build requirement and PyQt4 as run time requirement.


Index: freecad.spec
===================================================================
RCS file: /cvs/nonfree/rpms/freecad/devel/freecad.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- freecad.spec	21 Oct 2012 18:59:44 -0000	1.3
+++ freecad.spec	23 Oct 2012 19:14:07 -0000	1.4
@@ -6,7 +6,7 @@
 %global svnrev 5284
 
 # Use updated cmake package on EL builds.
-%if 0%{?el6}
+%if 0%{?rhel}
 %global cmake %cmake28 -DBoost_NO_BOOST_CMAKE=ON
 %endif
 
@@ -65,7 +65,7 @@
 %else
 BuildRequires:  cmake
 %endif
-BuildRequires:  doxygen swig
+BuildRequires:  doxygen graphviz swig
 BuildRequires:  gcc-gfortran
 BuildRequires:  gettext
 BuildRequires:  dos2unix
@@ -105,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;


More information about the rpmfusion-commits mailing list