summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2003-07-06 09:41:29 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitd682483717255b1edfb879011210f41dcf6cdc95 (patch)
treea9ea607f4ad048f670c6a14461d2551bb8e88dbc
parent783961a89324291b425e7b5b7c8ed9e03bbe153f (diff)
downloadhtml2wml-d682483717255b1edfb879011210f41dcf6cdc95.zip
html2wml-d682483717255b1edfb879011210f41dcf6cdc95.tar.gz
- pl
Changed files: html2wml.spec -> 1.2
-rw-r--r--html2wml.spec24
1 files changed, 14 insertions, 10 deletions
diff --git a/html2wml.spec b/html2wml.spec
index 70914ad..b5b8c41 100644
--- a/html2wml.spec
+++ b/html2wml.spec
@@ -1,4 +1,5 @@
-Summary: Html2Wml is a Perl program that converts HTML documents to WML.
+Summary: Html2Wml - a Perl program that converts HTML documents to WML
+Summary(pl): Html2Wml - program w Perlu konwertujący dokumenty HTML do WML-a
Name: html2wml
Version: 0.4.10
Release: 1
@@ -8,28 +9,31 @@ Buildarch: noarch
Source0: http://maddingue.free.fr/softwares/download/Html2Wml/%{name}-%{version}.tar.gz
# Source0-md5: 855947a5e4287fe9d4fd87abfee7f760
URL: http://html2wml.org
-Requires: perl(XML::Parser)
-Requires: perl(Text::Template)
BuildRequires: perl(XML::Parser)
BuildRequires: perl(Text::Template)
+Requires: perl(XML::Parser)
+Requires: perl(Text::Template)
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Html2Wml is a Perl program that converts HTML documents to WML
-decks, i.e. documents that are viewable on a Wap device.
+Html2Wml is a Perl program that converts HTML documents to WML decks,
+i.e. documents that are viewable on a Wap device.
-%prep
-%setup -q -n %{name}-%{version}
+%description -l pl
+Html2Wml to program w Perlu konwertujący dokumenty HTML do dokumentów
+WML, które można oglądać na urządzeniach WAP.
-%build
-rm -f missing
+%prep
+%setup -q
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_mandir}
install -d $RPM_BUILD_ROOT%{_bindir}
-%{__make} install PREFIX=$RPM_BUILD_ROOT
+%{__make} install \
+ PREFIX=$RPM_BUILD_ROOT
+
mv $RPM_BUILD_ROOT/man/* $RPM_BUILD_ROOT%{_mandir}
rm $RPM_BUILD_ROOT/man -r
mv $RPM_BUILD_ROOT/bin/* $RPM_BUILD_ROOT%{_bindir}