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

Daniel P. Berrange berrange at fedoraproject.org
Wed Jul 15 09:28:39 UTC 2009


Author: berrange

Update of /cvs/extras/rpms/perl-TAP-Formatter-HTML/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7198

Modified Files:
	.cvsignore sources 
Added Files:
	perl-TAP-Formatter-HTML.spec 
Log Message:
Initial import of package after review (rhbz #511094)


--- NEW FILE perl-TAP-Formatter-HTML.spec ---
Name:           perl-TAP-Formatter-HTML
Version:        0.07
Release:        1%{?dist}
Summary:        TAP Test Harness output delegate for html output
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/TAP-Formatter-HTML/
Source0:        http://www.cpan.org/authors/id/S/SP/SPURKIS/TAP-Formatter-HTML-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 1:5.6.0
BuildRequires:  perl(accessors) >= 0.02
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(TAP::Parser) >= 3.10
BuildRequires:  perl(Template) >= 2.14
BuildRequires:  perl(Test::More) >= 0.01
BuildRequires:  perl(URI) >= 1.35
Requires:       perl(accessors) >= 0.02
Requires:       perl(TAP::Parser) >= 3.10
Requires:       perl(Template) >= 2.14
Requires:       perl(URI) >= 1.35
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides HTML output formatting for TAP::Harness (a replacement
for Test::Harness. It is largely based on ideas from TAP::Test::HTMLMatrix
(which was built on Test::Harness and thus had a few limitations - hence
this module). For sample output, see:

%prep
%setup -q -n TAP-Formatter-HTML-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Mon Jul 06 2009 Daniel P. Berrange <berrange at redhat.com> 0.07-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-TAP-Formatter-HTML/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	15 Jul 2009 02:31:27 -0000	1.1
+++ .cvsignore	15 Jul 2009 09:28:39 -0000	1.2
@@ -0,0 +1,4 @@
+.build*log
+*.rpm
+noarch
+TAP-Formatter-HTML-0.07.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-TAP-Formatter-HTML/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	15 Jul 2009 02:31:27 -0000	1.1
+++ sources	15 Jul 2009 09:28:39 -0000	1.2
@@ -0,0 +1 @@
+ba7a2ea4fbbc47a2f3e10a66517c927f  TAP-Formatter-HTML-0.07.tar.gz




More information about the Fedora-perl-devel-list mailing list