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

Revision 4472, 1.6 KB checked in by kudoh, 13 years ago (diff)
Line 
1%define ver 1.3.0
2%define rel 2
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* Thu Aug 04 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.3.0-2
61- rebuilt with ibus-1.3.9
62
63* Sat May 15 2010 IWAI, Masaharu <iwai@alib.jp> 1.3.0-1
64- new upstream release
65
66* Mon Jan 25 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20091217-1
67- new upstream release
68- add BuildRequires: ibus-devel >= 1.2.0: fix <BTS:VineLinux:902>
69
70* Thu Oct  8 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20090930-1
71- new upstream release
72
73* Thu Sep 17 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20090617-1
74- new upstream release
75- add Packager tag
76
77* Wed Apr  1 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090211-1
78- initial relase
79
Note: See TracBrowser for help on using the repository browser.