Author: cweyl Update of /cvs/extras/rpms/perl-Module-Install-ExtraTests/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22762 Modified Files: .cvsignore sources Added Files: perl-Module-Install-ExtraTests.spec Log Message: * Tue Dec 16 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.006-1 - update to 0.006 --- NEW FILE perl-Module-Install-ExtraTests.spec --- Name: perl-Module-Install-ExtraTests Version: 0.006 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Summary: Ignorable, contextual test support for Module::Install Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Module-Install-ExtraTests-%{version}.tar.gz Url: http://search.cpan.org/dist/Module-Install-ExtraTests 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(Module::Install) BuildRequires: perl(Test::More) %description This allows extra_tests; to be declared in Makefile.PL, indicating that the test files found in the directory ./xt should be run only in certain instances: ./xt/author - run when the tests are being run in an author's working copy ./xt/smoke - run when the dist is being smoked (AUTOMATED_TESTING=1) ./xt/release - run during "make disttest" %prep %setup -q -n Module-Install-ExtraTests-%{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 LICENSE README t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Dec 16 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.006-1 - update to 0.006 * Thu Oct 23 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.004-2 - bump * Thu Oct 23 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.004-1 - update to 0.004 * Sat Sep 06 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.003-1 - initial Fedora packaging - generated with cpan2dist (CPANPLUS::Dist::Fedora version 0.0.1) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install-ExtraTests/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Sep 2008 15:25:54 -0000 1.1 +++ .cvsignore 17 Dec 2008 02:01:09 -0000 1.2 @@ -0,0 +1,4 @@ +clog +*.rpm +*.gz +*.tar Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Module-Install-ExtraTests/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 8 Sep 2008 15:25:54 -0000 1.1 +++ sources 17 Dec 2008 02:01:10 -0000 1.2 @@ -0,0 +1 @@ +1fddf04657c120762e950b18347b3eed Module-Install-ExtraTests-0.006.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