You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
perl-Module-Runtime-Conflicts/perl-Module-Runtime-Conflic...

69 lines
2.0 KiB

10 years ago
Name: perl-Module-Runtime-Conflicts
10 years ago
Version: 0.002
Release: 3%{?dist}
10 years ago
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)
10 years ago
BuildRequires: perl(Module::Build::Tiny) >= 0.039
10 years ago
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
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.002-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
10 years ago
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.002-2
- Perl 5.22 rebuild
10 years ago
* Sun Mar 15 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 0.002-1
- Update to 0.002
10 years ago
* 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.