source: projects/specs/trunk/i/ibus-m17n/ibus-m17n-vl.spec @ 1056

Revision 1056, 1.5 KB checked in by iwaim, 14 years ago (diff)

update: ibus-m17n 1.3.0-1

Line 
1%define ver 1.3.0
2%define rel 1
3
4Summary: The M17N engine for IBus platform
5Name: ibus-m17n
6Version: %{ver}
7Release: %{rel}%{?_dist_release}
8Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
9License: GPLv2+
10Group: System Environment/Libraries
11URL: http://code.google.com/p/ibus/
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: ibus-devel >= 1.2.0
15BuildRequires: m17n-lib-devel
16Requires: ibus
17Requires: m17n-lib m17n-db
18
19Vendor: Project Vine
20Distribution: Vine Linux
21
22Packager: iwaim
23
24%description
25M17N engine for IBus input platform. It allows input of many launguaes using
26the input table maps from m17n-db.
27
28
29%prep
30%setup -q
31
32%build
33%configure
34%{__make} %{?_smp_mflags}
35
36%install
37%{__rm} -rf ${RPM_BUILD_ROOT}
38make install DESTDIR=${RPM_BUILD_ROOT}
39
40%find_lang %{name}
41
42
43%clean
44%{__rm} -rf ${RPM_BUILD_ROOT}
45
46
47%check
48make check
49
50
51%files -f %{name}.lang
52%defattr(-,root,root)
53%doc AUTHORS COPYING ChangeLog NEWS README
54%{_libexecdir}/ibus-engine-m17n
55%{_datadir}/ibus/component/m17n.xml
56%{_datadir}/ibus-m17n
57
58
59%changelog
60* Sat May 15 2010 IWAI, Masaharu <iwai@alib.jp> 1.3.0-1
61- new upstream release
62
63* Mon Jan 25 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20091217-1
64- new upstream release
65- add BuildRequires: ibus-devel >= 1.2.0: fix <BTS:VineLinux:902>
66
67* Thu Oct  8 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20090930-1
68- new upstream release
69
70* Thu Sep 17 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20090617-1
71- new upstream release
72- add Packager tag
73
74* Wed Apr  1 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090211-1
75- initial relase
76
Note: See TracBrowser for help on using the repository browser.