rpms/perl-TAP-Harness-JUnit/EL-5 import.log, NONE, 1.1 perl-TAP-Harness-JUnit.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lubomir Rintel lkundrak at fedoraproject.org
Mon Nov 3 20:09:22 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/perl-TAP-Harness-JUnit/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8836/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-TAP-Harness-JUnit.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
perl-TAP-Harness-JUnit-0_25-0_1_el5:EL-5:perl-TAP-Harness-JUnit-0.25-0.1.el5.src.rpm:1225746498


--- NEW FILE perl-TAP-Harness-JUnit.spec ---
Name:           perl-TAP-Harness-JUnit
Version:        0.25
Release:        0.1%{?dist}
Summary:        Generate JUnit compatible output from TAP results
License:        GPL+ or Artistic
Group:          Development/Libraries

URL:            http://search.cpan.org/dist/TAP-Harness-JUnit/
Source0:        http://www.cpan.org/authors/id/L/LK/LKUNDRAK/TAP-Harness-JUnit-%{version}.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
Requires:       perl(TAP::Harness) >= 3.05
BuildRequires:  perl(File::Temp)
BuildRequires:  perl(Scalar::Util)
BuildRequires:  perl(TAP::Harness) >= 3.05
BuildRequires:  perl(TAP::Parser)
BuildRequires:  perl(XML::Simple)
BuildRequires:  perl(TAP::Harness)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Encode)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
The only difference between this module and TAP::Harness is that this adds
mandatory 'xmlfile' argument, that causes the output to be formatted into
XML in format similar to one that is produced by JUnit testing framework.


%prep
%setup -q -n TAP-Harness-JUnit-%{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 README
%{perl_vendorlib}/*
%{_mandir}/man3/*


%changelog
* Mon Nov 3 2008 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 0.25-0.1
- Ensure valid UTF-8 output
- Do not report failed plain and bad return value as two failures

* Fri Oct 31 2008 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 0.24-1
- New upstream release

* Tue Aug 19 2008 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 0.22-1
- New upstream release
- Enhanced documentation
- Fixed handling of tests with bad plan
- Ignore SKIP and TODO tests in JUnit

* Wed Aug 06 2008 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 0.21-2
- Add BRs for enabled tests

* Wed Aug 06 2008 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 0.21-1
- New usptream release

* Thu Jul 31 2008 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 0.20-1
- New usptream release

* Wed Jul 30 2008 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 0.01-2
- Allow test names to be specified without comments

* Mon Jul 28 2008 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 0.01-1
- Specfile autogenerated by cpanspec 1.75.
- Fixed requires


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-TAP-Harness-JUnit/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Nov 2008 18:52:26 -0000	1.1
+++ .cvsignore	3 Nov 2008 20:08:51 -0000	1.2
@@ -0,0 +1 @@
+TAP-Harness-JUnit-0.25.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-TAP-Harness-JUnit/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Nov 2008 18:52:26 -0000	1.1
+++ sources	3 Nov 2008 20:08:51 -0000	1.2
@@ -0,0 +1 @@
+cfe00e86d18fe696b8ecfccea84fd892  TAP-Harness-JUnit-0.25.tar.gz




More information about the fedora-extras-commits mailing list