i8c-stream-5.24
changed/i8c-stream-5.24/perl-PerlIO-utf8_strict-0.007-5.module_el8.1.0+224+75158c84
commit
adefe6a8cc
@ -0,0 +1 @@
|
||||
SOURCES/PerlIO-utf8_strict-0.007.tar.gz
|
@ -0,0 +1 @@
|
||||
234424f4f13e064723b405ce5d4589cc64e43cf1 SOURCES/PerlIO-utf8_strict-0.007.tar.gz
|
@ -0,0 +1,136 @@
|
||||
Name: perl-PerlIO-utf8_strict
|
||||
Version: 0.007
|
||||
Release: 5%{?dist}
|
||||
Summary: Fast and correct UTF-8 I/O
|
||||
License: GPL+ or Artistic
|
||||
URL: http://search.cpan.org/dist/PerlIO-utf8_strict/
|
||||
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/PerlIO-utf8_strict-%{version}.tar.gz
|
||||
# Build:
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
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)
|
||||
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
|
||||
* Thu Apr 18 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.007-5
|
||||
- Rebuilt for MSVSphere 8.9
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.007-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.007-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.007-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.007-2
|
||||
- Perl 5.26 rebuild
|
||||
|
||||
* Fri Apr 7 2017 Paul Howarth <paul@city-fan.org> - 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 <releng@fedoraproject.org> - 0.006-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.006-6
|
||||
- Perl 5.24 rebuild
|
||||
|
||||
* Wed Apr 20 2016 Paul Howarth <paul@city-fan.org> - 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 <releng@fedoraproject.org> - 0.006-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.006-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.006-2
|
||||
- Perl 5.22 rebuild
|
||||
|
||||
* Fri May 1 2015 Paul Howarth <paul@city-fan.org> - 0.006-1
|
||||
- Update to 0.006
|
||||
- Move to MakeMaker
|
||||
- Use %%license
|
||||
|
||||
* Wed Nov 12 2014 Petr Pisar <ppisar@redhat.com> - 0.005-1
|
||||
- 0.005 bump
|
||||
|
||||
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.004-6
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.004-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Mon Jul 22 2013 Petr Pisar <ppisar@redhat.com> - 0.004-2
|
||||
- Perl 5.18 rebuild
|
||||
|
||||
* Thu Feb 28 2013 Petr Pisar <ppisar@redhat.com> - 0.004-1
|
||||
- 0.004 bump
|
||||
|
||||
* Thu Feb 21 2013 Petr Pisar <ppisar@redhat.com> - 0.003-1
|
||||
- 0.003 bump
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.002-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Thu Sep 20 2012 Petr Pisar <ppisar@redhat.com> 0.002-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
Loading…
Reference in new issue