resetting manifest requested domain to floor
[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 Source1001:     anthy.manifest
11 #
12 # URL: http://cannadic.oucrc.org
13 # Source1: cannadic-0.93.tar.gz
14 License: GPL
15 Group: System Environment/Libraries
16 BuildRoot: %{_tmppath}/%{name}-root
17
18 %description
19
20 %prep
21 %setup -q
22 cp %{SOURCE1001} .
23 #tar zxf %{_sourcedir}/cannadic-0.93.tar.gz
24 #ln -s ../cannadic-0.93/gcanna.t mkanthydic
25 #ln -s ../cannadic-0.93/gcannaf.t mkanthydic
26
27 %build
28 %configure
29
30 make
31
32 %install
33 rm -rf ${RPM_BUILD_ROOT}
34 %makeinstall
35
36 %clean
37 rm -rf ${RPM_BUILD_ROOT}
38
39 %post
40 /sbin/ldconfig
41
42 %postun -p /sbin/ldconfig
43
44 %files
45 %manifest %{name}.manifest
46 %defattr(-,root,root)
47 %{_bindir}/*
48 %{_sysconfdir}/*
49 %{_datadir}/anthy
50 #%{_datadir}/emacs/site-lisp/*
51 %{_libdir}/pkgconfig/*
52 %{_libdir}/libanthy*
53 %{_includedir}/*
54 #%doc README doc
55
56 %changelog
57 * Thu Jan  3 2002 Yusuke Tabata <yusuke@kmc.gr.jp>
58 - changed my mail address and URL of web page
59
60 * Thu Nov 11 2001 Takayoshi Nobuoka <taka@trans-nt.com>
61 - add %{_sysconfdir}/* at %files
62
63 * Wed Sep  9 2001 Takayoshi Nobuoka <taka@trans-nt.com>
64 - use _bindir and so on.
65
66 * Sun Aug 19 2001 Tabatee <yusuke@kmc.kyoto-u.ac.jp>
67 - Initial build.