diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index 168d85f..5690e11 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -1,6 +1,6 @@ Name: perl-Class-Inspector Version: 1.31 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Get information about a class and its structure License: GPL+ or Artistic Group: Development/Libraries @@ -38,9 +38,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check -%if !%{defined perl_bootstrap} -make test AUTOMATED_TESTING=1 -%endif +make test %files %doc Changes README @@ -49,6 +47,10 @@ make test AUTOMATED_TESTING=1 %{_mandir}/man3/* %changelog +* Tue Nov 29 2016 Ralf Corsépius - 1.31-2 +- Drop AUTOMATED_TESTING. +- Remove stray reference to %%perl_bootstrap. + * Tue Nov 29 2016 Ralf Corsépius - 1.31-1 - Update to 1.31.