-
Notifications
You must be signed in to change notification settings - Fork 0
/
oxim-filters.spec
53 lines (39 loc) · 1.15 KB
/
oxim-filters.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
50
51
52
53
Summary: OXIM filter packs
Name: oxim-filters
Version: 0.4
Release: 3%{?dist}
License: GPLv2+
Group: User Interface/Desktops
Source0: %{name}-%{version}.tar.gz
#BuildArch: noarch
Requires: oxim >= 1.4.0
%description
The OXIM filters are some useful tools for oxim to
help user to input chinese words.
%prep
%setup -q
%build
%install
rm -rf %{buildroot}
bindir=%{_bindir} libdir=%{_libdir} DESTDIR=%{buildroot} make install
%clean
rm -rf %{buildroot}
%files
%{_libdir}/oxim/filters/*
%changelog
* Fri Sep 04 2015 Wei-Lun Chao <[email protected]> 0.4-3
- Rebuild
* Wed Mar 27 2013 Robert Wei <[email protected]> 0.4-2
- Add paste filter.
* Tue Feb 05 2013 Robert Wei <[email protected]> 0.4-1
- Add zhottp speak interface.
* Wed Sep 15 2010 Chih-Chun Tu <[email protected]> 0.3-2
- Add oxim_typing filter module.
* Tue Aug 10 2010 Wei-Lun Chao <[email protected]> 0.3-1
- Move some executables to zhotools.
* Fri Apr 30 2010 Wind <[email protected]> 0.2-2
- Build for new version.
* Fri Apr 22 2010 Wind <[email protected]> 0.2-1
- Build for new version.
* Wed Sep 23 2009 Wind <[email protected]> 0.1
- Build for OSSII.