Rebase F-13
This commit is contained in:
parent
1f2878001b
commit
6611c094f1
@ -1 +1 @@
|
|||||||
ibus-1.2.99.20100202.tar.gz
|
ibus-1.3.2.tar.gz
|
||||||
|
22
ibus.spec
22
ibus.spec
@ -7,7 +7,7 @@
|
|||||||
%define im_chooser_version 1.2.5
|
%define im_chooser_version 1.2.5
|
||||||
|
|
||||||
Name: ibus
|
Name: ibus
|
||||||
Version: 1.2.99.20100202
|
Version: 1.3.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Intelligent Input Bus for Linux OS
|
Summary: Intelligent Input Bus for Linux OS
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -32,6 +32,7 @@ BuildRequires: gtk-doc
|
|||||||
BuildRequires: GConf2-devel
|
BuildRequires: GConf2-devel
|
||||||
BuildRequires: pygobject2-devel
|
BuildRequires: pygobject2-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
BuildRequires: iso-codes-devel
|
||||||
|
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
Requires: %{name}-gtk = %{version}-%{release}
|
Requires: %{name}-gtk = %{version}-%{release}
|
||||||
@ -107,7 +108,6 @@ The ibus-devel-docs package contains developer documentation for ibus
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static \
|
%configure --disable-static \
|
||||||
--disable-iso-codes-check \
|
|
||||||
--enable-gtk-doc
|
--enable-gtk-doc
|
||||||
# make -C po update-gmo
|
# make -C po update-gmo
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -217,6 +217,24 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 21 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.3.2-1
|
||||||
|
- Update to 1.3.2
|
||||||
|
- Fix bug 583446 - [abrt] crash in ibus-1.3.1-1.fc12
|
||||||
|
|
||||||
|
* Mon Apr 05 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.3.1-1
|
||||||
|
- Update to 1.3.1
|
||||||
|
|
||||||
|
* Fri Mar 26 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.3.0-3
|
||||||
|
- Update ibus-HEAD.patch
|
||||||
|
- Fix bug - some time panel does not show candidates.
|
||||||
|
- Update some po files
|
||||||
|
|
||||||
|
* Mon Mar 22 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.3.0-2
|
||||||
|
- Does not check glib micro version in ibus im module.
|
||||||
|
|
||||||
|
* Mon Mar 22 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.3.0-1
|
||||||
|
- Update to 1.3.0
|
||||||
|
|
||||||
* Tue Feb 02 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.2.99.20100202-1
|
* Tue Feb 02 2010 Peng Huang <shawn.p.huang@gmail.com> - 1.2.99.20100202-1
|
||||||
- Update to 1.2.99.20100202
|
- Update to 1.2.99.20100202
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
f383ef5f1e0454a258bca305974a9c83 ibus-1.2.99.20100202.tar.gz
|
0141f290a28a0d5e943cdedee5d28b67 ibus-1.3.2.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
XIM=ibus
|
XIM=ibus
|
||||||
XIM_PROGRAM="/usr/bin/ibus-daemon"
|
XIM_PROGRAM="/usr/bin/ibus-daemon"
|
||||||
ICON="/usr/share/icons/hicolor/scalable/apps/ibus.svg"
|
ICON="ibus"
|
||||||
XIM_ARGS="--xim -j 60"
|
XIM_ARGS="--xim"
|
||||||
PREFERENCE_PROGRAM=/usr/bin/ibus-setup
|
PREFERENCE_PROGRAM=/usr/bin/ibus-setup
|
||||||
SHORT_DESC="IBus"
|
SHORT_DESC="IBus"
|
||||||
GTK_IM_MODULE=ibus
|
GTK_IM_MODULE=ibus
|
||||||
|
Loading…
Reference in New Issue
Block a user