2010-12-06 13:48:46 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package perl-Module-Install-ExtraTests (Version 0.007)
|
|
|
|
|
#
|
|
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
2010-08-28 09:18:45 +00:00
|
|
|
# norootforbuild
|
|
|
|
|
|
2010-12-06 13:48:46 +00:00
|
|
|
|
2010-08-28 09:18:45 +00:00
|
|
|
Name: perl-Module-Install-ExtraTests
|
|
|
|
|
Version: 0.007
|
2010-11-29 18:57:25 +00:00
|
|
|
Release: 0
|
2010-08-28 09:18:45 +00:00
|
|
|
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
|
2010-12-06 13:48:46 +00:00
|
|
|
Url: http://search.cpan.org/dist/Module-Install-ExtraTests
|
2010-08-28 09:18:45 +00:00
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
|
License: Perl License
|
2010-12-06 13:48:46 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-11-30 19:27:16 +00:00
|
|
|
%{perl_requires}
|
2010-08-28 09:18:45 +00:00
|
|
|
BuildRequires: perl
|
2010-12-03 14:42:56 +00:00
|
|
|
BuildRequires: perl-macros
|
2010-08-28 09:18:45 +00:00
|
|
|
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}
|
2010-12-06 13:48:46 +00:00
|
|
|
%changelog
|