diff --git a/firebird.spec b/firebird.spec index cde3419..e87786d 100644 --- a/firebird.spec +++ b/firebird.spec @@ -6,7 +6,7 @@ Summary: SQL relational database management system Name: firebird Version: 2.5.0.26074.0 -Release: 3%{?dist} +Release: 4%{?dist} Group: Applications/Databases License: Interbase @@ -163,9 +163,9 @@ export CFLAGS='-m32' export LDFLAGS='-m32' %endif -%ifarch ppc64 -autoreconf -vfi -%endif +#ifarch ppc64 +#autoreconf -vfi +#endif NOCONFIGURE=1 ./autogen.sh #%configure --prefix=%{fbroot} --with-system-icu --with-system-editline \ %configure --prefix=%{fbroot} --with-system-icu --with-system-editline \ @@ -199,9 +199,9 @@ mv ./buildroot/ buildroot-classic cd .. # superserver -%ifarch ppc64 -autoreconf -vfi -%endif +#ifarch ppc64 +#autoreconf -vfi +#endif %configure --prefix=%{fbroot} --with-system-icu --with-system-editline --enable-superserver \ --with-fbbin=%{fbroot}/bin-superserver --with-fbinclude=%{_includedir}/%{name} \ --with-fbsbin=%{_sbindir} --with-fbconf=%{_sysconfdir}/%{name} --with-fblib=%{_libdir} \ @@ -522,6 +522,10 @@ fi %changelog +* Tue Jan 25 2011 Karsten Hopp 2.5.0.26074.0-4 +- firebird got miscompiled on ppc and had an empty libfbclient.so.2.5.0 + bump release and rebuild + * Wed Dec 22 2010 Philippe Makowski 2.5.0.26074.0-3 - Fix wrong assign file for classic and classic common