126 Star 0 Fork 3

src-openEuler / perl-IO-stringy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-IO-stringy.spec 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
Summary: I/O on in-core objects for Perl
Name: perl-IO-stringy
Version: 2.113
Release: 2
License: GPL+ or Artistic
URL: https://metacpan.org/pod/IO::stringy
Source0: https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/IO-Stringy-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: perl-interpreter perl-generators perl(ExtUtils::MakeMaker)
# Module Runtime
BuildRequires: perl(Carp) perl(Exporter) perl(FileHandle) perl(IO::File) perl(IO::Handle) perl(overload) perl(strict) perl(Symbol) perl(vars)
# Test Suite
BuildRequires: perl(File::Basename) perl(lib)
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# Avoid doc-file dependency on /usr/bin/perl
%{?perl_default_filter}
%description
This package provides I/O on in-core objects for Perl,
such as IO::Scalar, IO::ScalarArray, and IO::Lines.
%package_help
%prep
%autosetup -n IO-Stringy-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%install
rm -rf %{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
%{_fixperms} %{buildroot}
%check
make test
%files
%if 0%{?_licensedir:1}
%license COPYING
%else
%doc COPYING
%endif
%doc README examples/
%{perl_vendorlib}/IO/
%files help
%{_mandir}/man3/IO::AtomicFile.3*
%{_mandir}/man3/IO::InnerFile.3*
%{_mandir}/man3/IO::Lines.3*
%{_mandir}/man3/IO::Scalar.3*
%{_mandir}/man3/IO::ScalarArray.3*
%{_mandir}/man3/IO::Stringy.3*
%{_mandir}/man3/IO::Wrap.3*
%{_mandir}/man3/IO::WrapTie.3*
%changelog
* Tue Oct 25 2022 dongyuzhen <dongyuzhen@h-partners.com> - 2.113-2
- Rebuild for next release
* Fri Jan 29 2021 yuanxin <yuanxin24@huawei.com> - 2.113-1
- upgrade versoin to 2.113
* Wed Feb 12 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.111-12
- Package init
1
https://gitee.com/src-openeuler/perl-IO-stringy.git
git@gitee.com:src-openeuler/perl-IO-stringy.git
src-openeuler
perl-IO-stringy
perl-IO-stringy
openEuler-22.03-LTS

搜索帮助