]> git.pld-linux.org Git - packages/perl-IO-HTML.git/commitdiff
- updated to 1.004 master auto/th/perl-IO-HTML-1.004-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 8 Oct 2020 17:15:31 +0000 (19:15 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 8 Oct 2020 17:15:31 +0000 (19:15 +0200)
perl-IO-HTML.spec

index c9116a179711a0e277a867de004fe234a120dbd4..261aa6c236d33cd34b96faf2df664b6ce1098503 100644 (file)
@@ -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*
This page took 0.092303 seconds and 4 git commands to generate.