]> git.pld-linux.org Git - packages/vilistextum.git/blob - vilistextum.spec
- plum.
[packages/vilistextum.git] / vilistextum.spec
1 Summary:        HTML to text converter
2 Summary(pl):    Konwerter z HTML do tekstu
3 Name:           vilistextum
4 Version:        2.6.7
5 Release:        0.1
6 License:        GPL v2
7 Group:          Applications/Text
8 Source0:        http://dl.sourceforge.net/vilistextum/%{name}-%{version}.tar.bz2
9 # Source0-md5:  e35ae3d99d1f90dd78a2a87adf1db8cf
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
21 Vilistextum jest ma³ym i szybkim narzêdziem do konwersji HTML do
22 tekstu, zaprogramowanym do uzyskania najlepszej jako¶ci przy b³êdnym
23 htmlu. Jest odporny na b³êdy oraz radzi sobie z ¼le formatowanym
24 HTML-em. Jest tak¿e zoptymalizowany do czytania ebooków, ³±czenia
25 wielu pustych lini i tworzenia stopek z linkami.
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.053718 seconds and 3 git commands to generate.