X-Git-Url: http://git.pld-linux.org/?p=packages%2FFirebird.git;a=blobdiff_plain;f=Firebird.spec;h=6d913c0127aa584fa1cc922d0e8310c3073b5d4c;hp=490d865a289cb5c238bb90cf44faf8d664d40d92;hb=1268d8b9f36187c8c5de89ed1e3d02abb4f87cfb;hpb=54f917b13efba2420a122a66192fd3b642fde2a1 diff --git a/Firebird.spec b/Firebird.spec index 490d865..6d913c0 100644 --- a/Firebird.spec +++ b/Firebird.spec @@ -1,19 +1,19 @@ # TODO: # - kill unaligned accesses (create_db,gpre_current,gbak_static,isql_static) on alpha -# - create classic server/super server subpackaged and drop bcond +# - create classic server/super server subpackages and drop bcond # (see firebird2 on debian how to do it) %bcond_with ss # Super Server Summary: Firebird SQL Database Server and Client tools -Summary(pl): Firebird - serwer baz danych SQL oraz narzêdzia klienckie Summary(de): Firebird - relationalen Open-Source- Datenbankmanagementsystems +Summary(pl): Firebird - serwer baz danych SQL oraz narzêdzia klienckie Name: Firebird # FirebirdCS/FirebirdSS (Classic Server/Super Server)? -Version: 1.5.2.4731 -Release: 1 +Version: 1.5.3.4870 +Release: 7 License: Interbase Public License 1.0 Group: Applications/Databases Source0: http://dl.sourceforge.net/firebird/firebird-%{version}.tar.bz2 -# Source0-md5: fea53ed5213cff4bd96513fb1a6c0ca2 +# Source0-md5: 559d005ab6622274f9448687f930393c Source1: http://www.ibphoenix.com/downloads/60All.zip # Source1-md5: f86a132012361cd4ae88563105741a4c Source2: http://www.ibphoenix.com/downloads/ib_4_0_docs.tar.gz @@ -25,20 +25,31 @@ Source5: firebird.sysconfig Source6: firebird.inetd Patch0: %{name}-chmod.patch Patch1: %{name}-editline.patch -Patch2: %{name}-env-overflows.patch -Patch3: %{name}-va.patch -Patch4: %{name}-morearchs.patch -Patch5: %{name}-gcc4.patch -URL: http://firebird.sourceforge.net/ +Patch2: %{name}-va.patch +Patch3: %{name}-morearchs.patch +Patch4: %{name}-gcc4.patch +Patch5: %{name}-fix-os-detection.dpatch +Patch6: %{name}-fix-pthreads-detect.dpatch +Patch7: %{name}-link-with-g++.dpatch +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 BuildRequires: bison -BuildRequires: libtool BuildRequires: libstdc++-devel +BuildRequires: libtool BuildRequires: ncurses-devel -BuildRequires: rpmbuild(macros) >= 1.213 +BuildRequires: rpmbuild(macros) >= 1.268 BuildRequires: unzip Requires: %{name}-lib = %{version}-%{release} +%if %{with ss} +Requires(post,preun): /sbin/chkconfig +Requires: rc-scripts +%endif # official ports are x86, sparc and x86_64 # alpha and ppc added in morearchs patch # see morearchs patch if you want to add support for more archs @@ -126,7 +137,13 @@ Obszerna dokumentacja do baz InterBase i Firebird. %patch3 -p1 %patch4 -p1 %patch5 -p1 - +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%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 @@ -134,6 +151,9 @@ unzip -q %{SOURCE3} -d docs/IB3.0 # standardize extension, also avoids gzipping by compress-doc mv -f docs/IB6.0/LANGREF.{PDF,pdf} +# force rebuild +rm -f src/dsql/parse.cpp + %build cd src/extern/editline cp -f /usr/share/automake/config.* . @@ -150,16 +170,30 @@ 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 \ + CC="%{__cc}" \ + CXX="%{__cxx}" \ + PROD_FLAGS="%{rpmcflags} -DNDEBUG -DLINUX -pipe -MMD -fPIC $DARCH" \ + DEV_FLAGS="%{rpmcflags} -DLINUX -DDEBUG_GDS_ALLOC -pipe -MMD -fPIC -Wall -Wno-switch $DARCH" \ + LIB_LINK_RPATH_LINE= \ + LIB_CLIENT_LINK_OPTIONS="-lpthread" + +# my name is hack. dirty hack. +# why isn't that build in previous make call? +%{__make} -C src -f ../gen/Makefile.libfbembed libfbembed \ + CC="%{__cc}" \ + CXX="%{__cxx}" \ PROD_FLAGS="%{rpmcflags} -DNDEBUG -DLINUX -pipe -MMD -fPIC $DARCH" \ DEV_FLAGS="%{rpmcflags} -DLINUX -DDEBUG_GDS_ALLOC -pipe -MMD -fPIC -Wall -Wno-switch $DARCH" \ LIB_LINK_RPATH_LINE= \ @@ -178,6 +212,7 @@ install -d $RPM_BUILD_ROOT{%{ibdir},%{_libdir},%{_includedir}} \ $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} install gen/firebird/lib/libfb*.a $RPM_BUILD_ROOT%{_libdir} +install gen/firebird/lib/libfbembed.so* $RPM_BUILD_ROOT%{_libdir} cd gen/buildroot/%{ibdir} cp -af UDF bin help intl aliases.conf firebird.conf firebird.msg security.fdb \ @@ -195,6 +230,7 @@ ln -sf libfbstatic.a $RPM_BUILD_ROOT%{_libdir}/libgds.a install %{SOURCE4} $RPM_BUILD_ROOT/etc/rc.d/init.d/firebird install %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/firebird install %{SOURCE6} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/firebird + %clean rm -rf $RPM_BUILD_ROOT @@ -205,17 +241,11 @@ rm -rf $RPM_BUILD_ROOT %if %{with ss} %post /sbin/chkconfig --add firebird -if [ -f /var/lock/subsys/firebird ]; then - /etc/rc.d/init.d/firebird restart >&2 -else - echo "Run \"/etc/rc.d/init.d/firebird start\" to start firebird." >&2 -fi +%service firebird restart %preun if [ "$1" = "0" ]; then - if [ -f /var/lock/subsys/firebird ]; then - /etc/rc.d/init.d/firebird stop - fi + %service firebird stop /sbin/chkconfig --del firebird fi %endif @@ -233,17 +263,17 @@ fi %defattr(644,root,root,755) %doc doc/{sql.extensions,Firebird_conf.txt,README.user*,WhatsNew,fb2-todo.txt} %attr(755,root,root) %{_libdir}/libib_util.so -%dir %{ibdir} +%dir %attr(770,root,firebird) %{ibdir} %attr(755,root,root) %{ibdir}/UDF %attr(755,root,root) %{ibdir}/bin %{ibdir}/help -%dir %{ibdir}/intl +%dir %attr(770,root,firebird) %{ibdir}/intl %attr(755,root,root) %{ibdir}/intl/fbintl %{ibdir}/firebird.msg # following files should be in /var (*.fdb) and /etc (*.conf)? -%{ibdir}/security.fdb -%{ibdir}/aliases.conf -%{ibdir}/firebird.conf +%attr(660,root,firebird) %config(noreplace) %verify(not md5 mtime size) %{ibdir}/security.fdb +%attr(640,root,firebird) %config(noreplace) %verify(not md5 mtime size) %{ibdir}/aliases.conf +%attr(640,root,firebird) %config(noreplace) %verify(not md5 mtime size) %{ibdir}/firebird.conf %if %{with ss} %attr(754,root,root) /etc/rc.d/init.d/firebird %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/firebird