Update to 1.3.1-6.
This commit is contained in:
parent
a8e1de1701
commit
9988b539f1
@ -2,7 +2,7 @@
|
||||
|
||||
Name: ibus-m17n
|
||||
Version: 1.3.1
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: The M17N engine for IBus platform
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -36,6 +36,10 @@ the input table maps from m17n-db.
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
GTK2_CFLAGS=`pkg-config gtk+-3.0 --cflags`
|
||||
export GTK2_CFLAGS
|
||||
GTK2_LIBS=`pkg-config gtk+-3.0 --libs`
|
||||
export GTK2_LIBS
|
||||
%configure --disable-static
|
||||
# make -C po update-gmo
|
||||
make %{?_smp_mflags}
|
||||
@ -58,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/ibus/component/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 22 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-6
|
||||
- Link ibus-setup-m17n with GTK+ 3.0.
|
||||
|
||||
* Tue Oct 12 2010 Daiki Ueno <dueno@redhat.com> - 1.3.1-5
|
||||
- put several Fedora patches into one.
|
||||
- Fix bug 640896 - Ibus does not load all the keymaps for a language
|
||||
|
Loading…
Reference in New Issue
Block a user