-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathibus-tutcode.spec.in
More file actions
46 lines (36 loc) · 996 Bytes
/
ibus-tutcode.spec.in
File metadata and controls
46 lines (36 loc) · 996 Bytes
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
Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Release: 1%{?dist}
Summary: Japanese TUT-Code input method for ibus
License: GPLv2+
Group: System Environment/Libraries
URL: http://github.com/deton/ibus-tutcode
Source0: http://cloud.github.com/downloads/deton/ibus-tutcode/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: gettext-devel
BuildRequires: python
Requires: ibus
%description
A Japanese TUT-Code Input Method Engine for ibus.
%prep
%setup -q
%build
%configure
# make -C po update-gmo
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=${RPM_BUILD_ROOT} install
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%dir %{_datadir}/ibus-tutcode
%{_datadir}/ibus-tutcode
%{_libexecdir}/ibus-*-tutcode
%{_datadir}/ibus/component/tutcode.xml
%changelog
* @DATE_DISPLAY@ KIHARA Hideto <deton@m1.interq.or.jp> - @PACKAGE_VERSION@-1
- current version