diff --git a/.gitignore b/.gitignore index f8e71d1..d105652 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /fcitx-hangul-0.1.1.tar.xz /fcitx-hangul-0.1.2.tar.xz /fcitx-hangul-0.2.0.tar.xz +/fcitx-hangul-0.3.0.tar.xz diff --git a/fcitx-hangul.spec b/fcitx-hangul.spec index 249a6a9..27e986b 100644 --- a/fcitx-hangul.spec +++ b/fcitx-hangul.spec @@ -1,11 +1,11 @@ Name: fcitx-hangul -Version: 0.2.0 -Release: 3%{?dist} +Version: 0.3.0 +Release: 1%{?dist} Summary: Hangul Engine for Fcitx Group: System Environment/Libraries License: GPLv2+ -URL: http://code.google.com/p/fcitx/ -Source0: http://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz +URL: https://fcitx-im.org/wiki/Hangul +Source0: http://download.fcitx-im.org/fcitx-hangul/%{name}-%{version}.tar.xz BuildRequires: cmake, fcitx-devel, gettext, intltool, libhangul-devel Requires: fcitx @@ -54,13 +54,18 @@ fi %{_datadir}/fcitx/addon/%{name}.conf %{_datadir}/fcitx/inputmethod/hangul.conf %{_datadir}/fcitx/configdesc/%{name}.desc -%{_datadir}/fcitx/skin/imicon/hangul.png +%{_datadir}/fcitx/imicon/hangul.png +%dir %{_datadir}/fcitx/hangul/ %{_datadir}/fcitx/hangul/symbol.txt %{_datadir}/icons/hicolor/64x64/apps/%{name}.png -%{_datadir}/icons/hicolor/64x64/status/fcitx-hanja-active.png -%{_datadir}/icons/hicolor/64x64/status/fcitx-hanja-inactive.png +%{_datadir}/icons/hicolor/*/status/fcitx-hanja-active.png +%{_datadir}/icons/hicolor/*/status/fcitx-hanja-inactive.png %changelog +* Fri Aug 23 2013 Robin Lee - 0.3.0-1 +- Update to 0.3.0 +- Update URL and Source0 URL + * Sat Aug 03 2013 Fedora Release Engineering - 0.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index b2b60d4..e76ded1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -168b51487797879cf41ed6f6d086694a fcitx-hangul-0.2.0.tar.xz +9405521000303c64861df2e49ae2d7c5 fcitx-hangul-0.3.0.tar.xz