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