]> git.pld-linux.org Git - packages/Firebird.git/commitdiff
- rel 5; fix ppc build auto/th/Firebird-1_5_3_4870-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 2 Jan 2007 13:45:26 +0000 (13:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Firebird.spec -> 1.41

Firebird.spec

index 566f58a4025ef1d094014df50e18f1725d19be5e..3d922d85a85c5460eadd8a5b66850e5a26d58f40 100644 (file)
@@ -9,7 +9,7 @@ Summary(pl):    Firebird - serwer baz danych SQL oraz narz
 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
@@ -35,6 +35,7 @@ Patch8:               %{name}-no-custom-errno-and-sys_XXerrXX.dpatch
 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
@@ -142,6 +143,7 @@ Obszerna dokumentacja do baz InterBase i Firebird.
 %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
@@ -165,14 +167,15 @@ cd ../../..
 
 # 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 \
This page took 0.088775 seconds and 4 git commands to generate.