Browse Source

fcitx-kkc 0.1.2-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9894 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 8 years ago
parent
commit
d80127ff09
1 changed files with 7 additions and 6 deletions
  1. 7 6
      f/fcitx-kkc/fcitx-kkc-vl.spec

+ 7 - 6
f/fcitx-kkc/fcitx-kkc-vl.spec

@@ -1,5 +1,5 @@
-%define ver 0.1.1
-%define rel 2
+%define ver 0.1.2
+%define rel 1
 
 Summary: Japanese Kana Kanji Engine for Fcitx
 Name: fcitx-kkc
@@ -9,8 +9,6 @@ License: GPLv3
 Group: System Environment/Libraries
 URL: https://fcitx-im.org
 Source0: http://download.fcitx-im.org/fcitx-kkc/%{name}-%{version}.tar.xz
-Source1: https://raw.githubusercontent.com/fcitx/fcitx-kkc/5a98b507abdd6888e3124bca1448ad4e4d25b0ef/po/ja.po
-Patch0: https://github.com/m-shibata/fcitx-kkc/commit/49c0045cd5d0262d73d6006db9f6074707247717.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires: cmake
 BuildRequires: fcitx-devel >= 4.2.8
@@ -26,8 +24,6 @@ Japanese Kana Kanji Engine for Fcitx.
 
 %prep
 %setup -q
-%patch0 -p1
-%__cp %{SOURCE1} po/ja.po
 
 %build
 %__mkdir build
@@ -76,6 +72,11 @@ fi
 %{_includedir}/fcitx/module/kkc/fcitx-kkc.h
 
 %changelog
+* Mon Jun  1 2015 IWAI, Masaharu <iwaim.sub@gmail.com> 0.1.2-1
+- update to 0.1.2
+- drop unnecessary patch (Patch0): upstream merged
+- drop unnecessary ja.po (Source0): upstream merged
+
 * Sat May  2 2015 IWAI, Masaharu <iwaim.sub@gmail.com> 0.1.1-2
 - update ja.po from upstream
 - add 'fix the check for the keymap conflict was inverted' patch (Patch0)