source: projects/specs/branches/6/i/ibus-anthy/ibus-anthy-vl.spec @ 4051

Revision 4051, 2.3 KB checked in by iwaim, 13 years ago (diff)

ibus-anthy-1.2.6-1

Line 
1%define ver     1.2.6
2%define rel     1
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* Thu May 26 2011 IWAI, Masaharu <iwai@alib.jp> 1.2.6-1
55- new upstream release
56
57* Thu Dec 23 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.5-1
58- new upstream release
59
60* Wed Oct 20 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.3-1
61- new upstream release
62
63* Tue Jun 01 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-2
64- rebuild with anthy-9100h-8
65
66* Sat May 15 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.1-1
67- new upstream release
68- clean up:
69  - drop unused git_source and python_sitearch
70
71* Fri Apr 16 2010 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20100313-1
72- new upstream release
73
74* Sun Nov 29 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20091127-1
75- new upstream release
76
77* Thu Oct  8 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20090917-1
78- new upstream release
79
80* Thu Sep 17 2009 IWAI, Masaharu <iwai@alib.jp> 1.2.0.20090907-1
81- new upstream release
82- update BuildRequires
83
84* Fri Aug 28 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090814-1
85- new upstream release
86
87* Sat Jun 20 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090603-1
88- new upstream release
89- add Packager tag
90
91* Sat Apr  4 2009 IWAI, Masaharu <iwai@alib.jp> 1.1.0.20090402-1
92- new upstream release
93
94* Mon Feb 23 2009 IWAI, Masaharu <iwai@alib.jp> - 1.1.0.20090211-1
95- new upstream release
96
97* Mon Jan 26 2009 IWAI, Masaharu <iwai@alib.jp> - 0.1.1.20090126-1
98- initial release
Note: See TracBrowser for help on using the repository browser.