rpms/perl-Test-Unit-Runner-Xml/devel import.log, NONE, 1.1 perl-Test-Unit-Runner-Xml.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Xavier Bachelot xavierb at fedoraproject.org
Wed Jul 8 00:15:25 UTC 2009


Author: xavierb

Update of /cvs/pkgs/rpms/perl-Test-Unit-Runner-Xml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30105/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Test-Unit-Runner-Xml.spec 
Log Message:
Initial import.



--- NEW FILE import.log ---
perl-Test-Unit-Runner-Xml-0_1-2_fc10:HEAD:perl-Test-Unit-Runner-Xml-0.1-2.fc10.src.rpm:1247011982


--- NEW FILE perl-Test-Unit-Runner-Xml.spec ---
Name:           perl-Test-Unit-Runner-Xml
Version:        0.1
Release:        2%{?dist}
Summary:        Generate XML reports from unit test results
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Test-Unit-Runner-Xml/
Source0:        http://www.cpan.org/modules/by-module/Test/Test-Unit-Runner-Xml-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::Unit) >= 0.24
BuildRequires:  perl(XML::Generator)
BuildRequires:  perl(XML::XPath)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Test::Unit::Runner::XML generates XML reports from unit test results. The
reports are in the same format as those produced by Ant's JUnit task, allowing
them to be used with Java continuous integration and reporting tools.

%prep
%setup -q -n Test-Unit-Runner-Xml-%{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 -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Fri Jul 03 2009 Xavier Bachelot <xavier at bachelot.org> 0.1-2
- Fix Summary: and Description:.
 
* Thu Jul 02 2009 Xavier Bachelot <xavier at bachelot.org> 0.1-1
- Specfile autogenerated by cpanspec 1.77.
- Fix License:.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Unit-Runner-Xml/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 Jul 2009 04:11:03 -0000	1.1
+++ .cvsignore	8 Jul 2009 00:14:55 -0000	1.2
@@ -0,0 +1 @@
+Test-Unit-Runner-Xml-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-Unit-Runner-Xml/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 Jul 2009 04:11:03 -0000	1.1
+++ sources	8 Jul 2009 00:14:55 -0000	1.2
@@ -0,0 +1 @@
+bbb68b0af44c60f3001b7c202dc7902f  Test-Unit-Runner-Xml-0.1.tar.gz




More information about the fedora-extras-commits mailing list