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 rpmlint warnings and errors
Date: Sun, 31 May 2026 02:04:34 GMT [thread overview]
Message-ID: <178019307435.1.10075473840523795838.rpms-ibus-0f1a80e1d25e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : 0f1a80e1d25e96dd9e76b6a47310ff18cd102ac4
Author : Peng Huang <phuang@fedoraproject.org>
Date : 2009-12-10T05:33:29+00:00
Stats : +12/-10 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/0f1a80e1d25e96dd9e76b6a47310ff18cd102ac4?branch=autotool
Log:
Fix rpmlint warnings and errors
---
diff --git a/ibus.spec b/ibus.spec
index 2c46312..fdbfd69 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -8,7 +8,7 @@
Name: ibus
Version: 1.2.0.20091204
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
Group: System Environment/Libraries
@@ -59,9 +59,7 @@ Obsoletes: ibus-qt < 1.1.0
%define _xinputconf %{_sysconfdir}/X11/xinit/xinput.d/ibus.conf
%description
-IBus means Intelligent Input Bus. It is a new input framework for Linux OS. It provides
-full featured and user friendly input method user interface. It also may help
-developers to develop input method easily.
+IBus means Intelligent Input Bus. It is an input framework for Linux OS.
%package libs
Summary: IBus libraries
@@ -109,7 +107,7 @@ The ibus-devel-docs package contains developer documentation for ibus
%build
%configure --disable-static \
- --disable-iso-codes-check \
+ --disable-iso-codes-check \
--enable-gtk-doc \
--disable-qt4-immodule
# make -C po update-gmo
@@ -151,14 +149,14 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/ibus.schemas >&
%pre
if [ "$1" -gt 1 ]; then
- export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
- gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/ibus.schemas >& /dev/null || :
+ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+ gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/ibus.schemas >& /dev/null || :
fi
%preun
if [ "$1" -eq 0 ]; then
- export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
- gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/ibus.schemas >& /dev/null || :
+ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+ gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/ibus.schemas >& /dev/null || :
fi
%postun
@@ -220,9 +218,13 @@ fi
%{_libdir}/pkgconfig/*
%files devel-docs
+%defattr(-,root,root,-)
%{_datadir}/gtk-doc/html/*
%changelog
+* Thu Dec 10 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.2001204-2
+- Fix rpmlint warnings and errors.
+
* Fri Dec 04 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.2001204-1
- Update to 1.2.0.20091204
- Fix Bug 529920 - language panel pops up on the wrong monitor
@@ -423,7 +425,7 @@ fi
* Tue Feb 25 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090225-1
- Update to ibus-1.1.0.20090225.
-- Fix problems in %post and %postun scripts.
+- Fix problems in %%post and %%postun scripts.
- Hide ibus & ibus preferences menu items.
* Tue Feb 17 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.1.0.20090211-10
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=178019307435.1.10075473840523795838.rpms-ibus-0f1a80e1d25e@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