|
@@ -1,9 +1,9 @@
|
|
|
%define ver 1.5.2
|
|
|
-%define rel 2
|
|
|
+%define rel 3
|
|
|
|
|
|
%define from_git 1
|
|
|
%if %{from_git}
|
|
|
-%define githash eb042df4
|
|
|
+%define githash e388f558
|
|
|
%endif
|
|
|
|
|
|
Summary: IBus IME using libkkc as backend
|
|
@@ -18,14 +18,14 @@ License: GPLv3
|
|
|
Group: System Environment/Libraries
|
|
|
URL: https://bitbucket.org/libkkc/
|
|
|
%if %{from_git}
|
|
|
-Source0: %{name}-git.tar.gz
|
|
|
+Source0: %{name}-%{githash}.tar.gz
|
|
|
%else
|
|
|
Source0: https://bitbucket.org/libkkc/ibus-kkc/downloads/%{name}-%{version}.tar.gz
|
|
|
%endif
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
BuildRequires: gtk3-devel
|
|
|
-BuildRequires: ibus-devel
|
|
|
-BuildRequires: libkkc-devel
|
|
|
+BuildRequires: ibus-devel >= 1.4.0
|
|
|
+BuildRequires: libkkc-devel >= 0.0.3-3
|
|
|
BuildRequires: desktop-file-utils
|
|
|
%if %{from_git}
|
|
|
BuildRequires: gnome-common
|
|
@@ -38,7 +38,7 @@ IBus IME using libkkc as backend
|
|
|
|
|
|
%prep
|
|
|
%if %{from_git}
|
|
|
-%setup -q -n %{name}-git
|
|
|
+%setup -q -n %{name}-%{githash}
|
|
|
%else
|
|
|
%setup -q
|
|
|
%endif
|
|
@@ -86,6 +86,12 @@ fi
|
|
|
%{_datadir}/ibus/component/kkc.xml
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Feb 1 2013 IWAI, Masaharu <iwai@alib.jp> 1.5.2-3.gite388f558
|
|
|
+- update to git e388f558e3eff3e538fa48ee0c2275e7d743964c
|
|
|
+- add requires package version:
|
|
|
+ - ibus-devel >= 1.4.0
|
|
|
+ - libkkc-devel >= 0.0.3-3
|
|
|
+
|
|
|
* Tue Jan 29 2013 IWAI, Masaharu <iwai@alib.jp> 1.5.2-2.giteb042df4
|
|
|
- update to git eb042df479cdad0d037e16016fda3d2cae99aaa1
|
|
|
- add BuildRequires: gnome-common with git
|