Fix patch order.
This commit is contained in:
parent
be6bce1a29
commit
368315d064
@ -9,10 +9,10 @@ Group: System Environment/Libraries
|
||||
URL: http://code.google.com/p/ibus/
|
||||
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||
|
||||
Patch0: ibus-m17n-iok.patch
|
||||
Patch1: ibus-m17n-surrounding-text.patch
|
||||
Patch2: ibus-m17n-HEAD.patch
|
||||
Patch3: ibus-m17n-ibus-1.4.patch
|
||||
Patch0: ibus-m17n-HEAD.patch
|
||||
Patch1: ibus-m17n-ibus-1.4.patch
|
||||
Patch2: ibus-m17n-iok.patch
|
||||
Patch3: ibus-m17n-surrounding-text.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: gettext-devel
|
||||
@ -32,10 +32,10 @@ the input table maps from m17n-db.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .iok
|
||||
%patch1 -p1 -b .surrounding-text
|
||||
%patch2 -p1 -b .HEAD
|
||||
%patch3 -p1 -b .ibus-1.4
|
||||
%patch0 -p1 -b .HEAD
|
||||
%patch1 -p1 -b .ibus-1.4
|
||||
%patch2 -p1 -b .iok
|
||||
%patch3 -p1 -b .surrounding-text
|
||||
|
||||
%build
|
||||
GTK2_CFLAGS=`pkg-config gtk+-3.0 --cflags`
|
||||
|
Loading…
Reference in New Issue
Block a user