From 758403eaf60b27577f8a45b900bdfa02901951d8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 04 2021 06:40:15 +0000 Subject: import perl-PerlIO-utf8_strict-0.008-4.el9 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..daae7c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/PerlIO-utf8_strict-0.008.tar.gz diff --git a/.perl-PerlIO-utf8_strict.metadata b/.perl-PerlIO-utf8_strict.metadata new file mode 100644 index 0000000..51149ae --- /dev/null +++ b/.perl-PerlIO-utf8_strict.metadata @@ -0,0 +1 @@ +cf333744f0c536712b955ace4f0c8b9c8bcbe0ca SOURCES/PerlIO-utf8_strict-0.008.tar.gz diff --git a/SPECS/perl-PerlIO-utf8_strict.spec b/SPECS/perl-PerlIO-utf8_strict.spec new file mode 100644 index 0000000..884746d --- /dev/null +++ b/SPECS/perl-PerlIO-utf8_strict.spec @@ -0,0 +1,173 @@ +Name: perl-PerlIO-utf8_strict +Version: 0.008 +Release: 4%{?dist} +Summary: Fast and correct UTF-8 I/O +License: GPL+ or Artistic +URL: https://metacpan.org/release/PerlIO-utf8_strict +Source0: https://cpan.metacpan.org/modules/by-module/PerlIO/PerlIO-utf8_strict-%{version}.tar.gz +# Build: +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: gcc +BuildRequires: make +BuildRequires: perl-devel +BuildRequires: perl-generators +BuildRequires: perl-interpreter +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) +# Run-time: +BuildRequires: perl(XSLoader) +# Tests: +BuildRequires: perl(Carp) +BuildRequires: perl(Exporter) +BuildRequires: perl(File::Spec::Functions) +BuildRequires: perl(IO::File) +BuildRequires: perl(IO::Handle) +BuildRequires: perl(lib) +BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(utf8) +# Dependencies +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + +%{?perl_default_filter} + +%description +This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's +default :utf8 layer it checks the input for correctness. + +%prep +%setup -q -n PerlIO-utf8_strict-%{version} + +%build +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -delete +find %{buildroot} -type f -name '*.bs' -empty -delete +%{_fixperms} -c %{buildroot} + +%check +make test + +%files +%license LICENSE +%doc Changes README +%{perl_vendorarch}/auto/PerlIO/ +%{perl_vendorarch}/PerlIO/ +%{_mandir}/man3/PerlIO::utf8_strict.3* + +%changelog +* Mon Aug 09 2021 Mohan Boddu - 0.008-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu - 0.008-3 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.008-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Sep 19 2020 Paul Howarth - 0.008-1 +- Update to 0.008 + - Make unread by :crlf on top of :utf8_strict reliable +- Use author-independent source URL + +* Tue Jul 28 2020 Fedora Release Engineering - 0.007-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jun 23 2020 Jitka Plesnikova - 0.007-12 +- Perl 5.32 rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 0.007-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 0.007-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri May 31 2019 Jitka Plesnikova - 0.007-9 +- Perl 5.30 rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 0.007-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 0.007-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Jun 28 2018 Jitka Plesnikova - 0.007-6 +- Perl 5.28 rebuild + +* Fri Feb 09 2018 Fedora Release Engineering - 0.007-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 0.007-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.007-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sun Jun 04 2017 Jitka Plesnikova - 0.007-2 +- Perl 5.26 rebuild + +* Fri Apr 7 2017 Paul Howarth - 0.007-1 +- Update to 0.007 + - Adapt to dot no longer being in @INC + - Adapt to unicode syswrite being deprecated +- Drop redundant Group: tag + +* Sat Feb 11 2017 Fedora Release Engineering - 0.006-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sun May 15 2016 Jitka Plesnikova - 0.006-6 +- Perl 5.24 rebuild + +* Wed Apr 20 2016 Paul Howarth - 0.006-5 +- Fix FTBFS due to missing buildreq perl-devel +- Simplify find commands using -empty and -delete + +* Thu Feb 04 2016 Fedora Release Engineering - 0.006-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 0.006-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Jun 04 2015 Jitka Plesnikova - 0.006-2 +- Perl 5.22 rebuild + +* Fri May 1 2015 Paul Howarth - 0.006-1 +- Update to 0.006 + - Move to MakeMaker +- Use %%license + +* Wed Nov 12 2014 Petr Pisar - 0.005-1 +- 0.005 bump + +* Thu Aug 28 2014 Jitka Plesnikova - 0.004-6 +- Perl 5.20 rebuild + +* Sun Aug 17 2014 Fedora Release Engineering - 0.004-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.004-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Aug 04 2013 Fedora Release Engineering - 0.004-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Jul 22 2013 Petr Pisar - 0.004-2 +- Perl 5.18 rebuild + +* Thu Feb 28 2013 Petr Pisar - 0.004-1 +- 0.004 bump + +* Thu Feb 21 2013 Petr Pisar - 0.003-1 +- 0.003 bump + +* Thu Feb 14 2013 Fedora Release Engineering - 0.002-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Sep 20 2012 Petr Pisar 0.002-1 +- Specfile autogenerated by cpanspec 1.78.