1.004 bump

This commit is contained in:
Petr Písař 2020-09-29 11:23:42 +02:00
parent cd0b2951f3
commit fe3b86fa3d
4 changed files with 49 additions and 11 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -0,0 +1,26 @@
From f149109f7f5d8e6b9362553115e021011b69acd2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
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ř <ppisar@redhat.com>
---
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

View File

@ -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 <ppisar@redhat.com> - 1.004-1
- 1.004 bump
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.001-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

View File

@ -1 +1 @@
3f8958718844dc96b9f6946f21d70d22 IO-HTML-1.001.tar.gz
SHA512 (IO-HTML-1.004.tar.gz) = 564fba7cfb50ef1cc78fa9e2b2200a20e305d098b8ceeb6f8478f0275cc48e4fb069386f5c318bc9deb43a5d590a78a995c04100bd440340f5c990eadc76a70f