source: projects/specs/trunk/s/scim-input-pad/scim-input-pad-vl.spec @ 521

Revision 521, 2.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: an onscreen input pad used to input some symbols very easily
2Summary(ja): とても簡単に様々なシンボルを入力できる入力パッド
3Name: scim-input-pad
4Version: 0.1.1
5Release: 1%{?_dist_release}
6Vendor: Project Vine
7Distribution: Vine Linux
8URL: http://www.scim-im.org/
9Source0: http://jaist.dl.sourceforge.net/sourceforge/scim/%{name}-%{version}.tar.gz
10Patch0: scim-input-pad-0.1.1-libexecdir.patch
11License: GPL 2
12Group: System Environment/Libraries
13BuildRoot: %{_tmppath}/%{name}-root
14
15%description
16It's an onscreen input pad used to input some symbols very easily.
17
18All symbols are stored into pure text files. Several predefined files
19are shipped within this package. They are:
20
21data/base.pad        includes some common symbols,
22                     eg. Technical Symbols, Punctuations etc.
23data/japanese.pad    includes Japanese Katakana and Hiragana symbols.
24data/chinese.pad     includes Chinese numbers, radicals etc.
25data/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
35autoconf
36%configure
37make
38
39%install
40rm -rf %{buildroot}
41make install DESTDIR=%{buildroot}
42
43%find_lang %{name}
44
45# remove unpackaged files
46rm -rf %{buildroot}%{_libdir}/libscim-input-pad.{a,la}
47rm -rf %{buildroot}%{_libdir}/scim-1.0/1.4.0/Helper/input-pad.{a,la}
48
49%clean
50rm -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
Note: See TracBrowser for help on using the repository browser.