Accepting request 77450 from home:hillwood
OBS-URL: https://build.opensuse.org/request/show/77450 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-sunpinyin?expand=0&rev=1
This commit is contained in:
commit
7810302eab
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
ibus-sunpinyin-2.0.3.tar.gz
Normal file
3
ibus-sunpinyin-2.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c15b89d683318f3b1f3475dcabf7a91ee815692b233a289bcadab3ab7f8fa3c
|
||||||
|
size 218785
|
10
ibus-sunpinyin.changes
Normal file
10
ibus-sunpinyin.changes
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 29 15:23:31 UTC 2011 - hillwood@linuxfans.org
|
||||||
|
|
||||||
|
- Move changelog to a single file
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 2011 hillwood@linuxfans.org
|
||||||
|
|
||||||
|
- new release 2.0.3-
|
||||||
|
|
85
ibus-sunpinyin.spec
Normal file
85
ibus-sunpinyin.spec
Normal file
@ -0,0 +1,85 @@
|
|||||||
|
#
|
||||||
|
# This file and all modifications and additions to the pristine
|
||||||
|
# package are under the same license as the package itself.
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: ibus-sunpinyin
|
||||||
|
Version: 2.0.3
|
||||||
|
Release: 1
|
||||||
|
Summary: Sunpinyin module for ibus
|
||||||
|
Group: System/I18n/Chinese
|
||||||
|
License: GPLv2 and CDDL dual-licenses
|
||||||
|
Url: http://code.google.com/p/sunpinyin/
|
||||||
|
%if 0%{?suse_version}
|
||||||
|
BuildRequires: ibus-devel, sqlite3-devel, python >= 2.6, intltool, gcc-c++, scons >= 1.2.0
|
||||||
|
%else
|
||||||
|
BuildRequires: ibus-devel, sqlite-devel, python >= 2.6, intltool, gcc-c++, scons >= 1.2.0
|
||||||
|
%endif
|
||||||
|
BuildRequires: libsunpinyin3-devel, libsunpinyin3
|
||||||
|
Requires: libsunpinyin3, ibus
|
||||||
|
Source: http://sunpinyin.googlecode.com/files/ibus-sunpinyin-%{version}.tar.gz
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
AutoReqProv: on
|
||||||
|
|
||||||
|
%description
|
||||||
|
SunPinyin
|
||||||
|
===
|
||||||
|
|
||||||
|
SunPinyin is an SLM (Statistical Language Model) based input method
|
||||||
|
engine. To model the Chinese language, it use a backoff bigram and
|
||||||
|
trigram language model.
|
||||||
|
|
||||||
|
Currently, SunPinyin 2.0 is available on IBus.
|
||||||
|
|
||||||
|
ibus-sunpinyin
|
||||||
|
===
|
||||||
|
|
||||||
|
ibus-sunpinyin is a wrapper around SunPinyin which enables user to use
|
||||||
|
SunPinyin with IBus framework.
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Lei Zhang <phill.zhang@sun.com>
|
||||||
|
Ervin Yan <ervin.yan@sun.com>
|
||||||
|
Yong Sun <mail@yongsun.me>
|
||||||
|
Kefu Chai <tchaikov@gmail.com>
|
||||||
|
Wei Xue <wei.xue@sun.com>
|
||||||
|
Leo Zheng <zym361@gmail.com>
|
||||||
|
chumsdock <vorbei@gmail.com>
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -n ibus-sunpinyin-2.0.3
|
||||||
|
|
||||||
|
%build
|
||||||
|
scons --prefix=/usr --libdir=%{_libdir}
|
||||||
|
|
||||||
|
%install
|
||||||
|
scons install --prefix=/usr --libdir=%{_libdir} --install-sandbox=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%post
|
||||||
|
%postun
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
#%doc ChangeLog README COPYING
|
||||||
|
%dir /usr/lib/ibus-sunpinyin
|
||||||
|
%dir %{_datadir}/%{name}
|
||||||
|
%dir %{_datadir}/%{name}/setup
|
||||||
|
%dir %{_datadir}/%{name}/icons
|
||||||
|
%dir %{_datadir}/ibus
|
||||||
|
%dir %{_datadir}/ibus/component
|
||||||
|
/usr/lib/ibus-sunpinyin/ibus-engine-sunpinyin
|
||||||
|
/usr/lib/ibus-sunpinyin/ibus-setup-sunpinyin
|
||||||
|
%{_datadir}/%{name}/setup/*
|
||||||
|
%{_datadir}/%{name}/icons/*
|
||||||
|
%{_datadir}/ibus/component/sunpinyin.xml
|
||||||
|
%{_datadir}/locale/zh_CN/LC_MESSAGES/ibus-sunpinyin.mo
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user