10 Star 0 Fork 5

src-openEuler / perl-Digest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Digest.spec 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
胡宇彪 提交于 2022-11-26 03:43 . Update the Source0 URL.
Name: perl-Digest
Version: 1.20
Release: 3
Summary: Modules that calculate message digests
License: GPL+ or Artistic-1.0-Perl
URL: https://metacpan.org/release/Digest
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/Digest-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils findutils make perl-interpreter perl-generators perl(Carp) perl(Exporter) perl(ExtUtils::MakeMaker) perl(MIME::Base64)
BuildRequires: perl(lib) perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) perl(MIME::Base64)
%description
The Digest:: modules calculate digests, also called "fingerprints" or
"hashes", of some data, called a message. The digest is (usually)
some small/fixed size string. The actual size of the digest depend of
the algorithm used. The message is simply a sequence of arbitrary
bytes or bits.
%package_help
%prep
%autosetup -n Digest-%{version} -p1
chmod -x digest-bench
%build
%{__perl} Makefile.PL NO_PACKLIST=1 INSTALLDIRS=vendor
%{make_build}
%install
make pure_install PERL_INSTALL_ROOT=%{buildroot}
%{_fixperms} %{buildroot}/*
%check
make test
%files
%doc digest-bench README Changes
%{perl_vendorlib}/*
%files help
%{_mandir}/*/*
%changelog
* Sat Nov 26 2022 huyubiao <huyubiao@huawei.com> - 1.20-3
- Update the Source0 URL.
* Fri Jun 24 2022 Chenyx <chenyixiong3@huawei.com> - 1.20-2
- License compliance rectification
* Sat Dec 25 2021 tianwei <tianwei12@huawei.com> - 1.20-1
- Upgrade to 1.20
* Sun Sep 29 2019 yefei <yefei25@huawei.com> - 1.17-419
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:delete irrelevant information
* Sat Sep 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.17-418
- Package init
1
https://gitee.com/src-openeuler/perl-Digest.git
git@gitee.com:src-openeuler/perl-Digest.git
src-openeuler
perl-Digest
perl-Digest
openEuler-22.03-LTS

搜索帮助