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