Name: fcitx-chewing Version: 0.2.3 Release: 5%{?dist} Summary: Chewing Wrapper for Fcitx Group: System Environment/Libraries License: GPLv2+ URL: https://fcitx-im.org/wiki/Chewing Source0: http://download.fcitx-im.org/fcitx-chewing/%{name}-%{version}.tar.xz BuildRequires: gcc BuildRequires: cmake, fcitx-devel, gettext, intltool, libchewing-devel Requires: fcitx, fcitx-data %description Fcitx-chewing is a Chewing Wrapper for Fcitx. Chewing is a set of free intelligent Chinese Phonetic IME. %prep %setup -q -n %{name}-%{version} %build mkdir -pv build pushd build %cmake .. make %{?_smp_mflags} VERBOSE=1 %install rm -rf $RPM_BUILD_ROOT pushd build make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" popd %find_lang %{name} %files -f %{name}.lang %doc AUTHORS README COPYING %{_libdir}/fcitx/%{name}.so %{_datadir}/fcitx/addon/%{name}.conf %{_datadir}/fcitx/inputmethod/chewing.conf %{_datadir}/fcitx/imicon/*.png %{_datadir}/fcitx/configdesc/%{name}.desc %{_datadir}/fcitx/skin/classic/chewing.png %{_datadir}/fcitx/skin/dark/chewing.png %{_datadir}/fcitx/skin/default/chewing.png %{_datadir}/icons/hicolor/48x48/apps/fcitx-chewing.png %changelog * Fri Jul 13 2018 Fedora Release Engineering - 0.2.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Mar 10 2018 Robin Lee - 0.2.3-4 - BR gcc for http://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot * Wed Feb 07 2018 Fedora Release Engineering - 0.2.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jan 11 2018 Igor Gnatenko - 0.2.3-2 - Remove obsolete scriptlets * Sun Sep 24 2017 Robin Lee - 0.2.3-1 - Update to 0.2.3 * Wed Aug 02 2017 Fedora Release Engineering - 0.2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 03 2016 Fedora Release Engineering - 0.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Oct 1 2015 Robin Lee - 0.2.2-1 - Update to 0.2.2 * Wed Jun 17 2015 Fedora Release Engineering - 0.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Aug 16 2014 Fedora Release Engineering - 0.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri Aug 23 2013 Robin Lee - 0.2.1-1 - Update to 0.2.1 - Update URL and Source0 URL * Sat Aug 03 2013 Fedora Release Engineering - 0.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Feb 13 2013 Fedora Release Engineering - 0.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sun Dec 09 2012 Liang Suilong - 0.1.3-1 - Upstream to 0.1.3 * Thu Jul 19 2012 Fedora Release Engineering - 0.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sun May 06 2012 Liang Suilong - 0.1.1-1 - Upstream to 0.1.1 * Wed Feb 08 2012 Liang Suilong - 0.1.0-1 - Initial Package