From: Jakub Bogusz Date: Thu, 8 Oct 2020 17:15:31 +0000 (+0200) Subject: - updated to 1.004 X-Git-Tag: auto/th/perl-IO-HTML-1.004-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=f3d9d434f2d7838fb1ebc68a5f3d20d8ef2727f8;p=packages%2Fperl-IO-HTML.git - updated to 1.004 --- diff --git a/perl-IO-HTML.spec b/perl-IO-HTML.spec index c9116a1..261aa6c 100644 --- a/perl-IO-HTML.spec +++ b/perl-IO-HTML.spec @@ -1,26 +1,28 @@ # # Conditional build: -%bcond_without tests # do not perform "make test" +%bcond_without tests # unit tests # %define pdir IO %define pnam HTML Summary: IO::HTML - Open an HTML file with automatic charset detection Summary(pl.UTF-8): IO::HTML - otwieranie pliku HTML z automatycznym wykrywaniem zestawu znaków Name: perl-IO-HTML -Version: 1.001 +Version: 1.004 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/IO/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: 3f8958718844dc96b9f6946f21d70d22 -URL: http://search.cpan.org/dist/IO-HTML/ +# Source0-md5: 04bbe363686fd19bfb4cc0ed775e3d03 +URL: https://metacpan.org/release/IO-HTML BuildRequires: perl-ExtUtils-MakeMaker >= 6.30 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 +BuildRequires: rpmbuild(macros) >= 1.745 %if %{with tests} BuildRequires: perl(Exporter) >= 5.57 BuildRequires: perl-Encode >= 2.10 +BuildRequires: perl-Scalar-List-Utils BuildRequires: perl-Test-Simple >= 0.88 %endif BuildArch: noarch @@ -58,6 +60,6 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc Changes README +%doc Changes %{perl_vendorlib}/IO/HTML.pm %{_mandir}/man3/IO::HTML.3pm*