Mailinglist Archive: opensuse-kde (156 mails)
| < Previous | Next > |
[opensuse-kde] KDE:Qt python-qt4 build for 10.2 is busted
- From: Hans-Peter Jansen <hpj@xxxxxxxxx>
- Date: Wed, 19 Mar 2008 01:42:39 +0100
- Message-id: <200803190142.39709.hpj@xxxxxxxxx>
Hi Dirk,
# rpm -qRp python-qt4-4.3.3-15.4.i586.rpm
python-sip >= 4.7.4
dbus-1-python >= package <- problem starts here
dbus-1-python
is
not
installed
rpmlib(VersionedDependencies) <= 3.0.3-1
python >= 2.5
python < 2.6
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
libGL.so.1
[...]
Probably, this is because there's no dbus-1-python package available during
build under 10.2..
How about:
%if %suse_version > 1020
BuildRequires: dbus-1-python-devel
%elif %suse_version > 1010
BuildRequires: dbus-1-python
%endif
While at it:
- Riverbank Computing LImited
+ Riverbank Computing Limited
^
Cheers,
Pete
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-kde+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-kde+help@xxxxxxxxxxxx
# rpm -qRp python-qt4-4.3.3-15.4.i586.rpm
python-sip >= 4.7.4
dbus-1-python >= package <- problem starts here
dbus-1-python
is
not
installed
rpmlib(VersionedDependencies) <= 3.0.3-1
python >= 2.5
python < 2.6
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
libGL.so.1
[...]
Probably, this is because there's no dbus-1-python package available during
build under 10.2..
How about:
%if %suse_version > 1020
BuildRequires: dbus-1-python-devel
%elif %suse_version > 1010
BuildRequires: dbus-1-python
%endif
While at it:
- Riverbank Computing LImited
+ Riverbank Computing Limited
^
Cheers,
Pete
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-kde+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-kde+help@xxxxxxxxxxxx
| < Previous | Next > |