Drop AUTOMATED_TESTING.

- Remove stray reference to %perl_bootstrap.
This commit is contained in:
Ralf Corsépius 2016-11-29 16:39:01 +01:00
parent 4d77efb1fa
commit 6d3cbfe796

View File

@ -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 <corsepiu@fedoraproject.org> - 1.31-2
- Drop AUTOMATED_TESTING.
- Remove stray reference to %%perl_bootstrap.
* Tue Nov 29 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.31-1
- Update to 1.31.