e1d6f6b383804c3cb4ac06538de8b88a226782b7
[platform/core/uifw/anthy.git] / packaging / anthy.spec
1 %define __libtoolize :
2
3 #
4 Summary: A Japanese character input system library.(with dictionary)
5 Name: anthy
6 Version: 9100h
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}/pkgconfig/*
49 %{_libdir}/libanthy*
50 %{_includedir}/*
51 #%doc README doc
52
53 %changelog
54 * Thu Jan  3 2002 Yusuke Tabata <yusuke@kmc.gr.jp>
55 - changed my mail address and URL of web page
56
57 * Thu Nov 11 2001 Takayoshi Nobuoka <taka@trans-nt.com>
58 - add %{_sysconfdir}/* at %files
59
60 * Wed Sep  9 2001 Takayoshi Nobuoka <taka@trans-nt.com>
61 - use _bindir and so on.
62
63 * Sun Aug 19 2001 Tabatee <yusuke@kmc.kyoto-u.ac.jp>
64 - Initial build.