forked from pool/perl-Module-Install-ExtraTests
0.007
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Install-ExtraTests?expand=0&rev=1
This commit is contained in:
50
perl-Module-Install-ExtraTests.spec
Normal file
50
perl-Module-Install-ExtraTests.spec
Normal file
@@ -0,0 +1,50 @@
|
||||
# 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}
|
||||
Requires: perl = %{perl_version}
|
||||
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}
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
Reference in New Issue
Block a user