rpms/smesh/EL-6 smesh.spec,1.2,1.3

Richard Shaw hobbes1069 at rpmfusion.org
Mon Oct 22 03:27:10 CEST 2012


Author: hobbes1069

Update of /cvs/nonfree/rpms/smesh/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32634

Modified Files:
	smesh.spec 
Log Message:
Initial EL-6 build.


Index: smesh.spec
===================================================================
RCS file: /cvs/nonfree/rpms/smesh/EL-6/smesh.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- smesh.spec	7 Mar 2012 23:16:30 -0000	1.2
+++ smesh.spec	22 Oct 2012 01:27:10 -0000	1.3
@@ -1,3 +1,8 @@
+# Use newer cmake on EL builds
+%if 0%{?rhel}
+%global cmake %cmake28
+%endif
+
 Name:           smesh
 Version:        5.1.2.2
 Release:        3.svn54%{?dist}
@@ -16,7 +21,12 @@
 Patch0:         smesh.patch
 Patch1:         smesh-cmake_fixes.patch
 
-BuildRequires:  cmake doxygen
+%if 0%{?rhel}
+BuildRequires:  cmake28
+%else
+BuildRequires:  cmake
+%endif
+BuildRequires:  doxygen graphviz
 BuildRequires:  OCE-devel
 BuildRequires:  boost-devel
 BuildRequires:  gcc-gfortran


More information about the rpmfusion-commits mailing list