Name: perl-Module-Install-AuthorTests Version: 0.002 Release: 4%{?dist} Summary: Designate tests only run by module authors License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Module-Install-AuthorTests/ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/Module-Install-AuthorTests-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(inc::Module::Install) # Build-time inc-ed: # XXX: We cannot remove ./inc because it build-requires this module (bootstrap) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(File::Spec) # Run-time: BuildRequires: perl(Carp) BuildRequires: perl(Module::Install::Base) BuildRequires: perl(Module::Install) # Tests: BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) # Plug-in for Module::Install Requires: perl(Module::Install) %description Plug-in for Perl Module::Install package to declare tests in ./xt directory should be run only if the module is being built by an author. %prep %setup -q -n Module-Install-AuthorTests-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install 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 %files %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Thu Feb 14 2013 Fedora Release Engineering - 0.002-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 0.002-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jun 22 2012 Petr Pisar - 0.002-2 - Perl 5.16 rebuild * Wed Apr 04 2012 Petr Pisar 0.002-1 - Specfile autogenerated by cpanspec 1.78.