]> git.pld-linux.org Git - packages/anthy.git/blame - anthy.spec
- added TODO
[packages/anthy.git] / anthy.spec
CommitLineData
1d585ba9
JR
1#
2# TODO:
3# - emacs mode
4#
5fd37ea9 5Summary: A Japanese character input system library (with dictionary)
bac22c19 6Summary(pl.UTF-8): System wprowadzania znaków japońskich (ze słownikiem)
5fd37ea9 7Name: anthy
a4a3dfb5 8Version: 9100h
5fd37ea9
JB
9Release: 1
10License: GPL
11Group: Libraries
a4a3dfb5
JR
12Source0: http://dl.sourceforge.jp/anthy/37536/%{name}-%{version}.tar.gz
13# Source0-md5: 1f558ff7ed296787b55bb1c6cf131108
5fd37ea9 14URL: http://anthy.sourceforge.jp/
5fd37ea9
JB
15BuildRequires: automake
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19A Japanese character input system library (with dictionary).
20
d42b4d76
JR
21%description -l pl.UTF-8
22System wprowadzania znaków japońskich (ze słownikiem).
5fd37ea9
JB
23
24%package devel
25Summary: Header files for anthy libraries
bac22c19 26Summary(pl.UTF-8): Pliki nagłówkowe bibliotek anthy
5fd37ea9
JB
27Group: Development/Libraries
28Requires: %{name} = %{version}-%{release}
29
30%description devel
31Header files for anthy libraries.
32
d42b4d76
JR
33%description devel -l pl.UTF-8
34Pliki nagłówkowe bibliotek anthy.
5fd37ea9
JB
35
36%package static
37Summary: Static anthy libraries
bac22c19 38Summary(pl.UTF-8): Statyczne biblioteki anthy
5fd37ea9
JB
39Group: Development/Libraries
40Requires: %{name}-devel = %{version}-%{release}
41
42%description static
43Static anthy libraries.
44
d42b4d76 45%description static -l pl.UTF-8
5fd37ea9
JB
46Statyczne biblioteki anthy.
47
48%prep
49%setup -q
5fd37ea9
JB
50
51%build
5fd37ea9
JB
52%configure
53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57
58%{__make} install \
59 DESTDIR=$RPM_BUILD_ROOT
60
61%clean
62rm -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.*.*.*
a4a3dfb5 72%attr(755,root,root) %ghost %{_libdir}/lib*.so.0
401c9958 73%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/anthy-conf
5fd37ea9
JB
74%{_datadir}/anthy
75
76%files devel
77%defattr(644,root,root,755)
78%attr(755,root,root) %{_libdir}/lib*.so
5fd37ea9 79%{_includedir}/anthy
a4a3dfb5 80%{_pkgconfigdir}/anthy.pc
5fd37ea9
JB
81
82%files static
83%defattr(644,root,root,755)
84%{_libdir}/lib*.a
1d585ba9
JR
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.319668 seconds and 4 git commands to generate.