| Line | |
|---|
| 1 | Summary: X Input Method Server for Japanese conversion system of Anthy |
|---|
| 2 | Name: jmode |
|---|
| 3 | Version: 0.7.6 |
|---|
| 4 | Release: 0vl1 |
|---|
| 5 | URL: http://sourceforge.jp/projects/anthy/ |
|---|
| 6 | Source0: %{name}-%{version}.tar.gz |
|---|
| 7 | License: GPL |
|---|
| 8 | Group: User Interface/X |
|---|
| 9 | BuildRoot: %{_tmppath}/%{name}-root |
|---|
| 10 | Requires: gtk2 >= 2.0, gnome-panel >= 2.0 |
|---|
| 11 | BuildRequires: gtk2-devel >= 2.0, gnome-panel >= 2.0 |
|---|
| 12 | |
|---|
| 13 | %description |
|---|
| 14 | X Input Method Server for Japanese conversion system of Anthy |
|---|
| 15 | |
|---|
| 16 | %prep |
|---|
| 17 | %setup -q |
|---|
| 18 | |
|---|
| 19 | %build |
|---|
| 20 | %configure |
|---|
| 21 | make |
|---|
| 22 | |
|---|
| 23 | %install |
|---|
| 24 | rm -rf %{buildroot} |
|---|
| 25 | %makeinstall |
|---|
| 26 | %{find_lang} %{name} |
|---|
| 27 | |
|---|
| 28 | %clean |
|---|
| 29 | rm -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.