]> git.pld-linux.org Git - packages/libguess.git/blame - libguess.spec
- description cleanups, pl
[packages/libguess.git] / libguess.spec
CommitLineData
840971ab 1Summary: A high-speed character set detection library
ec970c50 2Summary(pl.UTF-8): Biblioteka do szybkiego rozpoznawania zestawu znaków
840971ab 3Name: libguess
5c6dd807 4Version: 1.1
840971ab 5Release: 1
ec970c50
JB
6License: BSD
7Group: Libraries
5c6dd807
ŁK
8Source0: http://distfiles.atheme.org/%{name}-%{version}.tar.bz2
9# Source0-md5: 9a17e973bc03814170b4ed03172348dc
9ce0acf6 10URL: http://www.atheme.org/project/libguess
5c6dd807 11BuildRequires: libmowgli-devel >= 0.9.50
ec970c50
JB
12BuildRequires: pkgconfig
13Requires: libmowgli >= 0.9.50
840971ab
AM
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
ec970c50
JB
17libguess is a high-speed character set detection library. It has two
18functions:
19- to determine encoding,
20- to validate UTF-8 encoding.
840971ab 21
ec970c50
JB
22%description -l pl.UTF-8
23libguess to biblioteka do szybkiego rozpoznawania zestawu znaków. Ma
24dwie funkcje:
25- do określania kodowania,
26- do sprawdzania poprawności kodowania UTF-8.
840971ab
AM
27
28%package devel
ec970c50
JB
29Summary: Header files for libguess library
30Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libguess
840971ab 31Group: Development/Libraries
ec970c50 32Requires: %{name} = %{version}-%{release}
840971ab
AM
33
34%description devel
ec970c50 35Header files for libguess library.
840971ab
AM
36
37%description devel -l pl.UTF-8
ec970c50 38Pliki nagłówkowe biblioteki libguess.
840971ab 39
840971ab
AM
40%prep
41%setup -q
42
43%build
44%configure
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%post -p /sbin/ldconfig
56%postun -p /sbin/ldconfig
57
58%files
59%defattr(644,root,root,755)
ec970c50 60%doc COPYING README
840971ab
AM
61%attr(755,root,root) %{_libdir}/libguess.so.*.*
62%attr(755,root,root) %ghost %{_libdir}/libguess.so.1
63
64%files devel
65%defattr(644,root,root,755)
66%attr(755,root,root) %{_libdir}/libguess.so
67%{_includedir}/libguess
68%{_pkgconfigdir}/libguess.pc
This page took 0.087171 seconds and 4 git commands to generate.