From fe3b86fa3ded9f24971930089e5da5c07f15d2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 29 Sep 2020 11:23:42 +0200 Subject: [PATCH] 1.004 bump --- .gitignore | 1 + IO-HTML-1.004-Normalize-a-shebang.patch | 26 +++++++++++++++++++++ perl-IO-HTML.spec | 31 +++++++++++++++++-------- sources | 2 +- 4 files changed, 49 insertions(+), 11 deletions(-) create mode 100644 IO-HTML-1.004-Normalize-a-shebang.patch diff --git a/.gitignore b/.gitignore index f6eac29..a55e65d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /IO-HTML-0.04.tar.gz /IO-HTML-1.00.tar.gz /IO-HTML-1.001.tar.gz +/IO-HTML-1.004.tar.gz diff --git a/IO-HTML-1.004-Normalize-a-shebang.patch b/IO-HTML-1.004-Normalize-a-shebang.patch new file mode 100644 index 0000000..b013780 --- /dev/null +++ b/IO-HTML-1.004-Normalize-a-shebang.patch @@ -0,0 +1,26 @@ +From f149109f7f5d8e6b9362553115e021011b69acd2 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= +Date: Tue, 29 Sep 2020 10:45:50 +0200 +Subject: [PATCH] Normalize a shebang +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Petr Písař +--- + examples/detect-encoding.pl | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/examples/detect-encoding.pl b/examples/detect-encoding.pl +index 8442cfa..2850019 100755 +--- a/examples/detect-encoding.pl ++++ b/examples/detect-encoding.pl +@@ -1,4 +1,4 @@ +-#! /usr/bin/env perl ++#!/usr/bin/perl + #--------------------------------------------------------------------- + # This example is hereby placed in the public domain. + # You may copy from it freely. +-- +2.25.4 + diff --git a/perl-IO-HTML.spec b/perl-IO-HTML.spec index 0a8757a..06916d7 100644 --- a/perl-IO-HTML.spec +++ b/perl-IO-HTML.spec @@ -1,14 +1,21 @@ Name: perl-IO-HTML -Version: 1.001 -Release: 18%{?dist} +Version: 1.004 +Release: 1%{?dist} Summary: Open an HTML file with automatic character set detection -License: GPL+ or Artistic +License: (GPL+ or Artistic) and Public Domain URL: https://metacpan.org/release/IO-HTML Source0: https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-%{version}.tar.gz +# Do not use /usr/bin/env in a shebang +Patch0: IO-HTML-1.004-Normalize-a-shebang.patch BuildArch: noarch -BuildRequires: perl-interpreter +BuildRequires: coreutils +BuildRequires: make BuildRequires: perl-generators -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl-interpreter +BuildRequires: perl(:VERSION) >= 5.8 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 +BuildRequires: perl(strict) +BuildRequires: perl(warnings) # Run-time: BuildRequires: perl(Carp) BuildRequires: perl(Encode) >= 2.10 @@ -26,25 +33,29 @@ algorithm specified in section 8.2.2.1 of the draft standard. %prep %setup -q -n IO-HTML-%{version} +%patch0 -p1 %build -perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} %install -make pure_install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +%{make_install} %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files -%doc Changes LICENSE README +%license LICENSE +%doc Changes examples README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Tue Sep 29 2020 Petr Pisar - 1.004-1 +- 1.004 bump + * Tue Jul 28 2020 Fedora Release Engineering - 1.001-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 2470756..f661689 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f8958718844dc96b9f6946f21d70d22 IO-HTML-1.001.tar.gz +SHA512 (IO-HTML-1.004.tar.gz) = 564fba7cfb50ef1cc78fa9e2b2200a20e305d098b8ceeb6f8478f0275cc48e4fb069386f5c318bc9deb43a5d590a78a995c04100bd440340f5c990eadc76a70f