public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus] autotool: Fix BuildRequires and Requires errors.
@ 2026-05-31 2:04 Peng Huang
0 siblings, 0 replies; only message in thread
From: Peng Huang @ 2026-05-31 2:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : 9bbbce4b3a0427b369493af1e69bd15ea178059d
Author : Peng Huang <phuang@fedoraproject.org>
Date : 2009-03-06T06:52:29+00:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/9bbbce4b3a0427b369493af1e69bd15ea178059d?branch=autotool
Log:
Fix BuildRequires and Requires errors.
---
diff --git a/ibus.spec b/ibus.spec
index 1d9ca64..86b4303 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -3,7 +3,7 @@
%define glib_ver %([ -a %{_libdir}/pkgconfig/glib-2.0.pc ] && pkg-config --modversion glib-2.0 | cut -d. -f 1,2 || echo -n "999")
%define gconf2_version 2.12.0
-%define dbus_version 0.83.0
+%define dbus_python_version 0.83.0
%define im_chooser_version 1.2.5
Name: ibus
@@ -24,8 +24,8 @@ BuildRequires: gettext-devel
BuildRequires: libtool
BuildRequires: python
BuildRequires: gtk2-devel
-BuildRequires: dbus-devel >= %{dbus_version}
BuildRequires: dbus-glib-devel
+BuildRequires: dbus-python-devel >= %{dbus_python_version}
BuildRequires: desktop-file-utils
BuildRequires: gtk-doc
BuildRequires: GConf2-devel
@@ -38,7 +38,7 @@ Requires: pygtk2
Requires: notification-daemon
Requires: pyxdg
Requires: iso-codes
-Requires: dbus-python >= %{dbus_version}
+Requires: dbus-python >= %{dbus_python_version}
Requires: im-chooser >= %{im_chooser_version}
Requires: GConf2 >= %{gconf2_version}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 2:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 2:04 [rpms/ibus] autotool: Fix BuildRequires and Requires errors Peng Huang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox