[lcm] fix typo

nmarques nmarques at fedoraproject.org
Wed Jul 11 21:47:15 UTC 2012


commit 11017a8f526553337dbab153a2c27b0ae1075587
Author: Nelson Marques <nmo.marques at gmail.com>
Date:   Wed Jul 11 22:47:06 2012 +0100

    fix typo

 lcm.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lcm.spec b/lcm.spec
index 5d3aafc..bbbcc7e 100644
--- a/lcm.spec
+++ b/lcm.spec
@@ -17,7 +17,7 @@ Source:         https://lcm.googlecode.com/files/%{name}-%{version}.tar.gz
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 # package fails to build on fedora epel for el5 and el6 due to missing 
 # java-devel build dependency; excluding arch
-%if 0%{rhel} <= 6
+%if 0%{?rhel} <= 6
 ExcludeArch:    ppc ppc64
 %endif
 


More information about the scm-commits mailing list