commit 37579b2cd919a403dc2cf21f86dd4de72766df2b Author: Jose Pedro Oliveira <jose.p.oliveira.oss@xxxxxxxxx> Date: Thu Feb 26 23:46:48 2015 +0100 Lowered the perl(ExtUtils::MakeMaker) version required to enable creation of EPEL packages perl-Monitoring-Plugin.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) --- diff --git a/perl-Monitoring-Plugin.spec b/perl-Monitoring-Plugin.spec index dee3f13..c7b175f 100644 --- a/perl-Monitoring-Plugin.spec +++ b/perl-Monitoring-Plugin.spec @@ -1,6 +1,6 @@ Name: perl-Monitoring-Plugin Version: 0.38 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: Family of modules to streamline writing plugins for various monitoring systems License: GPL+ or Artistic URL: http://search.cpan.org/dist/Monitoring-Plugin/ @@ -10,7 +10,7 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl(Config) BuildRequires: perl(Cwd) -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MM_Unix) BuildRequires: perl(Fcntl) BuildRequires: perl(File::Find) @@ -50,11 +50,12 @@ a useful subset of the available functionality. %setup -q -n Monitoring-Plugin-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 +perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' %{_fixperms} %{buildroot}/* %check @@ -67,6 +68,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Feb 26 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 0.38-1.1 +- No longer requires perl(ExtUtils::MakeMaker) >= 6.76; builds for older distros + * Tue Jan 06 2015 Petr Šabata <contyk@xxxxxxxxxx> - 0.38-1 - 0.38 bump; test suite fixes, Windows only -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel