[lcm] Update release and ExcludeArch ppc/ppc64 for el5 and el6

nmarques nmarques at fedoraproject.org
Wed Jul 11 21:43:44 UTC 2012


commit a19c0f7ec5390bef92c555a7e0faf7dbc4735483
Author: Nelson Marques <nmo.marques at gmail.com>
Date:   Wed Jul 11 22:43:35 2012 +0100

    Update release and ExcludeArch ppc/ppc64 for el5 and el6

 lcm.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/lcm.spec b/lcm.spec
index c24e545..5d3aafc 100644
--- a/lcm.spec
+++ b/lcm.spec
@@ -8,13 +8,18 @@
 
 Name:           lcm
 Version:        0.9.0
-Release:        1%{?dist}
+Release:        5%{?dist}
 License:        LGPLv2+
 Summary:        Utilities for lightweight communications and marshaling
 URL:            http://code.google.com/p/lcm/
 Group:          Applications/Engineering
 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
+ExcludeArch:    ppc ppc64
+%endif
 
 BuildRequires:  chrpath
 BuildRequires:  glib2-devel
@@ -172,6 +177,10 @@ make check V=1
 
 
 %changelog
+* Wed Jul 11 2012 Nelson Marques <nmo.marques at gmail.com> - 0.9.0-5
+- Add "ExcludeArch: ppc ppc64" for el5 and el6, no java dependencies
+- Update release to match the changelog
+
 * Fri Jul 06 2012 Nelson Marques <nelson-m-marques at ext.ptinovacao.pt> - 0.9.0-1
 - Update to version 0.9.0
 - BZ#767649, moved java man pages to java sub-package


More information about the scm-commits mailing list