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