Name: fcitx-skk Version: 0.1.0 Release: 1%{?dist} Summary: Japanese SKK (Simple Kana Kanji) Engine for Fcitx Group: System Environment/Libraries License: GPLv3+ URL: http://code.google.com/p/fcitx/ Source0: http://download.fcitx-im.org/%{name}/%{name}-%{version}.tar.xz BuildRequires: fcitx-devel >= 0.4.8, libskk-devel BuildRequires: cmake, gettext, intltool Requires: fcitx >= 0.4.8 Requires: skkdic %description Fcitx-skk is an SKK (Simple Kana Kanji) engine for Fcitx. It provides Japanese input method using libskk. %prep %setup -q -n %{name}-%{version} %build mkdir -pv build pushd build %cmake .. make VERBOSE=1 %{?_smp_mflags} popd %install pushd build make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" rm -rf $RPM_BUILD_ROOT%{_includedir}/fcitx popd %find_lang %{name} %post /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %postun if [ $1 -eq 0 ] ; then /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi %posttrans /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -f %{name}.lang %doc %{_libdir}/fcitx/%{name}.so %{_libdir}/fcitx/qt/libfcitx-skk-config.so %{_datadir}/fcitx/addon/%{name}.conf %{_datadir}/fcitx/configdesc/%{name}.desc %{_datadir}/fcitx/inputmethod/skk.conf %{_datadir}/fcitx/skk/ %{_datadir}/fcitx/imicon/skk.png %{_datadir}/icons/hicolor/64x64/apps/%{name}.png %changelog * Mon Oct 28 2013 Daiki Ueno - 0.1.0-1 - initial packaging for Fedora, based on fcitx-kkc package