| 1 | Summary: an onscreen input pad used to input some symbols very easily |
|---|
| 2 | Summary(ja): とても簡単に様々なシンボルを入力できる入力パッド |
|---|
| 3 | Name: scim-input-pad |
|---|
| 4 | Version: 0.1.1 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | Vendor: Project Vine |
|---|
| 7 | Distribution: Vine Linux |
|---|
| 8 | URL: http://www.scim-im.org/ |
|---|
| 9 | Source0: http://jaist.dl.sourceforge.net/sourceforge/scim/%{name}-%{version}.tar.gz |
|---|
| 10 | Patch0: scim-input-pad-0.1.1-libexecdir.patch |
|---|
| 11 | License: GPL 2 |
|---|
| 12 | Group: System Environment/Libraries |
|---|
| 13 | BuildRoot: %{_tmppath}/%{name}-root |
|---|
| 14 | |
|---|
| 15 | %description |
|---|
| 16 | It's an onscreen input pad used to input some symbols very easily. |
|---|
| 17 | |
|---|
| 18 | All symbols are stored into pure text files. Several predefined files |
|---|
| 19 | are shipped within this package. They are: |
|---|
| 20 | |
|---|
| 21 | data/base.pad includes some common symbols, |
|---|
| 22 | eg. Technical Symbols, Punctuations etc. |
|---|
| 23 | data/japanese.pad includes Japanese Katakana and Hiragana symbols. |
|---|
| 24 | data/chinese.pad includes Chinese numbers, radicals etc. |
|---|
| 25 | data/keyboard.pad includes some special keyboard events, |
|---|
| 26 | like dead keys, composing keys etc. |
|---|
| 27 | |
|---|
| 28 | |
|---|
| 29 | %prep |
|---|
| 30 | %setup -q |
|---|
| 31 | %patch0 -p1 -b .libexecdir |
|---|
| 32 | |
|---|
| 33 | %build |
|---|
| 34 | # running for Patch0 |
|---|
| 35 | autoconf |
|---|
| 36 | %configure |
|---|
| 37 | make |
|---|
| 38 | |
|---|
| 39 | %install |
|---|
| 40 | rm -rf %{buildroot} |
|---|
| 41 | make install DESTDIR=%{buildroot} |
|---|
| 42 | |
|---|
| 43 | %find_lang %{name} |
|---|
| 44 | |
|---|
| 45 | # remove unpackaged files |
|---|
| 46 | rm -rf %{buildroot}%{_libdir}/libscim-input-pad.{a,la} |
|---|
| 47 | rm -rf %{buildroot}%{_libdir}/scim-1.0/1.4.0/Helper/input-pad.{a,la} |
|---|
| 48 | |
|---|
| 49 | %clean |
|---|
| 50 | rm -rf %{buildroot} |
|---|
| 51 | |
|---|
| 52 | %files -f %{name}.lang |
|---|
| 53 | %defattr(-,root,root) |
|---|
| 54 | %doc AUTHORS COPYING ChangeLog NEWS README TODO |
|---|
| 55 | %{_bindir}/scim-input-pad |
|---|
| 56 | %{_libdir}/libscim-input-pad.so* |
|---|
| 57 | %{_libdir}/scim-1.0/1.4.0/Helper/input-pad.so |
|---|
| 58 | %{_datadir}/scim/icons/input-pad.png |
|---|
| 59 | %dir %{_datadir}/scim/input-pad |
|---|
| 60 | %{_datadir}/scim/input-pad/base.pad |
|---|
| 61 | %{_datadir}/scim/input-pad/chinese.pad |
|---|
| 62 | %{_datadir}/scim/input-pad/japanese.pad |
|---|
| 63 | %{_datadir}/scim/input-pad/keyboard.pad |
|---|
| 64 | |
|---|
| 65 | %changelog |
|---|
| 66 | * Sat Jul 26 2008 Shu KONNO <owa@bg.wakwak.com> 0.1.1-1vl5 |
|---|
| 67 | - applied new versioning policy and spec in utf-8 |
|---|
| 68 | |
|---|
| 69 | * Sun Nov 25 2007 IWAI, Masaharu <iwai@alib.jp> 0.1.1-0vl2 |
|---|
| 70 | - add libexecdir patch (Patch0): <VineLinux:565> |
|---|
| 71 | - running autoconf |
|---|
| 72 | |
|---|
| 73 | * Tue Apr 11 2006 IWAI, Masaharu <iwai@alib.jp> 0.1.1-0vl1 |
|---|
| 74 | - Initial build. |
|---|
| 75 | |
|---|