# vim: set sw=4 ts=4 et nu: # norootforbuild Name: perl-Module-Install-ExtraTests Version: 0.007 Release: 0 Summary: Contextual tests that the harness can ignore 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 Group: Development/Libraries/Perl License: Perl License BuildRoot: %{_tmppath}/build-%{name}-%{version} %{perl_requires} BuildRequires: perl BuildRequires: perl-macros BuildRequires: make BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 %description Adds contextual tests that the harness can ignore. %prep %setup -q -n "Module-Install-ExtraTests-%{version}" %__sed -i '/^auto_install/d' Makefile.PL %build %__perl Makefile.PL PREFIX="%{_prefix}" %__make %{?jobs:-j%{jobs}} %install %perl_make_install %perl_process_packlist %check %__make test %clean %{?buildroot:%__rm -rf "%{buildroot}"} %files %defattr(-,root,root) %doc Changes README %dir %{perl_vendorlib}/Module %dir %{perl_vendorlib}/Module/Install %{perl_vendorlib}/Module/Install/ExtraTests.pm %dir %{perl_vendorarch}/auto/Module %dir %{perl_vendorarch}/auto/Module/Install %{perl_vendorarch}/auto/Module/Install/ExtraTests %doc %{perl_man3dir}/Module::Install::ExtraTests.%{perl_man3ext}%{ext_man}