source: projects/specs/trunk/i/ibus-anthy/ibus-anthy-vl.spec @ 5701

Revision 5701, 2.4 KB checked in by Takemikaduchi, 12 years ago (diff)

python-2.7.2

Line 
1%define ver     1.2.6
2%define rel     2
3
4Name: ibus-anthy
5Version: %{ver}
6Release: %{rel}%{?_dist_release}
7Summary: The Anthy engine for IBus input platform
8License: GPLv2+
9Group: System Environment/Libraries
10URL: http://code.google.com/p/ibus/
11Source0: %{name}-%{version}.tar.gz
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13BuildRequires: gettext, libtool, python-devel >= 2.5, anthy-devel, swig
14Requires: ibus, anthy
15
16Vendor: Project Vine
17Distribution: Vine Linux
18Packager: iwaim
19
20%description
21The Anthy engine for iBus platform. It provides Japanese input method from
22libanthy.
23
24%prep
25%setup -q
26
27%build
28%configure --disable-static
29make %{?_smp_mflags}
30
31%install
32rm -rf %{buildroot}
33make DESTDIR=%{buildroot} install
34
35%find_lang %{name}
36
37%clean
38rm -rf %{buildroot}
39
40%check
41make check
42
43%files -f %{name}.lang
44%defattr(-,root,root,-)
45%doc AUTHORS COPYING ChangeLog NEWS README
46%{_libexecdir}/ibus-engine-anthy
47%{_libexecdir}/ibus-setup-anthy
48%{python_sitearch}/*
49%dir %{_datadir}/ibus-anthy
50%{_datadir}/ibus-anthy/*
51%{_datadir}/ibus/component/anthy.xml
52
53%changelog
54* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.6-2
55- rebuild with python-2.7.2
56
57* Thu May 26 2011 IWAI, Masaharu <iwai@alib.jp> 1.2.6-1
58- new upstream release
59
60* Thu Dec 23 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.5-1
61- new upstream release
62
63* Wed Oct 20 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.3-1
64- new upstream release
65
66* Tue Jun 01 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-2
67- rebuild with anthy-9100h-8
68
69* Sat May 15 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.1-1
70- new upstream release
71- clean up:
72  - drop unused git_source and python_sitearch
73
74* Fri Apr 16 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20100313-1
75- new upstream release
76
77* Sun Nov 29 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20091127-1
78- new upstream release
79
80* Thu Oct  8 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20090917-1
81- new upstream release
82
83* Thu Sep 17 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20090907-1
84- new upstream release
85- update BuildRequires
86
87* Fri Aug 28 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090814-1
88- new upstream release
89
90* Sat Jun 20 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090603-1
91- new upstream release
92- add Packager tag
93
94* Sat Apr  4 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090402-1
95- new upstream release
96
97* Mon Feb 23 2009 IWAI, Masaharu <iwai@alib.jp> - 1.1.0.20090211-1
98- new upstream release
99
100* Mon Jan 26 2009 IWAI, Masaharu <iwai@alib.jp> - 0.1.1.20090126-1
101- initial release
Note: See TracBrowser for help on using the repository browser.