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

Bill Nottingham (notting) fedora-extras-commits at redhat.com
Tue Apr 11 17:16:36 UTC 2006


Author: notting

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-HTML-TableExtract.spec 
Log Message:
auto-import perl-HTML-TableExtract-2.07-2 on branch devel from perl-HTML-TableExtract-2.07-2.src.rpm


--- NEW FILE perl-HTML-TableExtract.spec ---
Name:           perl-HTML-TableExtract
Version:        2.07
Release: 	2
Summary:        A Perl module for extracting content in HTML tables
Group:          Development/Libraries
License:        Artistic or GPL
URL:		http://www.mojotoad.com/sisk/projects/HTML-TableExtract/
Source0:        http://search.cpan.org/CPAN/authors/id/M/MS/MSISK/HTML-TableExtract-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires:	perl(HTML::TreeBuilder) perl(Test::Pod) perl(Test::Pod::Coverage)

%description
HTML::TableExtract is a module that simplifies the extraction of
information contained in tables within HTML documents.

Tables of note may be specified using Headers, Depth, Count,
Attributes, or some combination of the three. See the module
documentation for details.

%prep
%setup -q -n HTML-TableExtract-%{version} 

%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 -type d -depth -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}/HTML/
%{_mandir}/man3/*.3*


%changelog
* Mon Apr 10 2006 Bill Nottingham <notting at redhat.com> - 2.07-2
- add some buildprereqs for testing

* Fri Apr  7 2006 Bill Nottingham <notting at redhat.com> - 2.07-1
- initial packaging



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-HTML-TableExtract/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Apr 2006 17:16:15 -0000	1.1
+++ .cvsignore	11 Apr 2006 17:16:36 -0000	1.2
@@ -0,0 +1 @@
+HTML-TableExtract-2.07.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-HTML-TableExtract/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Apr 2006 17:16:15 -0000	1.1
+++ sources	11 Apr 2006 17:16:36 -0000	1.2
@@ -0,0 +1 @@
+ad3ddfb3e25826071d1e52e336862438  HTML-TableExtract-2.07.tar.gz




More information about the fedora-extras-commits mailing list