|
|
65ef11 |
Name: perl-PerlIO-via-QuotedPrint
|
|
|
65ef11 |
Version: 0.08
|
|
|
65ef11 |
Release: 395%{?dist}
|
|
|
65ef11 |
Summary: PerlIO layer for quoted-printable strings
|
|
|
65ef11 |
License: GPL+ or Artistic
|
|
|
65ef11 |
Group: Development/Libraries
|
|
|
65ef11 |
URL: http://search.cpan.org/dist/PerlIO-via-QuotedPrint/
|
|
|
65ef11 |
Source0: http://www.cpan.org/authors/id/S/SH/SHAY/PerlIO-via-QuotedPrint-%{version}.tar.gz
|
|
|
65ef11 |
BuildArch: noarch
|
|
|
65ef11 |
BuildRequires: coreutils
|
|
|
65ef11 |
BuildRequires: findutils
|
|
|
65ef11 |
BuildRequires: make
|
|
|
65ef11 |
BuildRequires: perl-interpreter
|
|
|
65ef11 |
BuildRequires: perl-generators
|
|
|
65ef11 |
BuildRequires: perl(Config)
|
|
|
65ef11 |
# Devel::Required not useful
|
|
|
65ef11 |
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
65ef11 |
# Run-time:
|
|
|
65ef11 |
BuildRequires: perl(MIME::QuotedPrint)
|
|
|
65ef11 |
BuildRequires: perl(strict)
|
|
|
65ef11 |
# Tests:
|
|
|
65ef11 |
BuildRequires: perl(Test::More)
|
|
|
65ef11 |
BuildRequires: perl(warnings)
|
|
|
65ef11 |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
65ef11 |
Conflicts: perl < 4:5.22.0-347
|
|
|
65ef11 |
|
|
|
65ef11 |
%description
|
|
|
65ef11 |
This module implements a PerlIO layer that works on files encoded in the
|
|
|
65ef11 |
quoted-printable format. It will decode from quoted-printable while
|
|
|
65ef11 |
reading from a handle, and it will encode as quoted-printable while
|
|
|
65ef11 |
writing to a handle.
|
|
|
65ef11 |
|
|
|
65ef11 |
%prep
|
|
|
65ef11 |
%setup -q -n PerlIO-via-QuotedPrint-%{version}
|
|
|
65ef11 |
|
|
|
65ef11 |
%build
|
|
|
65ef11 |
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
65ef11 |
make %{?_smp_mflags}
|
|
|
65ef11 |
|
|
|
65ef11 |
%install
|
|
|
65ef11 |
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
65ef11 |
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
65ef11 |
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
65ef11 |
|
|
|
65ef11 |
%check
|
|
|
65ef11 |
make test
|
|
|
65ef11 |
|
|
|
65ef11 |
%files
|
|
|
65ef11 |
# TODO is empty
|
|
|
65ef11 |
%doc CHANGELOG README
|
|
|
65ef11 |
%{perl_vendorlib}/*
|
|
|
65ef11 |
%{_mandir}/man3/*
|
|
|
65ef11 |
|
|
|
65ef11 |
%changelog
|
|
|
65ef11 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-395
|
|
|
65ef11 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
65ef11 |
|
|
|
65ef11 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-394
|
|
|
65ef11 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
65ef11 |
|
|
|
65ef11 |
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-393
|
|
|
65ef11 |
- Perl 5.26 rebuild
|
|
|
65ef11 |
|
|
|
65ef11 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-366
|
|
|
65ef11 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
65ef11 |
|
|
|
65ef11 |
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-365
|
|
|
65ef11 |
- Increase release to favour standalone package
|
|
|
65ef11 |
|
|
|
65ef11 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-349
|
|
|
65ef11 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
65ef11 |
|
|
|
65ef11 |
* Wed Jul 01 2015 Petr Pisar <ppisar@redhat.com> 0.08-348
|
|
|
65ef11 |
- Specfile autogenerated by cpanspec 1.78.
|