Remove tests subpackage

rpmbuild --nocheck breaks building the package because interacts with
__spec_check_pre hook badly.
This commit is contained in:
Petr Písař 2018-07-09 13:38:22 +02:00
parent 6fdaa62e70
commit 8b3cc6f0ef

View File

@ -1,7 +1,7 @@
Name: perl-HTML-Parser
Summary: Perl module for parsing HTML
Version: 3.72
Release: 13%{?dist}
Release: 14%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Source0: https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Parser-%{version}.tar.gz
@ -41,7 +41,6 @@ Requires: perl(IO::File)
Requires: perl(URI)
%{?perl_default_filter}
%{?perl_default_subpackage_tests}
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(HTML::Tagset\\)$
%description
@ -76,6 +75,9 @@ make test
%{_mandir}/man3/*.3pm*
%changelog
* Mon Jul 09 2018 Petr Pisar <ppisar@redhat.com> - 3.72-14
- Remove tests subpackage
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 3.72-13
- Perl 5.28 re-rebuild of bootstrapped packages