]> git.pld-linux.org Git - packages/anthy.git/blame_incremental - anthy.spec
- up to 9100h
[packages/anthy.git] / anthy.spec
... / ...
CommitLineData
1Summary: A Japanese character input system library (with dictionary)
2Summary(pl.UTF-8): System wprowadzania znaków japońskich (ze słownikiem)
3Name: anthy
4Version: 9100h
5Release: 1
6License: GPL
7Group: Libraries
8Source0: http://dl.sourceforge.jp/anthy/37536/%{name}-%{version}.tar.gz
9# Source0-md5: 1f558ff7ed296787b55bb1c6cf131108
10URL: http://anthy.sourceforge.jp/
11BuildRequires: automake
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15A Japanese character input system library (with dictionary).
16
17%description -l pl.UTF-8
18System wprowadzania znaków japońskich (ze słownikiem).
19
20%package devel
21Summary: Header files for anthy libraries
22Summary(pl.UTF-8): Pliki nagłówkowe bibliotek anthy
23Group: Development/Libraries
24Requires: %{name} = %{version}-%{release}
25
26%description devel
27Header files for anthy libraries.
28
29%description devel -l pl.UTF-8
30Pliki nagłówkowe bibliotek anthy.
31
32%package static
33Summary: Static anthy libraries
34Summary(pl.UTF-8): Statyczne biblioteki anthy
35Group: Development/Libraries
36Requires: %{name}-devel = %{version}-%{release}
37
38%description static
39Static anthy libraries.
40
41%description static -l pl.UTF-8
42Statyczne biblioteki anthy.
43
44%prep
45%setup -q
46
47%build
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.*.*.*
68%attr(755,root,root) %ghost %{_libdir}/lib*.so.0
69%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/anthy-conf
70%{_datadir}/anthy
71
72%files devel
73%defattr(644,root,root,755)
74%attr(755,root,root) %{_libdir}/lib*.so
75%{_includedir}/anthy
76%{_pkgconfigdir}/anthy.pc
77
78%files static
79%defattr(644,root,root,755)
80%{_libdir}/lib*.a
This page took 0.055534 seconds and 4 git commands to generate.