public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peng Huang <phuang@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/ibus] autotool: Fix BuildRequires and Requires errors.
Date: Sun, 31 May 2026 02:04:13 GMT	[thread overview]
Message-ID: <178019305303.1.303328129768958484.rpms-ibus-9bbbce4b3a04@fedoraproject.org> (raw)

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}
 

                 reply	other threads:[~2026-05-31  2:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178019305303.1.303328129768958484.rpms-ibus-9bbbce4b3a04@fedoraproject.org \
    --to=phuang@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox