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:52 GMT	[thread overview]
Message-ID: <178019315244.1.4012872712036227184.rpms-ibus-fbc58ff5a33c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ibus
Branch : autotool
Commit : fbc58ff5a33cff0a98f334a9280907c0471026a3
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date   : 2012-12-04T15:44:22+09:00
Stats  : +17/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ibus/c/fbc58ff5a33cff0a98f334a9280907c0471026a3?branch=autotool

Log:
Fixed typo

---
diff --git a/ibus.spec b/ibus.spec
index f27c0fb..01fd1e8 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -287,11 +287,6 @@ make -C ui/gtk3 maintainer-clean-generic
 # make -C po update-gmo
 make %{?_smp_mflags}
 
-# home [dot] corp [dot] redhat [dot] com/wiki/rpmdiff-multilib
-if test -f ibus/_config.py -a -f ibus/_config.py.in ; then
-  touch -r ibus/_config.py.in ibus/_config.py
-fi
-
 %if %with_gjs
 d=`basename %SOURCE2 .tar.gz`
 cd $d
@@ -332,6 +327,23 @@ desktop-file-install --delete-original          \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
   $RPM_BUILD_ROOT%{_datadir}/applications/*
 
+# home [dot] corp [dot] redhat [dot] com/wiki/rpmdiff-multilib
+if test -f ibus/_config.py.in -a -f ibus/_config.py ; then
+  touch -r ibus/_config.py.in ibus/_config.py
+  if test -f $RPM_BUILD_ROOT%{python2_sitelib}/ibus/_config.py ; then
+    touch -r ibus/_config.py.in \
+        $RPM_BUILD_ROOT%{python2_sitelib}/ibus/_config.py
+  fi
+  if test -f $RPM_BUILD_ROOT%{python2_sitelib}/ibus/_config.pyc ; then
+    touch -r ibus/_config.py.in \
+        $RPM_BUILD_ROOT%{python2_sitelib}/ibus/_config.pyc
+  fi
+  if test -f $RPM_BUILD_ROOT%{python2_sitelib}/ibus/_config.pyo ; then
+    touch -r ibus/_config.py.in \
+        $RPM_BUILD_ROOT%{python2_sitelib}/ibus/_config.pyo
+  fi
+fi
+
 %if %with_gjs
 # https://bugzilla.redhat.com/show_bug.cgi?id=657165
 d=`basename %SOURCE2 .tar.gz`

             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=178019315244.1.4012872712036227184.rpms-ibus-fbc58ff5a33c@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