public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Takao Fujiwara <tfujiwar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ibus] autotool: Fixed typo.
Date: Sun, 31 May 2026 02:05:47 GMT [thread overview]
Message-ID: <178019314784.1.14194825279172718471.rpms-ibus-1a783f2135b9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : 1a783f2135b9bd0731393458448f07b3eb9f29fb
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date : 2012-11-19T14:16:50+09:00
Stats : +5/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/1a783f2135b9bd0731393458448f07b3eb9f29fb?branch=autotool
Log:
Fixed typo.
---
diff --git a/ibus.spec b/ibus.spec
index f6e28ca..dfe28a0 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -42,7 +42,7 @@ Patch2: ibus-541492-xkb.patch
Patch3: ibus-530711-preload-sys.patch
Patch4: ibus-xx-setup-frequent-lang.patch
-%if 0%{?fedora} <= 17
+%if (0%{?fedora} <= 17 && 0%{?rhel} < 7)
# Workaround to disable preedit on gnome-shell until bug 658420 is fixed.
# https://bugzilla.gnome.org/show_bug.cgi?id=658420
Patch92: ibus-xx-g-s-disable-preedit.patch
@@ -101,7 +101,7 @@ Requires: pyxdg
Requires: iso-codes
Requires: dbus-python >= %{dbus_python_version}
Requires: dbus-x11
-%if 0%{?fedora} <= 17
+%if (0%{?fedora} <= 17 && 0%{?rhel} < 7)
Requires: im-chooser
%endif
%if %with_dconf
@@ -113,7 +113,7 @@ Requires: notify-python
Requires: libgnomekbd
Requires: librsvg2
Requires: gnome-icon-theme-legacy >= %{gnome_icon_theme_legacy_version}
-%if 0%{?fedora} <= 17
+%if (0%{?fedora} <= 17 && 0%{?rhel} < 7)
Requires: gnome-icon-theme-symbolic
%endif
@@ -164,7 +164,7 @@ Summary: IBus im module for gtk3
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
Requires: %{name}-libs = %{version}-%{release}
-%if 0%{?fedora} <= 17
+%if (0%{?fedora} <= 17 && 0%{?rhel} < 7)
Requires: imsettings-gnome
%endif
Requires(post): glib2 >= %{glib_ver}
@@ -215,7 +215,7 @@ zcat %SOURCE2 | tar xf -
# patch0 -p1
%patch0 -p1
-%if 0%{?fedora} <= 17
+%if (0%{?fedora} <= 17 && 0%{?rhel} < 7)
%patch92 -p1 -b .g-s-preedit
cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c ||
%endif
next reply other threads:[~2026-05-31 2:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-31 2:05 Takao Fujiwara [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-05-31 2:05 [rpms/ibus] autotool: Fixed typo Takao Fujiwara
2026-05-31 2:05 Takao Fujiwara
2026-05-31 2:05 Takao Fujiwara
2026-05-31 2:05 Takao Fujiwara
2026-05-31 2:05 Takao Fujiwara
2026-05-31 2:05 Takao Fujiwara
2026-05-31 2:05 Takao Fujiwara
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=178019314784.1.14194825279172718471.rpms-ibus-1a783f2135b9@fedoraproject.org \
--to=tfujiwar@redhat.com \
--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