]> git.pld-linux.org Git - SPECS.git/blob - html2wml.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / html2wml.spec
1 Summary:        Html2Wml - a Perl program that converts HTML documents to WML
2 Summary(pl.UTF-8):      Html2Wml - program w Perlu konwertujący dokumenty HTML do WML-a
3 Name:           html2wml
4 Version:        0.4.11
5 Release:        1
6 License:        GPL
7 Group:          Applications/Networking
8 Source0:        http://maddingue.free.fr/softwares/download/Html2Wml/%{name}-%{version}.tar.gz
9 # Source0-md5:  a65c1d6bb9c5e0a12113bcee33762f12
10 URL:            http://html2wml.org/
11 BuildRequires:  perl-HTML-Parser
12 BuildRequires:  perl-Text-Template
13 BuildRequires:  perl-URI
14 BuildRequires:  perl-libwww
15 BuildRequires:  rpm-perlprov
16 Requires:       perl-XML-Parser
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Html2Wml is a Perl program that converts HTML documents to WML decks,
22 i.e. documents that are viewable on a Wap device.
23
24 %description -l pl.UTF-8
25 Html2Wml to program w Perlu konwertujący dokumenty HTML do dokumentów
26 WML, które można oglądać na urządzeniach WAP.
27
28 %prep
29 %setup -q
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install \
35         PREFIX=$RPM_BUILD_ROOT%{_prefix} \
36         MANDIR=$RPM_BUILD_ROOT%{_mandir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc ChangeLog NEWS NOTES README TODO doc/readme.html
44 %attr(755,root,root) %{_bindir}/*
This page took 0.895614 seconds and 3 git commands to generate.