rpms/xbae/devel xbae.spec,1.10,1.11

Patrice Dumas pertusus at fedoraproject.org
Sat Oct 25 12:46:35 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/xbae/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4114

Modified Files:
	xbae.spec 
Log Message:
use a more robust conditional


Index: xbae.spec
===================================================================
RCS file: /cvs/extras/rpms/xbae/devel/xbae.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xbae.spec	20 Sep 2008 17:44:45 -0000	1.10
+++ xbae.spec	25 Oct 2008 12:46:05 -0000	1.11
@@ -3,7 +3,7 @@
 # motif switched to lesstif in fedora 6 and fedora extras 5 is not 
 # maintained anymore, it could be possible to add the conditionals
 %if 0%{?rhel}
-%if "%rhel" <= "4"
+%if 0%rhel <= 4
 %define monolithic_X 1
 %endif
 %endif




More information about the scm-commits mailing list