]> git.pld-linux.org Git - packages/anthy.git/blob - anthy.spec
- added TODO
[packages/anthy.git] / anthy.spec
1 #
2 # TODO:
3 #       - emacs mode
4 #
5 Summary:        A Japanese character input system library (with dictionary)
6 Summary(pl.UTF-8):      System wprowadzania znaków japońskich (ze słownikiem)
7 Name:           anthy
8 Version:        9100h
9 Release:        1
10 License:        GPL
11 Group:          Libraries
12 Source0:        http://dl.sourceforge.jp/anthy/37536/%{name}-%{version}.tar.gz
13 # Source0-md5:  1f558ff7ed296787b55bb1c6cf131108
14 URL:            http://anthy.sourceforge.jp/
15 BuildRequires:  automake
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 A Japanese character input system library (with dictionary).
20
21 %description -l pl.UTF-8
22 System wprowadzania znaków japońskich (ze słownikiem).
23
24 %package devel
25 Summary:        Header files for anthy libraries
26 Summary(pl.UTF-8):      Pliki nagłówkowe bibliotek anthy
27 Group:          Development/Libraries
28 Requires:       %{name} = %{version}-%{release}
29
30 %description devel
31 Header files for anthy libraries.
32
33 %description devel -l pl.UTF-8
34 Pliki nagłówkowe bibliotek anthy.
35
36 %package static
37 Summary:        Static anthy libraries
38 Summary(pl.UTF-8):      Statyczne biblioteki anthy
39 Group:          Development/Libraries
40 Requires:       %{name}-devel = %{version}-%{release}
41
42 %description static
43 Static anthy libraries.
44
45 %description static -l pl.UTF-8
46 Statyczne biblioteki anthy.
47
48 %prep
49 %setup -q
50
51 %build
52 %configure
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %post   -p /sbin/ldconfig
65 %postun -p /sbin/ldconfig
66
67 %files
68 %defattr(644,root,root,755)
69 %doc AUTHORS ChangeLog DIARY NEWS README doc/[!M]* doc/MISC
70 %attr(755,root,root) %{_bindir}/*
71 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
72 %attr(755,root,root) %ghost %{_libdir}/lib*.so.0
73 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/anthy-conf
74 %{_datadir}/anthy
75
76 %files devel
77 %defattr(644,root,root,755)
78 %attr(755,root,root) %{_libdir}/lib*.so
79 %{_includedir}/anthy
80 %{_pkgconfigdir}/anthy.pc
81
82 %files static
83 %defattr(644,root,root,755)
84 %{_libdir}/lib*.a
85
86 #   /usr/share/emacs/site-lisp/anthy/anthy-azik.el
87 #   /usr/share/emacs/site-lisp/anthy/anthy-azik.elc
88 #   /usr/share/emacs/site-lisp/anthy/anthy-conf.el
89 #   /usr/share/emacs/site-lisp/anthy/anthy-conf.elc
90 #   /usr/share/emacs/site-lisp/anthy/anthy-dic.el
91 #   /usr/share/emacs/site-lisp/anthy/anthy-dic.elc
92 #   /usr/share/emacs/site-lisp/anthy/anthy-isearch.el
93 #   /usr/share/emacs/site-lisp/anthy/anthy-isearch.elc
94 #   /usr/share/emacs/site-lisp/anthy/anthy-kyuri.el
95 #   /usr/share/emacs/site-lisp/anthy/anthy-kyuri.elc
96 #   /usr/share/emacs/site-lisp/anthy/anthy.el
97 #   /usr/share/emacs/site-lisp/anthy/anthy.elc
98 #   /usr/share/emacs/site-lisp/anthy/leim-list.el
This page took 0.072601 seconds and 3 git commands to generate.