SPECS: Firebird.spec - rel 5; fix ppc build
arekm
arekm at pld-linux.org
Tue Jan 2 14:45:32 CET 2007
Author: arekm Date: Tue Jan 2 13:45:32 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 5; fix ppc build
---- Files affected:
SPECS:
Firebird.spec (1.40 -> 1.41)
---- Diffs:
================================================================
Index: SPECS/Firebird.spec
diff -u SPECS/Firebird.spec:1.40 SPECS/Firebird.spec:1.41
--- SPECS/Firebird.spec:1.40 Tue Jan 2 14:11:27 2007
+++ SPECS/Firebird.spec Tue Jan 2 14:45:26 2007
@@ -10,7 +10,7 @@
Name: Firebird
# FirebirdCS/FirebirdSS (Classic Server/Super Server)?
Version: 1.5.3.4870
-Release: 4
+Release: 5
License: Interbase Public License 1.0
Group: Applications/Databases
Source0: http://dl.sourceforge.net/firebird/firebird-%{version}.tar.bz2
@@ -36,6 +36,7 @@
Patch9: %{name}-opt-bypass-redundant-sort.dpatch
Patch10: %{name}-security-remote-preauth-crash.dpatch
Patch11: %{name}-separate-file-and-sem-perms.dpatch
+Patch12: %{name}-ppc.patch
URL: http://www.firebirdsql.org/
BuildRequires: autoconf
BuildRequires: automake
@@ -143,6 +144,7 @@
%patch9 -p1
%patch10 -p1
%patch11 -p1
+%patch12 -p1
install -d docs/{IB3.0,IB4.0,IB6.0}
unzip -q %{SOURCE1} -d docs/IB6.0
tar xzf %{SOURCE2} -C docs/IB4.0
@@ -166,14 +168,15 @@
# OPTFLAGS for editline
export OPTFLAGS="%{rpmcflags}"
+DARCH=""
%ifarch %{x8664}
DARCH="-DAMD64"
-%else
+%endif
%ifarch sparc sparcv9
DARCH="-Dsparc"
-%else
-DARCH=""
%endif
+%ifarch ppc
+DARCH="-DPPC"
%endif
%{__make} -j1 \
@@ -310,6 +313,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.41 2007/01/02 13:45:26 arekm
+- rel 5; fix ppc build
+
Revision 1.40 2007/01/02 13:11:27 arekm
- rel 4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/Firebird.spec?r1=1.40&r2=1.41&f=u
More information about the pld-cvs-commit
mailing list