0f35641
Name:           perl-HTML-Table
dbcdb32
Version:        2.08a
b0772a2
Release:        24%{?dist}
0f35641
Summary:        Create HTML tables using simple interface
cf03619
License:        GPL+ or Artistic
0f35641
Group:          Development/Libraries
0f35641
URL:            http://search.cpan.org/dist/HTML-Table/
cd8e99c
Source0:        http://www.cpan.org/modules/by-module/HTML/HTML-Table-%{version}.tar.gz
0f35641
BuildArch:      noarch
db73140
BuildRequires:  perl-interpreter
ddc6ba4
BuildRequires:  perl-generators
cf03619
BuildRequires:  perl(ExtUtils::MakeMaker)
0f35641
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
0f35641
0f35641
0f35641
%description
0f35641
HTML::Table is used to generate HTML tables for CGI scripts.  By using the
0f35641
methods provided fairly complex tables can be created, manipulated, then
0f35641
 printed from Perl scripts.  The module also greatly simplifies creating
0f35641
tables within tables from Perl.  It is possible to create an entire table
0f35641
using the methods provided and never use an HTML tag.
0f35641
0f35641
HTML::Table also allows for creating dynamically sized tables via its addRow
0f35641
and addCol methods.  These methods automatically resize the table if passed
0f35641
more cell values than will fit in the current table grid.
0f35641
0f35641
Methods are provided for nearly all valid table, row, and cell tags specified
0f35641
for HTML 3.0.
0f35641
0f35641
0f35641
%prep
cd8e99c
%setup -q -n HTML-Table-%{version}
0a1b78e
for f in Changes lib/HTML/Table.pm
0f35641
do
0f35641
   iconv -f ISO-8859-1 -t UTF-8 -o ${f}.UTF-8 $f
0f35641
   mv ${f}.UTF-8 $f
0f35641
done
0f35641
0f35641
0f35641
%build
0f35641
%{__perl} Makefile.PL INSTALLDIRS=vendor
0f35641
make %{?_smp_mflags}
0f35641
0f35641
0f35641
%install
0f35641
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
0f35641
0f35641
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
0f35641
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
0f35641
chmod -R u+w $RPM_BUILD_ROOT/*
0f35641
0f35641
0f35641
%check
0f35641
make test
0f35641
0f35641
0f35641
%files
0f35641
%doc Changes README
0f35641
%{perl_vendorlib}/*
0f35641
%{_mandir}/man3/*
0f35641
0f35641
0f35641
%changelog
b0772a2
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.08a-24
b0772a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b0772a2
3a22106
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.08a-23
3a22106
- Perl 5.26 rebuild
3a22106
Orion Poplawski cca6f24
* Wed Mar 29 2017 Orion Poplawski <orion@cora.nwra.com> - 2.08a-22
Orion Poplawski cca6f24
- Cleanup spec
Orion Poplawski cca6f24
207d90b
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.08a-21
207d90b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
207d90b
3028ead
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.08a-20
3028ead
- Perl 5.24 rebuild
3028ead
c677708
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.08a-19
c677708
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c677708
9830af4
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.08a-18
9830af4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
9830af4
427f3ea
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.08a-17
427f3ea
- Perl 5.22 rebuild
427f3ea
990b88b
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.08a-16
990b88b
- Perl 5.20 rebuild
990b88b
16def4e
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.08a-15
16def4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
16def4e
8b5ab9a
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.08a-14
8b5ab9a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8b5ab9a
e47e34f
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.08a-13
e47e34f
- Perl 5.18 rebuild
e47e34f
d68139a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.08a-12
d68139a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d68139a
a005f93
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.08a-11
a005f93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a005f93
0aac372
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 2.08a-10
0aac372
- Perl 5.16 rebuild
0aac372
8f9d280
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.08a-9
8f9d280
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8f9d280
86ac4a9
* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.08a-8
86ac4a9
- Perl mass rebuild
86ac4a9
388e6e5
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.08a-7
388e6e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
388e6e5
1a17712
* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.08a-6
1a17712
- 661697 rebuild for fixing problems with vendorach/lib
1a17712
9b11861
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.08a-5
9b11861
- Mass rebuild with perl-5.12.0
9b11861
e526491
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 2.08a-4
e526491
- rebuild against perl 5.10.1
e526491
e2a758e
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.08a-3
e2a758e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e2a758e
322b3ba
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.08a-2
322b3ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
322b3ba
dbcdb32
* Thu Sep 4 2008 Orion Poplawski <orion@cora.nwra.com> 2.08a-1
dbcdb32
- Update to 2.08a
dbcdb32
46c321e
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.07b-2
46c321e
Rebuild for new perl
46c321e
cd8e99c
* Wed Feb 27 2008 Orion Poplawski <orion@cora.nwra.com> 2.07b-1
cd8e99c
- Update to 2.07b
cd8e99c
0a1b78e
* Tue Nov 20 2007 Orion Poplawski <orion@cora.nwra.com> 2.07-0.b2
0a1b78e
- Update to 2.07-b2
0a1b78e
cf03619
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2.05-1.1
cf03619
- correct license tag
cf03619
- add BR: perl(ExtUtils::MakeMaker)
cf03619
dfc6320
* Thu May 17 2007 Orion Poplawski <orion@cora.nwra.com> 2.05-1
dfc6320
- Update to 2.05
dfc6320
dfc6320
* Tue Nov  7 2006 Orion Poplawski <orion@cora.nwra.com> 2.04a-1
0f35641
- Update to 2.04a
0f35641
0f35641
* Wed Oct 12 2005 Orion Poplawski <orion@cora.nwra.com> 2.02-1
0f35641
- Specfile autogenerated.