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: Move libibus-gtk.so from ibus.rpm to ibus-gtk.rpm to fix bug 472146.
Date: Sun, 31 May 2026 02:04:03 GMT	[thread overview]
Message-ID: <178019304383.1.7441567139934816154.rpms-ibus-b1c01a150905@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ibus
Branch : autotool
Commit : b1c01a150905d3e2c2ff707c4d1720211c610fc2
Author : Peng Huang <phuang@fedoraproject.org>
Date   : 2008-11-19T08:18:11+00:00
Stats  : +8/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ibus/c/b1c01a150905d3e2c2ff707c4d1720211c610fc2?branch=autotool

Log:
Move libibus-gtk.so from ibus.rpm to ibus-gtk.rpm to fix bug 472146.

---
diff --git a/ibus.spec b/ibus.spec
index a6d8dd5..3dafc3e 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -3,7 +3,7 @@
 %define mod_path ibus-0.1
 Name:       ibus
 Version:    0.1.1.20081023
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Intelligent Input Bus for Linux OS
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -91,15 +91,14 @@ desktop-file-install --delete-original          \
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/ldconfig
 update-desktop-database -q
 %{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_xinputconf} 83 || :
 
 %post gtk
+/sbin/ldconfig
 %{_bindir}/update-gtk-immodules %{_host} || :
 
 %postun
-/sbin/ldconfig
 update-desktop-database -q
 if [ "$1" = "0" ]; then
   %{_sbindir}/alternatives --remove xinputrc %{_xinputconf} || :
@@ -108,6 +107,7 @@ if [ "$1" = "0" ]; then
 fi
 
 %postun gtk
+/sbin/ldconfig
 %{_bindir}/update-gtk-immodules %{_host} || :
 
 %files -f %{name}.lang
@@ -124,7 +124,6 @@ fi
 %dir %{_datadir}/ibus/icons/
 %{_bindir}/ibus
 %{_bindir}/ibus-setup
-%{_libdir}/libibus-gtk.so*
 %{_datadir}/ibus/daemon/*
 %{_datadir}/ibus/gconf/*
 %{_datadir}/ibus/ui/*
@@ -132,14 +131,15 @@ fi
 %{_datadir}/ibus/icons/*
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/*
+%{_bindir}/ibus-x11
 %{_bindir}/ibus-daemon
 %{_bindir}/ibus-gconf
 %{_bindir}/ibus-ui-gtk
-%{_bindir}/ibus-x11
 %config %{_xinputconf}
 
 %files gtk
 %defattr(-,root,root,-)
+%{_libdir}/libibus-gtk.so*
 %{_libdir}/gtk-2.0/%{gtk_binary_version}/immodules/im-ibus.so
 
 %files qt
@@ -147,6 +147,9 @@ fi
 %{_libdir}/qt4/plugins/inputmethods/libibus.so
 
 %changelog
+* Wed Nov 19 2008 Huang Peng <shawn.p.huang@gmail.com> - 0.1.1.20081023-2
+- Move libibus-gtk.so from ibus.rpm to ibus-gtk.rpm to fix bug 472146.
+
 * Thu Oct 23 2008 Huang Peng <shawn.p.huang@gmail.com> - 0.1.1.20081023-1
 - Update to 0.1.1.20081023.
 

                 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=178019304383.1.7441567139934816154.rpms-ibus-b1c01a150905@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