]> git.pld-linux.org Git - packages/Firebird.git/blobdiff - Firebird.spec
- massive attack: perl -pi -e "s/^#+\%\{/#\%\%\{/"
[packages/Firebird.git] / Firebird.spec
index 30130e78d516176b317d853bb327ef0720603943..024a6c686d5d25b92ed2561c899eb971e0bd3c5b 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Firebird SQL Database Server and Client tools
 Summary(pl):   Firebird - serwer baz danych SQL oraz narzêdzia klienckie
 Name:          Firebird
 # FirebirdCS/FirebirdSS (Classic Server/Super Server)?
-Version:       1.0.0.796
+Version:       1.0.2.908
 Release:       1
 License:       Interbase Public License 1.0
 Group:         Applications/Databases
@@ -11,17 +11,15 @@ Source1:    ftp://ftp.sourceforge.net/pub/sourceforge/firebird/bootkit-%{version}.t
 Source2:       http://www.ibphoenix.com/downloads/60All.zip
 Source3:       http://www.ibphoenix.com/downloads/ib_4_0_docs.tar.gz
 Source4:       http://www.ibphoenix.com/downloads/isc_docs.zip
-# missing isc4.gbak generated by: make isql || : ; make gdef gsec secutity_db
-Source5:       %{name}-isc4.gbak
-# missing save.c generated by gpre after building pixar w/o save.o and then other stuff
-Patch0:                %{name}-bootkit-missing.patch
 # dirty "fixes" for missing error contants and conflict with isql from unixODBC
-Patch1:                %{name}-fix.patch
-# ksh supports only [! ] globs, not [^ ]
-Patch2:                %{name}-ksh.patch
+# (gds__bad_{limit,skip}_param are defined in supplied codes.h, but removed
+#  by codes.h regeneration from messages.gbak(?))
+Patch0:                %{name}-fix.patch
 URL:           http://firebird.sourceforge.net/
 BuildRequires: unzip
 Requires:      %{name}-lib = %{version}
+# see firebird-*/jrd/{common.h,gds.h,ibase.h} if you want to add support for more
+ExclusiveArch: %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                ibdir   %{_libdir}/interbase
@@ -84,11 +82,6 @@ Obszerna dokumentacja do baz InterBase i Firebird.
 %prep
 %setup -q -n firebird-%{version} -a1
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-
-chmod u+w -R .
-cp -f %{SOURCE5} misc/isc4.gbak
 
 install -d docs/{IB3.0,IB4.0,IB6.0}
 unzip -q %{SOURCE2} -d docs/IB6.0
@@ -107,7 +100,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.065688 seconds and 4 git commands to generate.