Author: baggins Date: Sun Jul 24 19:30:09 2011 GMT Module: packages Tag: HEAD ---- Log message: - initial revision
---- Files affected: packages/scim-array: scim-array.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/scim-array/scim-array.spec diff -u /dev/null packages/scim-array/scim-array.spec:1.1 --- /dev/null Sun Jul 24 21:30:09 2011 +++ packages/scim-array/scim-array.spec Sun Jul 24 21:30:04 2011 @@ -0,0 +1,71 @@ +# $Revision$, $Date$ +Summary: SCIM Array 30 Input Method Engine +Summary(zh_TW): SCIM 行列 30 輸入法引擎 +Name: scim-array +Version: 1.0.1 +Release: 0.1 +License: GPL v2+ +Group: Libraries +Source0: http://of.openfoundry.org/download_path/scimarray/%{version}/%{name}-%{version}.tar.gz +# Source0-md5: 689a49455f3c868182aa00310b0e5c29 +URL: http://scimarray.openfoundry.org/ +BuildRequires: scim-devel +Requires: scim +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +SCIM Array 30 Input Method Engine provides with all the functions of +Array 30, including 1st and 2nd level short codes, special codes, and +symbol input. + +%description -l zh_TW +scim-array 為 SCIM 輸入法框架中完整實作行列 30 輸入法功能的輸入法引擎模組, +支援一級簡碼、二級簡碼、特別碼、符號輸入等功能,並和 OpenVanilla 中之行列輸入法一樣 +,提供特別碼的提示和特行模式。scim-array 為自由軟體,採 GPL 授權方式釋出。 + +特點 + - 支援行列 6.0 Unicode 字碼表,可輸入Unicode Ext.A 及 Ext.B 中日韓漢字 + - 支援一級簡碼及二級簡碼 + - 支援特別碼輸入 + - 具有特別碼提示功能, 可幫助記憶特別碼 + - 具有特行模式,強迫使用特別碼輸入, 以提升打字速度 + - 完整 SCIM 支援,使用 SCIM 內建函式庫進行開發,無需另裝其它函式庫或輸入法框架 + +%prep +%setup -q + +%build +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%{__rm} $RPM_BUILD_ROOT%{_libdir}/scim-1.0/*/*/*.la + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_libdir}/scim-1.0/1.4.0/IMEngine/array.so +%attr(755,root,root) %{_libdir}/scim-1.0/1.4.0/SetupUI/array-imengine-setup.so +%{_datadir}/scim/Array +%{_datadir}/scim/icons/scim-array.png + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/07/24 19:30:04 baggins +- initial revision + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
