%global pkg_name HTML-Table
%global pkg_version 2.07-b2
%global rpm_pkg_version 2.07
%global rpm_pkg_release 0.n0i.10
Summary: Write HTML tables via spreadsheet metaphor
Name: perl-%{pkg_name}
Version: %{rpm_pkg_version}
Release: %{rpm_pkg_release}%{?cpan_version}%{?dist}
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/%{pkg_name}/
Source0: http://www.cpan.org/authors/id/A/AJ/AJPEACOCK/%{pkg_name}-%{pkg_version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: rpm-build-reb00t-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.
%prep
%setup -q -n %{pkg_name}-%{pkg_version}
%{fix_encoding Changes}
%build
%{perl_build}
%{!?_without_test:%{__make} test}
%install
%{__rm} -rf $RPM_BUILD_ROOT
%{perl_install}
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{perl_files}
%doc Changes README
%changelog
* Tue Oct 09 2007 Marius Feraru - 2.07-0.n0i.10.2.07_b2
- version 2.07-b2
* Sat Sep 22 2007 Marius Feraru - 2.07-0.n0i.9.2.07_b1
- version 2.07-b1
* Wed Aug 01 2007 Marius Feraru - 2.06-1.n0i.8
- version 2.06
* Tue May 22 2007 Marius Feraru - 2.05-1.n0i.7
- spec file (re)created using N0i::CPAN::RPMizer v1.14.7
- version 2.05
* Thu Feb 02 2006 Marius Feraru 2.04a-1.n0i.6
- version 2.04a
* Sun Jul 24 2005 Marius Feraru 2.02-2.n0i.5
- spec file (re)created using N0i::CPAN::RPMizer/1.01
- rebuild on perl 5.8.7
* Sun Mar 20 2005 Marius Feraru 0:2.02-1.n0i.4
- automatic rebuild (perl 5.8.6)
* Tue Dec 07 2004 Marius Feraru 0:2.02-1.n0i.3
- version 2.02
- spec file (re?)created using N0i::CPAN::RPMizer/2004120601
* Mon Jul 28 2003 Marius FERARU 1.18a-1.n0i
- custom rebuild
* Mon Jun 30 2003 Marius FERARU 1.18a-0.n0i
- Initial build.