]> git.pld-linux.org Git - packages/Firebird.git/blobdiff - Firebird.spec
- WIP
[packages/Firebird.git] / Firebird.spec
index 024a6c686d5d25b92ed2561c899eb971e0bd3c5b..60eca6e433822beaf05a207ad343c47fa85acd85 100644 (file)
@@ -3,21 +3,30 @@ Summary(pl):  Firebird - serwer baz danych SQL oraz narz
 Name:          Firebird
 # FirebirdCS/FirebirdSS (Classic Server/Super Server)?
 Version:       1.0.2.908
-Release:       1
+Release:       2
 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
+Patch2:                %{name}-link.patch
+Patch3:                %{name}-chmod.patch
+Patch4:                %{name}-env-overflows.patch
 URL:           http://firebird.sourceforge.net/
 BuildRequires: unzip
-Requires:      %{name}-lib = %{version}
+Requires:      %{name}-lib = %{version}-%{release}
 # 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)
@@ -48,7 +57,7 @@ Biblioteka wsp
 Summary:       Header files for Firebird library
 Summary(pl):   Pliki nag³ówkowe biblioteki Firebird
 Group:         Development/Libraries
-Requires:      %{name}-lib = %{version}
+Requires:      %{name}-lib = %{version}-%{release}
 
 %description devel
 Header files for Firebird library.
@@ -60,7 +69,7 @@ Pliki nag
 Summary:       Static Firebird library
 Summary(pl):   Statyczna biblioteka Firebird
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static Firebird library (libgds).
@@ -82,6 +91,10 @@ Obszerna dokumentacja do baz InterBase i Firebird.
 %prep
 %setup -q -n firebird-%{version} -a1
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
 
 install -d docs/{IB3.0,IB4.0,IB6.0}
 unzip -q %{SOURCE2} -d docs/IB6.0
This page took 0.730764 seconds and 4 git commands to generate.