source: projects/specs/trunk/s/sumika/sumika-vl.spec @ 521

Revision 521, 1.7 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: a utility for managing user customized dictionary
2Summary(ja): ユーザ定義辞書管理のためのユーティリティ
3Name: sumika
4Version: 0.12
5Release: 1%{?_dist_release}
6URL: http://sumika.sourceforge.jp/
7Source0: %{name}-%{version}.tar.gz
8License: GPL
9Group: Applications/System
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildRequires: gtk2-devel >= 2.2.0, gdome2-devel, libxml2-devel
12Requires: gtk2 >= 2.2.0, gdome2, libxml2
13#BuildRequires: automake16
14
15%description
16Sumika is a utility for managing user customized dictionary. Sumika now
17supports Anthy, Canna and SKK.
18
19
20%description -l ja
21Sumika は、ユーザ定義辞書を管理するためのユーティリティです。
22現在、Sumika は、Anthy と Canna、SKK をサポートしています。
23
24%prep
25%setup -q
26
27%build
28%configure
29make
30
31%install
32rm -rf %{buildroot}
33%makeinstall
34
35%{find_lang} %{name}
36
37rm -rf $RPM_BUILD_ROOT/usr/doc/sumika
38
39%clean
40rm -rf %{buildroot}
41
42%files -f %{name}.lang
43%defattr(-,root,root)
44%doc AUTHORS COPYING COPYING.canna ChangeLog README TODO
45%{_bindir}/sumika
46
47%changelog
48* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 0.12-1vl5
49- applied new versioning policy, spec in utf-8
50
51* Sun Jul 16 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.12-0vl2
52- changed Group to Applications/System
53
54* Mon Jul 26 2004 IWAI, Masaharu <iwai@alib.jp> 0.12-0vl1
55- new upstream release
56
57* Sun May  2 2004 IWAI, Masaharu <iwai@alib.jp> 0.11-0vl1
58- new upstream release
59
60* Mon Feb 16 2004 IWAI, Masaharu <iwai@alib.jp> 0.10-0vl1
61- new upstream release
62- drop obsolete CVS patch (Patch0)
63   - stop running automake
64
65* Sat Jan 17 2004 IWAI, Masaharu <iwai@alib.jp> 0.07-20040117vl1
66- Initial build.
67
Note: See TracBrowser for help on using the repository browser.