]> git.pld-linux.org Git - packages/ibus-rawcode.git/blob - ibus-rawcode.spec
- updated to 1.3.2
[packages/ibus-rawcode.git] / ibus-rawcode.spec
1 Summary:        The Rawcode engine for IBus input platform
2 Summary(pl.UTF-8):      Silnik Rawcode dla platformy wprowadzania IBus
3 Name:           ibus-rawcode
4 Version:        1.3.2
5 Release:        1
6 License:        GPL v2+
7 Group:          Libraries
8 Source0:        https://fedorahosted.org/releases/i/b/ibus-rawcode/%{name}-%{version}.tar.gz
9 # Source0-md5:  d6b758c092cd70ec2f2c937be77d87cf
10 URL:            https://fedorahosted.org/ibus-rawcode/
11 BuildRequires:  gettext-devel >= 0.16.1
12 BuildRequires:  ibus-devel >= 1.2.99
13 BuildRequires:  pkgconfig
14 Requires:       ibus >= 1.2.99
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _libexecdir     %{_libdir}/ibus
18
19 %description
20 IBus Rawcode is rawcode ime engine for IBus, one can input unicode
21 character by just entering in hex value.
22
23 %description -l pl.UTF-8
24 IBus Rawcode to silnik IBus oparty na surowych kodach, pozwalający na
25 wprowadzanie znaków unikodowych poprzez wpisanie ich szesnastkowego
26 kodu.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 # only single, empty locale (zh_CN) exists (as of 1.3.1)
42 #find_lang %{name}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 # -f %{name}.lang
49 %defattr(644,root,root,755)
50 %doc AUTHORS ChangeLog README
51 %attr(755,root,root) %{_libexecdir}/ibus-engine-rawcode
52 %{_datadir}/ibus-rawcode
53 %{_datadir}/ibus/component/rawcode.xml
This page took 0.057509 seconds and 3 git commands to generate.