1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
%define __libtoolize :
#
Summary: A Japanese character input system library.(with dictionary)
Name: anthy
Version: @VERSION@
Release: 1
URL: http://www.sourceforge.jp/projects/anthy/
Source0: %{name}-%{version}.tar.gz
#
# URL: http://cannadic.oucrc.org
# Source1: cannadic-0.93.tar.gz
License: GPL
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-root
%description
%prep
%setup -q
#tar zxf %{_sourcedir}/cannadic-0.93.tar.gz
#ln -s ../cannadic-0.93/gcanna.t mkanthydic
#ln -s ../cannadic-0.93/gcannaf.t mkanthydic
%build
%configure
make
%install
rm -rf ${RPM_BUILD_ROOT}
%makeinstall
%clean
rm -rf ${RPM_BUILD_ROOT}
%post
/sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_bindir}/*
%{_sysconfdir}/*
%{_datadir}/anthy
%{_datadir}/emacs/site-lisp/*
%{_libdir}/*
%{_includedir}/*
%doc README doc
%changelog
* Thu Jan 3 2002 Yusuke Tabata <yusuke@kmc.gr.jp>
- changed my mail address and URL of web page
* Thu Nov 11 2001 Takayoshi Nobuoka <taka@trans-nt.com>
- add %{_sysconfdir}/* at %files
* Wed Sep 9 2001 Takayoshi Nobuoka <taka@trans-nt.com>
- use _bindir and so on.
* Sun Aug 19 2001 Tabatee <yusuke@kmc.kyoto-u.ac.jp>
- Initial build.
|