forked from vn-input/ibus-unikey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ibus-unikey.spec.in
48 lines (36 loc) · 1.13 KB
/
ibus-unikey.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Release: 1%{?dist}
Summary: Vietnamese input method for Ibus Use Unikey engine
Group: User Interface/X
License: GPLv3
URL: http://code.google.com/p/ibus-unikey/
Source: http://ibus-unikey.googlecode.com/files/%{name}-%{version}.tar.gz
%description
IBus is an Intelligent Input Bus.
It is a new input framework for Linux OS.
It provides full featured and user friendly input method user interface.
It also may help developers to develop input method easily.
Ibus-Unikey is a Vietnamese input method for Ibus Use Unikey engine to process keyevent
BuildRequires: gettext
BuildRequires: ibus-devel
BuildRequires: gtk2-devel
Requires: ibus
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README AUTHORS COPYING ChangeLog
%{_datadir}/%{name}/
%{_datadir}/ibus/component/unikey.xml
%{_libexecdir}/ibus-engine-unikey
%{_libexecdir}/ibus-setup-unikey