]> git.pld-linux.org Git - packages/perl-HTML-Stream.git/blame - perl-HTML-Stream.spec
- informative summary/description, release++, STBR
[packages/perl-HTML-Stream.git] / perl-HTML-Stream.spec
CommitLineData
de2d9430 1%include /usr/lib/rpm/macros.perl
5c48fc81 2%define pdir HTML
3%define pnam Stream
429efce7 4Summary: HTML::Stream - HTML output stream class, and some markup utilities
9d0f0b32 5Name: perl-HTML-Stream
c3bc3f51 6Version: 1.54
429efce7 7Release: 6
23937d2f 8License: GPL
9d0f0b32 9Group: Development/Languages/Perl
aa5658da 10Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
3927ddeb 11BuildRequires: rpm-perlprov >= 3.0.3-16
c3bc3f51 12BuildRequires: perl >= 5.6.1
3927ddeb 13BuildRequires: perl-HTML-Parser
c77262d6 14BuildArch: noarch
3ca8879e 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9d0f0b32 16
17%description
429efce7 18The B<HTML::Stream> module provides you with an object-oriented
19(and subclassable) way of outputting HTML. Basically, you open up
20an "HTML stream" on an existing filehandle, and then do all of your
21output to the HTML stream. You can intermix HTML-stream-output and
22ordinary-print-output, if you like.
9d0f0b32 23
24%prep
de2d9430 25%setup -q -n %{pdir}-%{pnam}-%{version}
9d0f0b32 26
27%build
28perl Makefile.PL
b7e8c0a5 29%{__make}
9d0f0b32 30
31%install
32rm -rf $RPM_BUILD_ROOT
9d0f0b32 33
61416d66 34%{__make} install DESTDIR=$RPM_BUILD_ROOT
9d0f0b32 35
61416d66 36gzip -9nf README
9d0f0b32 37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(644,root,root,755)
94392da0 43%doc *.gz docs/*.html docs/index.menu docs/HTML docs/icons etc examples
9d0f0b32 44%{perl_sitelib}/HTML/Stream.pm
9d0f0b32 45%{_mandir}/man3/*
This page took 0.058946 seconds and 4 git commands to generate.