rpms/perl-HTML-Table/devel perl-HTML-Table.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Thu Nov 16 19:09:56 UTC 2006


Author: orion

Update of /cvs/extras/rpms/perl-HTML-Table/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31256/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-HTML-Table.spec 
Log Message:
auto-import perl-HTML-Table-2.04a-1.fc6 on branch devel from perl-HTML-Table-2.04a-1.fc6.src.rpm


--- NEW FILE perl-HTML-Table.spec ---
Name:           perl-HTML-Table
Version:        2.04a
Release:        1%{?dist}
Summary:        Create HTML tables using simple interface
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/HTML-Table/
Source0:        http://www.cpan.org/modules/by-module/HTML/HTML-Table-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))


%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 -q -n HTML-Table-%{version}
for f in Changes Table.pm
do
   iconv -f ISO-8859-1 -t UTF-8 -o ${f}.UTF-8 $f
   mv ${f}.UTF-8 $f
done


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog
* Tue Nov  7 2007 Orion Poplawski <orion at cora.nwra.com> 2.04a-1
- Update to 2.04a

* Wed Oct 12 2005 Orion Poplawski <orion at cora.nwra.com> 2.02-1
- Specfile autogenerated.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-HTML-Table/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Nov 2006 19:08:47 -0000	1.1
+++ .cvsignore	16 Nov 2006 19:09:23 -0000	1.2
@@ -0,0 +1 @@
+HTML-Table-2.04a.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-HTML-Table/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Nov 2006 19:08:47 -0000	1.1
+++ sources	16 Nov 2006 19:09:23 -0000	1.2
@@ -0,0 +1 @@
+12c107450c8759e9dc0f8dea91297132  HTML-Table-2.04a.tar.gz




More information about the scm-commits mailing list