From 2feb21b64c8014e74f4ea4a6bf8cef7d0b88e885 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 14 Oct 2020 13:05:20 -0700 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/perl-IO-HTML#fe3b86fa3ded9f24971930089e5da5c07f15d2df --- .gitignore | 4 + IO-HTML-1.004-Normalize-a-shebang.patch | 26 +++++ perl-IO-HTML.spec | 129 ++++++++++++++++++++++++ sources | 1 + 4 files changed, 160 insertions(+) create mode 100644 IO-HTML-1.004-Normalize-a-shebang.patch create mode 100644 perl-IO-HTML.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..a55e65d 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +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 new file mode 100644 index 0000000..06916d7 --- /dev/null +++ b/perl-IO-HTML.spec @@ -0,0 +1,129 @@ +Name: perl-IO-HTML +Version: 1.004 +Release: 1%{?dist} +Summary: Open an HTML file with automatic character set detection +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: coreutils +BuildRequires: make +BuildRequires: perl-generators +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 +BuildRequires: perl(Exporter) >= 5.57 +# Tests: +BuildRequires: perl(File::Temp) +BuildRequires: perl(Scalar::Util) +BuildRequires: perl(Test::More) >= 0.88 +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + +%description +IO::HTML provides an easy way to open a file containing HTML while +automatically determining its encoding. It uses the HTML5 encoding sniffing +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 NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} + +%install +%{make_install} +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%files +%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 + +* Mon Jun 22 2020 Jitka Plesnikova - 1.001-17 +- Perl 5.32 rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 1.001-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 1.001-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu May 30 2019 Jitka Plesnikova - 1.001-14 +- Perl 5.30 rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 1.001-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1.001-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Jun 28 2018 Jitka Plesnikova - 1.001-11 +- Perl 5.28 rebuild + +* Thu Feb 08 2018 Fedora Release Engineering - 1.001-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.001-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sun Jun 04 2017 Jitka Plesnikova - 1.001-8 +- Perl 5.26 rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 1.001-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sat May 14 2016 Jitka Plesnikova - 1.001-6 +- Perl 5.24 rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 1.001-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 1.001-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Jun 03 2015 Jitka Plesnikova - 1.001-3 +- Perl 5.22 rebuild + +* Wed Aug 27 2014 Jitka Plesnikova - 1.001-2 +- Perl 5.20 rebuild + +* Mon Jun 30 2014 Petr Pisar - 1.001-1 +- 1.001 bump + +* Sat Jun 07 2014 Fedora Release Engineering - 1.00-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 1.00-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Jul 18 2013 Petr Pisar - 1.00-2 +- Perl 5.18 rebuild + +* Thu Feb 28 2013 Petr Pisar - 1.00-1 +- 1.00 bump + +* Thu Feb 14 2013 Fedora Release Engineering - 0.04-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Tue Oct 02 2012 Petr Pisar 0.04-1 +- Specfile autogenerated by cpanspec 1.78. diff --git a/sources b/sources new file mode 100644 index 0000000..f661689 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (IO-HTML-1.004.tar.gz) = 564fba7cfb50ef1cc78fa9e2b2200a20e305d098b8ceeb6f8478f0275cc48e4fb069386f5c318bc9deb43a5d590a78a995c04100bd440340f5c990eadc76a70f