114 Star 0 Fork 3

src-openEuler/perl-Data-Section

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Data-Section.spec 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
dogsheng 提交于 2019-12-14 21:08 . Package init
Name: perl-Data-Section
Summary: Read multiple hunks of data out of your DATA section
Version: 0.200007
Release: 6
License: GPL+ or Artistic
URL: https://metacpan.org/release/Data-Section
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-Section-%{version}.tar.gz
BuildRequires: coreutils findutils make perl-interpreter perl-generators perl(ExtUtils::MakeMaker)
BuildRequires: perl(Encode) perl(MRO::Compat) >= 0.09 perl(strict) perl(Sub::Exporter) >= 0.979 perl(warnings)
BuildRequires: perl(base) perl(lib) perl(Test::FailWarnings) perl(Test::More) >= 0.96 perl(utf8)
BuildRequires: perl(CPAN::Meta) >= 2.120900 perl(Test::Pod) >= 1.41
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
BuildArch: noarch
%description
This archive contains the distribution Data-Section,
version %{version}:
read multiple hunks of data out of your DATA section
%package_help
%prep
%autosetup -p1 -n Data-Section-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
%{_fixperms} -c %{buildroot}
%check
make test
make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%files
%license LICENSE
%{perl_vendorlib}/Data/
%files help
%doc Changes README
%{_mandir}/man3/Data::Section.3*
%changelog
* Tue Dec 10 2019 caomeng<caomeng5@huawei.com> - 0.200007-6
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/perl-Data-Section.git
git@gitee.com:src-openeuler/perl-Data-Section.git
src-openeuler
perl-Data-Section
perl-Data-Section
master

搜索帮助