Name: perl-HTML-Table
Summary: Produces HTML tables
Version: 2.08a
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/HTML-Table/
Description: HTML::Table is used to generate HTML tables for
CGI scripts. By using the methods provided fairly
complex tables can be created, manipulated, then printed
from Perl scripts. The module also greatly simplifies
creating tables within tables from Perl. It is possible
to create an entire table using the methods provided and
never use an HTML tag.
HTML::Table also allows for creating dynamically sized tables via its addRow and addCol methods. These methods automatically resize the table if passed more cell values than will fit in the current table grid.
Methods are provided for nearly all valid table, row, and cell tags specified for HTML 3.0.
The build was succesful. The following RPMs were generated:
The build was succesful. The following RPMs were generated:
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dries # Upstream: Anthony Peacock <a,peacock$chime,ucl,ac,uk> %define real_name HTML-Table %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) Summary: Produces HTML tables Name: perl-HTML-Table Version: 2.08a Release: 1%{?dist} License: Artistic/GPL Group: Applications/CPAN URL: http://search.cpan.org/dist/HTML-Table/ Source: http://www.cpan.org/modules/by-module/HTML/HTML-Table-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) %description HTML::Table is used to generate HTML tables for CGI scripts. By using the methods provided fairly complex tables can be created, manipulated, then printed from Perl scripts. The module also greatly simplifies creating tables within tables from Perl. It is possible to create an entire table using the methods provided and never use an HTML tag. HTML::Table also allows for creating dynamically sized tables via its addRow and addCol methods. These methods automatically resize the table if passed more cell values than will fit in the current table grid. Methods are provided for nearly all valid table, row, and cell tags specified for HTML 3.0. %prep %setup -n %{real_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} pure_install ### Clean up buildroot find %{buildroot} -name .packlist -exec %{__rm} {} \; %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc Changes MANIFEST META.yml README test.pl %doc %{_mandir}/man3/HTML::Table.3pm* %dir %{perl_vendorlib}/HTML/ %{perl_vendorlib}/HTML/Table.pm %changelog * Mon Oct 13 2008 Dag Wieers <dag@wieers.com> - 2.08a. - Updated to release 2.08a. * Mon Jun 18 2007 Dries Verachtert <dries@ulyssis.org> - 2.06-1 - Updated to release 2.06. * Sun Apr 29 2007 Dries Verachtert <dries@ulyssis.org> - 2.05-1 - Updated to release 2.05. * Sat Jan 7 2006 Dries Verachtert <dries@ulyssis.org> - 2.03-1 - Updated to release 2.03. * Sun Mar 6 2005 Dries Verachtert <dries@ulyssis.org> - 2.02-1 - Initial package.