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