rpms/ibus/F-11 ibus.spec,1.69,1.70

Huang Peng phuang at fedoraproject.org
Tue May 5 02:12:10 UTC 2009


Author: phuang

Update of /cvs/pkgs/rpms/ibus/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18705

Modified Files:
	ibus.spec 
Log Message:
Fix bug 498141


Index: ibus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus/F-11/ibus.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -p -r1.69 -r1.70
--- ibus.spec	23 Apr 2009 07:37:27 -0000	1.69
+++ ibus.spec	5 May 2009 02:11:39 -0000	1.70
@@ -8,7 +8,7 @@
 
 Name:       ibus
 Version:    1.1.0.20090423
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Intelligent Input Bus for Linux OS
 License:    LGPLv2+
 Group:      System Environment/Libraries
@@ -35,6 +35,7 @@ BuildRequires:  intltool
 # BuildRequires:  qt-devel
 
 Requires:   %{name}-libs = %{version}-%{release}
+Requires:   %{name}-gtk = %{version}-%{release}
 
 Requires:   pygtk2
 Requires:   notification-daemon
@@ -97,12 +98,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,14 +223,20 @@ fi
 %defattr(-,root,root,-)
 %{_libdir}/lib*.so
 %{_includedir}/*
-%{_datadir}/gtk-doc/html/*
 %{_libdir}/pkgconfig/*
 
+%files devel-docs
+%{_datadir}/gtk-doc/html/*
+
 %changelog
+* Tue May 05 2009 Huang Peng <shawn.p.huang at gmail.com> - 1.1.0.20090423-2
+- Fix bug 498141 - new ibus install needs gtk immodules
+- Separate ibus document from ibus-devel to ibus-devel-docs
+
 * Thu Apr 23 2009 Huang Peng <shawn.p.huang at 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.
+- 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 at gmail.com> - 1.1.0.20090417-1




More information about the scm-commits mailing list