rpms/OCE/devel OCE.spec,1.2,1.3

Richard Shaw hobbes1069 at rpmfusion.org
Thu Jul 5 15:31:32 CEST 2012


Author: hobbes1069

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

Modified Files:
	OCE.spec 
Log Message:
Add conditionals for future EL-6 branch.


Index: OCE.spec
===================================================================
RCS file: /cvs/nonfree/rpms/OCE/devel/OCE.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- OCE.spec	2 May 2012 17:54:02 -0000	1.2
+++ OCE.spec	5 Jul 2012 13:31:31 -0000	1.3
@@ -2,6 +2,11 @@
 %global githash2 de78904
 #global relcan 1
 
+# Use newer cmake on EL-6.
+%if 0%{?el6}
+%global cmake %cmake28
+%endif
+
 Name:           OCE
 Version:        0.8.0
 Release:        3%{?relcan:.rc%{relcan}}%{?dist}
@@ -23,7 +28,11 @@
 Source6:        oce-48.png
 
 # Utilities
+%if 0%{?el6}
+BuildRequires:  cmake28
+%else
 BuildRequires:  cmake
+%endif
 BuildRequires:  desktop-file-utils
 # Librraies
 BuildRequires:  xorg-x11-proto-devel


More information about the rpmfusion-commits mailing list