]> git.pld-linux.org Git - packages/qt4.git/commitdiff
- added ibase patch, ibase enabled again
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 30 Aug 2007 05:24:45 +0000 (05:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- reverted reverting dropping QtCore BC (issue resolved)
- seems to build fine with Qt*-devel 4.3 installed

Changed files:
    qt4.spec -> 1.141

qt4.spec

index 96ef76eeaf6d3ba2e91ecfc5c53585c63a23d600..cd92a4e539bea746442e70f47c8e0cc6649a0d9b 100644 (file)
--- a/qt4.spec
+++ b/qt4.spec
@@ -16,8 +16,7 @@
 %bcond_without sqlite          # don't build SQLite2 plugin
 # Disabled because of bug in 4.3.1 - (can't build odbc and ibase at once).
 # Should be fixed in 4.3.2 (or by some patch eariler) - just temporary workaround.
-#%bcond_without        ibase           # don't build ibase (InterBase/Firebird) plugin
-%bcond_with    ibase           # don't build ibase (InterBase/Firebird) plugin
+%bcond_without ibase           # don't build ibase (InterBase/Firebird) plugin
 %bcond_without pch             # disable pch in qmake
 %bcond_with    sse             # use SSE instructions in gui/painting module
 %bcond_with    sse2            # use SSE2 instructions
@@ -57,7 +56,7 @@ Patch0:               %{name}-tools.patch
 Patch1:                %{name}-qt_copy.patch
 Patch2:                %{name}-buildsystem.patch
 Patch3:                %{name}-locale.patch
-
+Patch4:                %{name}-ibase.patch
 Patch6:                %{name}-antialias.patch
 Patch7:                %{name}-support-cflags-with-commas.patch
 Patch8:                %{name}-build-lib-static.patch
@@ -96,8 +95,7 @@ BuildRequires:        xorg-lib-libXinerama-devel
 BuildRequires: xorg-lib-libXrandr-devel
 BuildRequires: xorg-lib-libXrender-devel
 BuildRequires: zlib-devel
-BuildConflicts:        QtCore < %{version}
-BuildConflicts:        QtCore-devel < %{version}
+BuildConflicts:        QtCore-devel < 4.3
 Obsoletes:     qt-extensions
 Obsoletes:     qt-utils
 Conflicts:     kdelibs <= 8:3.2-0.030602.1
@@ -977,6 +975,7 @@ Programas exemplo para o Qt versão.
 %patch1 -p0
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
This page took 0.136979 seconds and 4 git commands to generate.