1 Star 0 Fork 2

woody2918/perl-Statistics-Descriptive

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Statistics-Descriptive.spec 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
woody2918 提交于 2024-02-02 10:57 . Update version to 3.0801
Name: perl-Statistics-Descriptive
Version: 3.0801
Release: 1
Summary: Perl module of basic descriptive statistical functions
License: GPL-1.0-or-later or Artistic
URL: https://metacpan.org/release/Statistics-Descriptive
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Statistics-Descriptive-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(Module::Build) >= 0.28
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(Carp)
BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(List::Util)
BuildRequires: perl(parent)
BuildRequires: perl(POSIX)
BuildRequires: perl(vars)
BuildRequires: perl(blib)
BuildRequires: perl(Benchmark)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(lib)
BuildRequires: perl(Test::More) >= 0.88
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description
This module provides basic functions used in descriptive statistics. It has
an object oriented design and supports two different types of data storage
and calculation objects: sparse and full. With the sparse method, none of
the data is stored and only a few statistical measures are available. Using
the full method, the entire data set is retained and additional functions
are available.
%package help
Summary: Help documents for %{name}
%description help
This package contains all man files to use %{name}
%prep
%setup -q -n Statistics-Descriptive-%{version}
%build
perl Build.PL installdirs=vendor
./Build
%install
./Build install destdir=%{buildroot} create_packlist=0
%{_fixperms} %{buildroot}/*
%check
./Build test
%files
%license LICENSE
%doc Changes examples README UserSurvey.txt
%{perl_vendorlib}/*
%files help
%{_mandir}/man3/*
%changelog
* Fri Feb 02 2024 woody2918 <wudi1@uniontech.com> - 3.0801-1
- Update version to 3.0801
- Correct typos
* Tue Jun 29 2021 Xu Jin <jinxu@kylinos.cn> - 3.0800-1
- Initial package for openEuler
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/woody2918/perl-Statistics-Descriptive.git
git@gitee.com:woody2918/perl-Statistics-Descriptive.git
woody2918
perl-Statistics-Descriptive
perl-Statistics-Descriptive
master

搜索帮助