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/
|
URL: http://code.google.com/p/ibus/
|
||||||
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Patch0: ibus-m17n-iok.patch
|
Patch0: ibus-m17n-HEAD.patch
|
||||||
Patch1: ibus-m17n-surrounding-text.patch
|
Patch1: ibus-m17n-ibus-1.4.patch
|
||||||
Patch2: ibus-m17n-HEAD.patch
|
Patch2: ibus-m17n-iok.patch
|
||||||
Patch3: ibus-m17n-ibus-1.4.patch
|
Patch3: ibus-m17n-surrounding-text.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
@ -32,10 +32,10 @@ the input table maps from m17n-db.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .iok
|
%patch0 -p1 -b .HEAD
|
||||||
%patch1 -p1 -b .surrounding-text
|
%patch1 -p1 -b .ibus-1.4
|
||||||
%patch2 -p1 -b .HEAD
|
%patch2 -p1 -b .iok
|
||||||
%patch3 -p1 -b .ibus-1.4
|
%patch3 -p1 -b .surrounding-text
|
||||||
|
|
||||||
%build
|
%build
|
||||||
GTK2_CFLAGS=`pkg-config gtk+-3.0 --cflags`
|
GTK2_CFLAGS=`pkg-config gtk+-3.0 --cflags`
|
||||||
|
Loading…
Reference in New Issue
Block a user