Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37567730
en ru br
ALT Linux repos
S:0.3.7-alt1

Group :: System/Libraries
RPM: fcitx-cloudpinyin

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# BEGIN SourceDeps(oneline):
BuildRequires(pre): rpm-macros-fedora-compat
BuildRequires: gcc-c++
# END SourceDeps(oneline)
# see https://bugzilla.altlinux.org/show_bug.cgi?id=10382
%define _localstatedir %{_var}
Name: fcitx-cloudpinyin
Version: 0.3.7
Release: alt1
Summary: Cloudpinyin module for fcitx
Group: System/Libraries
License: GPLv2+
URL: https://fcitx-im.org/wiki/Cloudpinyin
Source0: http://download.fcitx-im.org/fcitx-cloudpinyin/%{name}-%{version}.tar.xz

BuildRequires: ctest cmake, fcitx-devel gettext gettext-tools, intltool, libcurl-devel
Requires: fcitx, fcitx-pinyin
Source44: import.info

%description
Cloudpinyin is Fcitx addon that will add one candidate word to your pinyin
list. It current support four provider, Sogou, QQ, Baidu, Google.


%prep
%setup -q -n %{name}-%{version}


%build
mkdir -pv build
pushd build
%{fedora_cmake} ..
%make_build VERBOSE=1
popd

%install
pushd build
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
popd

%find_lang %{name}

%files -f %{name}.lang
%doc README COPYING
%{_datadir}/fcitx/configdesc/*.desc
%{_datadir}/fcitx/addon/*.conf
%{_libdir}/fcitx/*.so


%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin