]> git.pld-linux.org Git - packages/ekhtml.git/blame - ekhtml.spec
- converted to UTF-8
[packages/ekhtml.git] / ekhtml.spec
CommitLineData
55495e79 1Summary: ekhtml - a speedy HTML parser
037b1230 2Summary(pl.UTF-8): ekhtml - szybki analizator HTML-a
24754364
AG
3Name: ekhtml
4Version: 0.3.2
5Release: 1
6License: BSD
7Group: Libraries
7392634f 8Source0: http://dl.sourceforge.net/ekhtml/%{name}-%{version}.tar.gz
39dc6911 9# Source0-md5: cc9d2e4adaccacfacefddbd75ccccfdf
24754364
AG
10URL: http://ekhtml.sourceforge.net/
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
55495e79
JB
14ekhtml is a speedy, yet forgiving, SAX-style HTML parser.
15
037b1230
JR
16%description -l pl.UTF-8
17ekhtml to szybki ale odpuszczający analizator HTML-a w stylu SAX.
24754364
AG
18
19%package devel
20Summary: Header files for ekhtml
037b1230 21Summary(pl.UTF-8): Pliki nagłówkowe do ekhtml
24754364 22Group: Development/Libraries
7392634f 23Requires: %{name} = %{version}-%{release}
24754364
AG
24
25%description devel
26Header files for ekhtml.
27
037b1230
JR
28%description devel -l pl.UTF-8
29Pliki nagłówkowe do ekhtml.
24754364
AG
30
31%package static
55495e79 32Summary: Static ekhtml library
037b1230 33Summary(pl.UTF-8): Biblioteka statyczna ekhtml
24754364 34Group: Development/Libraries
7392634f 35Requires: %{name}-devel = %{version}-%{release}
24754364
AG
36
37%description static
55495e79 38Static ekhtml library.
24754364 39
037b1230 40%description static -l pl.UTF-8
24754364
AG
41Biblioteka statyczna ekhtml.
42
43%prep
44%setup -q
45
46%build
47%configure
1eecc4cb 48%{__make} -j1
24754364
AG
49
50%install
51rm -rf $RPM_BUILD_ROOT
52
55495e79
JB
53%{__make} install \
54 DESTDIR=$RPM_BUILD_ROOT
24754364
AG
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
55495e79
JB
59%post -p /sbin/ldconfig
60%postun -p /sbin/ldconfig
24754364
AG
61
62%files
63%defattr(644,root,root,755)
64%doc ChangeLog README AUTHORS NEWS TODO
65%attr(755,root,root) %{_libdir}/lib*.so.*.*
66
67%files devel
68%defattr(644,root,root,755)
69%attr(755,root,root) %{_libdir}/lib*.so
55495e79 70%{_libdir}/lib*.la
24754364 71%{_includedir}/*
24754364
AG
72
73%files static
74%defattr(644,root,root,755)
55495e79 75%{_libdir}/lib*.a
This page took 0.054872 seconds and 4 git commands to generate.