-
Notifications
You must be signed in to change notification settings - Fork 0
/
scim-whiz.spec
49 lines (39 loc) · 1.12 KB
/
scim-whiz.spec
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
48
49
%define rel b1
Summary: scim-whiz is an SCIM IMEngine module for whiz
Name: scim-whiz
Version: 0.0.3
Release: %{rel}
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-root
License: GPL
Group: System Environment/Libraries
Requires: scim >= 1.0.1, whiz
BuildRequires: scim-devel >= 1.0.1
BuildRequires: libtool
BuildArchitectures: i586
%description
Scim-whiz is an SCIM IMEngine module for whiz.
It supports Japanese input.
%prep
%setup -q
%build
%configure --disable-static
make
%install
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
%clean
[ -n "%{buildroot}" -a "%{buildroot}" != / ] && rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{_libdir}/scim-1.0/IMEngine/*.so
#%{_libdir}/scim-1.0/SetupUI/*.so
#%{_datadir}/locale/ja/LC_MESSAGES/scim-canna.mo
%{_datadir}/scim/icons/*.png
%changelog
* Sun Mar 12 2006 Yuichiro Nakada <[email protected]>
- Update to scim-canna-0.2.0
* Fri Sep 16 2005 Yuichiro Nakada <[email protected]>
- Update to scim-canna-0.1.3
* Fri Jun 10 2005 Yuichiro Nakada <[email protected]>
- Create for Berry Linux