8
0
Files
perl-Module-Install-ExtraTests/perl-Module-Install-ExtraTests.spec

50 lines
1.3 KiB
RPMSpec
Raw Normal View History

# 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: 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}