Author: cweyl Update of /cvs/extras/rpms/perl-Test-Aggregate/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3710/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-Test-Aggregate.spec Log Message: Initial import. --- NEW FILE import.log --- perl-Test-Aggregate-0_35-1_fc10:F-9:perl-Test-Aggregate-0.35-1.fc10.src.rpm:1240348297 --- NEW FILE perl-Test-Aggregate.spec --- Name: perl-Test-Aggregate Version: 0.35 Release: 1%{?dist} # lib/Test/Aggregate.pm -> GPL+ or Artistic # lib/Test/Aggregate/Builder.pm -> GPL+ or Artistic License: GPL+ or Artistic Group: Development/Libraries Summary: Aggregate C<*.t> tests to make them run faster Source: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Aggregate-%{version}.tar.gz Url: http://search.cpan.org/dist/Test-Aggregate BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(FindBin) BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Test::Harness) >= 3.09 BuildRequires: perl(Test::More) BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(Test::Simple) >= 0.74 # optional tests BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod::Coverage) %description *WARNING*: this is ALPHA code. The interface is not guaranteed to be stable. A common problem with many test suites is that they can take a long time to run. The longer they run, the less likely you are to run the tests. This module borrows a trick from 'Apache::Registry' to load up your tests at once, create a separate package for each test and wraps each package in a method named 'run_the_tests'. This allows us to load perl only once and related modules only once. If you have modules which are expensive to load, this can dramatically speed up a test suite. %prep %setup -q -n Test-Aggregate-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sat Apr 18 2009 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.35-1 - submission * Sat Apr 18 2009 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.35-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Aggregate/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 21 Apr 2009 20:21:36 -0000 1.1 +++ .cvsignore 21 Apr 2009 21:13:32 -0000 1.2 @@ -0,0 +1 @@ +Test-Aggregate-0.35.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Aggregate/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 21 Apr 2009 20:21:36 -0000 1.1 +++ sources 21 Apr 2009 21:13:33 -0000 1.2 @@ -0,0 +1 @@ +42777c369156669942cae1c790538b26 Test-Aggregate-0.35.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list