parent
2bea3c280b
commit
857a27810b
@ -0,0 +1 @@
|
||||
/Module-Runtime-Conflicts-0.001.tar.gz
|
@ -0,0 +1,59 @@
|
||||
Name: perl-Module-Runtime-Conflicts
|
||||
Version: 0.001
|
||||
Release: 3%{?dist}
|
||||
Summary: Provide information on conflicts for Module::Runtime
|
||||
License: GPL+ or Artistic
|
||||
|
||||
URL: http://search.cpan.org/dist/Module-Runtime-Conflicts/
|
||||
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Dist::CheckConflicts)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.3.8
|
||||
BuildRequires: perl(Module::Runtime)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(warnings)
|
||||
|
||||
Requires: perl(Dist::CheckConflicts)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%{?perl_default_filter}
|
||||
|
||||
%description
|
||||
This module provides conflicts checking for Module::Runtime, which had a
|
||||
recent release that broke some versions of Moose. It is called from
|
||||
Moose::Conflicts and moose-outdated.
|
||||
|
||||
%prep
|
||||
%setup -q -n Module-Runtime-Conflicts-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL --installdirs vendor
|
||||
./Build
|
||||
|
||||
%install
|
||||
./Build install --destdir $RPM_BUILD_ROOT --create_packlist 0
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%files
|
||||
%doc Changes CONTRIBUTING README
|
||||
%license LICENSE
|
||||
%{perl_vendorlib}/Module*
|
||||
%{_mandir}/man3/Module*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 24 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 0.001-3
|
||||
- Add perl(strict) as a BuildRequires
|
||||
|
||||
* Mon Nov 24 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 0.001-2
|
||||
- Version the requirements of Module::Build::Tiny and Test::More
|
||||
|
||||
* Sun Nov 23 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 0.001-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
Loading…
Reference in new issue