summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-MooX-Roles-Pluggable.spec16
1 files changed, 9 insertions, 7 deletions
diff --git a/perl-MooX-Roles-Pluggable.spec b/perl-MooX-Roles-Pluggable.spec
index 05cd4b4..fce324a 100644
--- a/perl-MooX-Roles-Pluggable.spec
+++ b/perl-MooX-Roles-Pluggable.spec
@@ -1,6 +1,6 @@
Name: perl-MooX-Roles-Pluggable
Version: 0.003
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Moo eXtension for pluggable roles
License: GPL+ or Artistic
Group: Development/Libraries
@@ -8,19 +8,19 @@ URL: http://search.cpan.org/dist/MooX-Roles-Pluggable/
Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/MooX-Roles-Pluggable-%{version}.tar.gz
BuildArch: noarch
# Build:
-BuildRequires: coreutils
-BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
-BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time:
BuildRequires: perl(Module::Pluggable) >= 4.8
+BuildRequires: perl(Module::Pluggable::Object)
BuildRequires: perl(Moo::Role) >= 1.003000
# Tests:
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
+BuildRequires: perl(lib)
BuildRequires: perl(Moo)
BuildRequires: perl(Test::More) >= 0.9
Requires: perl(Module::Pluggable) >= 4.8
@@ -35,14 +35,12 @@ Module::Pluggable::Object.
%setup -q -n MooX-Roles-Pluggable-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@@ -54,6 +52,10 @@ make test
%{_mandir}/man3/*
%changelog
+* Wed Aug 12 2015 Tim Orling <ticotimo@gmail.com> - 0.003-3
+- Drop EPEL support, too many missing dependencies
+- Add additional dependencies for review (#1242727)
+
* Wed Aug 05 2015 Tim Orling <ticotimo@gmail.com> - 0.003-2
- Clean up spec file for review (#1242727)