]> git.pld-linux.org Git - packages/Firebird.git/blobdiff - Firebird.spec
- added gcc33 patch
[packages/Firebird.git] / Firebird.spec
index c713fdf485f41209cce3c7e8955fde82b8fc3edf..80209156fe355493912174618b4d3600803205fa 100644 (file)
@@ -6,15 +6,21 @@ Version:      1.0.2.908
 Release:       1
 License:       Interbase Public License 1.0
 Group:         Applications/Databases
-Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/firebird/%{name}-%{version}.src.tar.gz
-Source1:       ftp://ftp.sourceforge.net/pub/sourceforge/firebird/bootkit-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/firebird/%{name}-%{version}.src.tar.gz
+# Source0-md5: 8ca9aac6cfe2670659d00bb2decb3456
+Source1:       http://dl.sourceforge.net/firebird/bootkit-%{version}.tar.gz
+# Source1-md5: 3ce1d058d568242843fa0f92d5ae7018
 Source2:       http://www.ibphoenix.com/downloads/60All.zip
+# Source2-md5: f86a132012361cd4ae88563105741a4c
 Source3:       http://www.ibphoenix.com/downloads/ib_4_0_docs.tar.gz
+# Source3-md5: f4176d5dec952ee774bb8ee74c1f715d
 Source4:       http://www.ibphoenix.com/downloads/isc_docs.zip
+# Source4-md5: 66eef71c188215d10988788282c014a7
 # dirty "fixes" for missing error contants and conflict with isql from unixODBC
 # (gds__bad_{limit,skip}_param are defined in supplied codes.h, but removed
 #  by codes.h regeneration from messages.gbak(?))
 Patch0:                %{name}-fix.patch
+Patch1:                %{name}-gcc33.patch
 URL:           http://firebird.sourceforge.net/
 BuildRequires: unzip
 Requires:      %{name}-lib = %{version}
@@ -82,6 +88,7 @@ Obszerna dokumentacja do baz InterBase i Firebird.
 %prep
 %setup -q -n firebird-%{version} -a1
 %patch0 -p1
+%patch1 -p1
 
 install -d docs/{IB3.0,IB4.0,IB6.0}
 unzip -q %{SOURCE2} -d docs/IB6.0
@@ -100,7 +107,7 @@ echo 'y' | ./Configure.sh PROD
        PROD_CFLAGS="%{rpmcflags} -fpic -DFLINTSTONE"
 
 # classic/super - what's the difference?
-#%{__make} super_firebird
+#%%{__make} super_firebird
 
 #-Isource/interbase/include"
 
This page took 0.081307 seconds and 4 git commands to generate.