From d97d98ed6adeecd52096eaa7834f948dc4b79659 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 26 2020 12:43:49 +0000 Subject: import rh-perl530-perl-PerlIO-via-QuotedPrint-0.08-451.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5e29226 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/PerlIO-via-QuotedPrint-0.08.tar.gz diff --git a/.rh-perl530-perl-PerlIO-via-QuotedPrint.metadata b/.rh-perl530-perl-PerlIO-via-QuotedPrint.metadata new file mode 100644 index 0000000..b761597 --- /dev/null +++ b/.rh-perl530-perl-PerlIO-via-QuotedPrint.metadata @@ -0,0 +1 @@ +adafd60832f1bd3aefb52e3cdfa4efeba3145cc5 SOURCES/PerlIO-via-QuotedPrint-0.08.tar.gz diff --git a/SPECS/perl-PerlIO-via-QuotedPrint.spec b/SPECS/perl-PerlIO-via-QuotedPrint.spec new file mode 100644 index 0000000..874c7d2 --- /dev/null +++ b/SPECS/perl-PerlIO-via-QuotedPrint.spec @@ -0,0 +1,92 @@ +%{?scl:%scl_package perl-PerlIO-via-QuotedPrint} + +Name: %{?scl_prefix}perl-PerlIO-via-QuotedPrint +Version: 0.08 +Release: 451%{?dist} +Summary: PerlIO layer for quoted-printable strings +License: GPL+ or Artistic +URL: https://metacpan.org/release/PerlIO-via-QuotedPrint +Source0: https://cpan.metacpan.org/authors/id/S/SH/SHAY/PerlIO-via-QuotedPrint-%{version}.tar.gz +BuildArch: noarch +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make +BuildRequires: %{?scl_prefix}perl-interpreter +BuildRequires: %{?scl_prefix}perl-generators +BuildRequires: %{?scl_prefix}perl(Config) +# Devel::Required not useful +BuildRequires: %{?scl_prefix}perl(ExtUtils::MakeMaker) +# Run-time: +BuildRequires: %{?scl_prefix}perl(MIME::QuotedPrint) +BuildRequires: %{?scl_prefix}perl(strict) +# Tests: +BuildRequires: %{?scl_prefix}perl(Test::More) +BuildRequires: %{?scl_prefix}perl(warnings) +Requires: %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'})) +Conflicts: %{?scl_prefix}perl < 4:5.22.0-347 + +%description +This module implements a PerlIO layer that works on files encoded in the +quoted-printable format. It will decode from quoted-printable while +reading from a handle, and it will encode as quoted-printable while +writing to a handle. + +%prep +%setup -q -n PerlIO-via-QuotedPrint-%{version} + +%build +%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor && make %{?_smp_mflags}%{?scl:'} + +%install +%{?scl:scl enable %{scl} '}make pure_install DESTDIR=$RPM_BUILD_ROOT%{?scl:'} +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +%{?scl:scl enable %{scl} '}make test%{?scl:'} + +%files +# TODO is empty +%doc CHANGELOG README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Fri Dec 20 2019 Jitka Plesnikova - 0.08-451 +- SCL + +* Fri Jul 26 2019 Fedora Release Engineering - 0.08-439 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu May 30 2019 Jitka Plesnikova - 0.08-438 +- Increase release to favour standalone package + +* Fri Feb 01 2019 Fedora Release Engineering - 0.08-418 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 0.08-417 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Jun 27 2018 Jitka Plesnikova - 0.08-416 +- Increase release to favour standalone package + +* Fri Feb 09 2018 Fedora Release Engineering - 0.08-395 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.08-394 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Jun 03 2017 Jitka Plesnikova - 0.08-393 +- Perl 5.26 rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.08-366 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sat May 14 2016 Jitka Plesnikova - 0.08-365 +- Increase release to favour standalone package + +* Thu Feb 04 2016 Fedora Release Engineering - 0.08-349 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jul 01 2015 Petr Pisar 0.08-348 +- Specfile autogenerated by cpanspec 1.78.