[firebird/el6/master] - add ppc64

Philippe Makowski makowski at fedoraproject.org
Tue Nov 23 17:21:18 UTC 2010


commit 85202f96b80f4ade52db1e99f7e2e27c3aef45df
Author: makowski <makowski at fedoraproject.org>
Date:   Tue Nov 23 18:21:20 2010 +0100

    - add ppc64

 firebird.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/firebird.spec b/firebird.spec
index 2702bb7..7a68a72 100644
--- a/firebird.spec
+++ b/firebird.spec
@@ -2,12 +2,10 @@
 %global fbroot %{_libdir}/%{name}
 %global major 2.5.0
 
-ExcludeArch: ppc64
-
 Summary: SQL relational database management system
 Name:  firebird
 Version: 2.5.0.26074.0
-Release: 0%{?dist}
+Release: 1%{?dist}
 
 Group:  Applications/Databases
 License: Interbase
@@ -31,6 +29,10 @@ BuildRequires: gcc-c++
 %if 0%{?fedora}>=14
 BuildRequires: libstdc++-static
 %endif
+%ifarch ppc64 
+BuildRequires: libatomic_ops-devel
+%endif
+
 
 Requires: %{name}-arch = %{version}-%{release}
 Requires: grep
@@ -498,6 +500,9 @@ fi
 
 
 %changelog
+* Mon Nov 23 2010 Philippe Makowski <makowski at fedoraproject.org>  2.5.0.26074.0-1
+- add ppc64 
+
 * Mon Nov 22 2010 Philippe Makowski <makowski at fedoraproject.org>  2.5.0.26074.0-0
 - build with last upstream
 - exclude ppc64 


More information about the scm-commits mailing list