12 Star 0 Fork 5

src-openEuler / perl-PerlIO-via-QuotedPrint

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-PerlIO-via-QuotedPrint.spec 1.72 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
hexiaowen 提交于 2019-09-30 11:13 . Package init
%global perl_package_name PerlIO-via-QuotedPrint
Name: perl-PerlIO-via-QuotedPrint
Version: 0.08
Release: 397
Summary: PerlIO layer for quoted-printable strings
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/PerlIO-via-QuotedPrint/
Source0: http://www.cpan.org/authors/id/S/SH/SHAY/%{perl_package_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: gcc
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-generators
BuildRequires: perl(Config)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(MIME::QuotedPrint)
BuildRequires: perl(strict)
BuildRequires: perl(Test::More)
BuildRequires: perl(warnings)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Conflicts: 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
%autosetup -n %{perl_package_name}-%{version}
%package_help
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -delete
%{_fixperms} -c $RPM_BUILD_ROOT
%check
make test
%files
%doc CHANGELOG README
%{perl_vendorlib}/*
%files help
%{_mandir}/man3/*
%changelog
* Thu Sep 26 2019 shenyangyang<shenyangyang4@huawei.com> - 0.08-397
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:revise help package
* Tue Aug 13 2019 openEuler Buildteam <buildteam@openeuler.org> -0.08-396
- Package Init
1
https://gitee.com/src-openeuler/perl-PerlIO-via-QuotedPrint.git
git@gitee.com:src-openeuler/perl-PerlIO-via-QuotedPrint.git
src-openeuler
perl-PerlIO-via-QuotedPrint
perl-PerlIO-via-QuotedPrint
openEuler-20.03-LTS

搜索帮助