public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus] autotool: Separate docs from devel subpackage
@ 2026-05-31 2:04 Peng Huang
0 siblings, 0 replies; only message in thread
From: Peng Huang @ 2026-05-31 2:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : abfe682fd5139a550754dd910e03596dc6072bbb
Author : Peng Huang <phuang@fedoraproject.org>
Date : 2009-04-24T11:06:06+00:00
Stats : +20/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/abfe682fd5139a550754dd910e03596dc6072bbb?branch=autotool
Log:
Separate docs from devel subpackage
---
diff --git a/ibus.spec b/ibus.spec
index eae0a65..0ef60b6 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -7,7 +7,7 @@
%define im_chooser_version 1.2.5
Name: ibus
-Version: 1.1.0.20090417
+Version: 1.1.0.20090423
Release: 1%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
@@ -97,12 +97,21 @@ Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: glib2-devel
Requires: dbus-devel
-Requires: gtk-doc
%description devel
The ibus-devel package contains the header files and developer
docs for ibus.
+%package devel-docs
+Summary: Developer documents for ibus
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: gtk-doc
+
+%description devel-docs
+The ibus-devel-docs package contains developer documentation for ibus
+
+
%prep
%setup -q
# %patch0 -p1
@@ -213,10 +222,18 @@ fi
%defattr(-,root,root,-)
%{_libdir}/lib*.so
%{_includedir}/*
-%{_datadir}/gtk-doc/html/*
%{_libdir}/pkgconfig/*
+%files devel-docs
+%{_datadir}/gtk-doc/html/*
+
%changelog
+* Thu Apr 23 2009 Huang Peng <shawn.p.huang@gmail.com> - 1.1.0.20090423-1
+- Update to ibus-1.1.0.20090423.
+- Fix bug 497265 - [mai_IN] Maithili language name is not correct.
+- Fix bug 497279 - IBus does not works with evolution correctly.
+- Enhance authentication both in daemon & clients
+
* Fri Apr 17 2009 Huang Peng <shawn.p.huang@gmail.com> - 1.1.0.20090417-1
- Update to ibus-1.1.0.20090417.
- Fix bug 496199 - cannot remove Ctrl+Space hotkey with ibus-setup
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 2:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 2:04 [rpms/ibus] autotool: Separate docs from devel subpackage Peng Huang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox