commit cebf6a5efe063abdb1b1a31d9bc18386cae0ee87 Author: James Antill Date: Wed Feb 22 11:00:08 2023 -0500 Import rpm: c8s-stream-6.34 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c8dfc69 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/IO-HTML-1.001.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..4b383b4 --- /dev/null +++ b/perl-IO-HTML.spec @@ -0,0 +1,98 @@ +Name: perl-IO-HTML +Version: 1.001 +Release: 11%{?dist} +Summary: Open an HTML file with automatic character set detection +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/IO-HTML/ +Source0: http://www.cpan.org/authors/id/C/CJ/CJM/IO-HTML-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl-interpreter +BuildRequires: perl-generators +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +# 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} + +%build +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%files +%doc Changes LICENSE README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Fri Mar 29 2019 Jitka Plesnikova - 1.001-11 +- Rebuild with enable hardening (bug #1636329) + +* 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..72d97e7 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA1 (IO-HTML-1.001.tar.gz) = 210b60f438502744c9c31a82329b19a6f9aecf63