]> git.pld-linux.org Git - packages/vilistextum.git/blob - vilistextum.spec
- up to 2.6.9
[packages/vilistextum.git] / vilistextum.spec
1 Summary:        HTML to text converter
2 Summary(pl.UTF-8):      Konwerter z HTML-a do tekstu
3 Name:           vilistextum
4 Version:        2.6.9
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Text
8 Source0:        http://dl.sourceforge.net/vilistextum/%{name}-%{version}.tar.bz2
9 # Source0-md5:  661c9e406a64d174f1dde5e14f54fb5d
10 URL:            http://bhaak.dyndns.org/vilistextum/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Vilistextum is a small and fast HTML to text / ascii converter
15 specifically programmed to get the best out of incorrect html. It is
16 quite fault-tolerant and deals well with badly-formed or otherwise
17 quirky HTML. It is able to optimize for ebook reading, collapse
18 multiple blank lines, and create footnotes out of links.
19
20 %description -l pl.UTF-8
21 Vilistextum jest małym i szybkim narzędziem do konwersji HTML-a do
22 tekstu, zaprogramowanym do uzyskania najlepszej jakości przy błędnym
23 HTML-u. Jest odporny na błędy oraz radzi sobie ze źle formatowanym
24 HTML-em. Jest także zoptymalizowany do czytania ebooków, łączenia
25 wielu pustych linii i tworzenia stopek z odnośnikami.
26
27 %prep
28 %setup -q
29
30 %build
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc README CHANGES doc/*.html
46 %attr(755,root,root) %{_bindir}/*
47 %{_mandir}/man?/*
This page took 0.065498 seconds and 3 git commands to generate.