[gfal] -add an exclude ppc for epel5, compilation problems

Devresse adev at fedoraproject.org
Wed Feb 15 10:19:09 UTC 2012


commit e43333fe93eec5917674f56713cf16965e97b90c
Author: Adrien Devresse <adrien.devresse at cern.ch>
Date:   Wed Feb 15 11:18:59 2012 +0100

    -add an exclude ppc for epel5, compilation problems

 gfal.spec |   10 +++++++++-
 sources   |    2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/gfal.spec b/gfal.spec
index 0f0546d..93f3294 100644
--- a/gfal.spec
+++ b/gfal.spec
@@ -13,7 +13,7 @@
 
 Name:						gfal
 Version:					1.12.0
-Release:					2%{?dist}
+Release:					3%{?dist}
 Summary:					Grid File access library
 Group:						System Environment/Libraries
 License:					ASL 2.0
@@ -22,6 +22,11 @@ URL:						https://svnweb.cern.ch/trac/lcgutil
 Source0:					http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/%{name}/%{name}-%{version}.tar.gz 
 BuildRoot:					%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
+#Exclude ppc architecture on epel5, impossible to compile properly with the old gcc version
+%if 0%{?rhel} <= 5
+ExcludeArch:				ppc
+%endif
+
 BuildRequires:				automake
 BuildRequires:				CGSI-gSOAP-devel
 BuildRequires:				dcap-devel
@@ -139,6 +144,9 @@ make %{?_smp_mflags} clean
 %{_docdir}/%{name}-%{version}/LICENSE
 
 %changelog
+* Wed Feb 15 2012 <adevress at cern.ch> - 1.12.0-3
+ - add arch exclusion for ppc on epel5, compilation problem
+
 * Tue Feb 14 2012 <adevress at cern.ch> - 1.12.0-2
  - First review corrections
 
diff --git a/sources b/sources
index ee54088..94e56ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-284318b41c5636cf5f111e697b9817cd  gfal-1.12.0.tar.gz
+dea285b14b14970df04f47806eeeb359  gfal-1.12.0.tar.gz


More information about the scm-commits mailing list