source: projects/specs/trunk/j/jmode/jmode-vl.spec @ 521

Revision 521, 867 bytes checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: X Input Method Server for Japanese conversion system of Anthy
2Name: jmode
3Version: 0.7.6
4Release: 0vl1
5URL: http://sourceforge.jp/projects/anthy/
6Source0: %{name}-%{version}.tar.gz
7License: GPL
8Group: User Interface/X
9BuildRoot: %{_tmppath}/%{name}-root
10Requires: gtk2 >= 2.0, gnome-panel >= 2.0
11BuildRequires: gtk2-devel >= 2.0, gnome-panel >= 2.0
12
13%description
14X Input Method Server for Japanese conversion system of Anthy
15
16%prep
17%setup -q
18
19%build
20%configure
21make
22
23%install
24rm -rf %{buildroot}
25%makeinstall
26%{find_lang} %{name}
27
28%clean
29rm -rf %{buildroot}
30
31%files -f %{name}.lang
32%defattr(-,root,root)
33%doc README NEWS AUTHORS COPYING ChangeLog
34%{_bindir}/jmode*
35%{_libdir}/bonobo/servers/GNOME_JmodeApplet.server
36%{_libexecdir}/jmode*
37%{_datadir}/jmode
38
39%changelog
40* Sat Aug 30 2003 IWAI, Masaharu <iwai@alib.jp> 0.7.6-0vl1
41- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.