From 6d3cbfe796a225ddf0c5d7c0b69bbe21f375718f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Tue, 29 Nov 2016 16:39:01 +0100 Subject: [PATCH] Drop AUTOMATED_TESTING. - Remove stray reference to %perl_bootstrap. --- perl-Class-Inspector.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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.