1 Star 0 Fork 8

wangqiang/perl-Digest-MD5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Digest-MD5.spec 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
wangqiang 提交于 2024-08-16 11:19 . update to 2.59
%define mod_name Digest-MD5
Name: perl-%{mod_name}
Version: 2.59
Release: 1
Summary: Perl interface to the MD5 algorithm
License: (GPL+ or Artistic) and BSD
URL: https://metacpan.org/release/%{mod_name}
Source0: https://cpan.metacpan.org/authors/id/G/GA/GAAS/%{mod_name}-%{version}.tar.gz
BuildRequires: gcc make perl-devel perl-generators perl-interpreter perl(strict) perl(Config) perl(ExtUtils::MakeMaker)
BuildRequires: perl(Digest::base) perl(Exporter) perl(vars) perl(XSLoader)
BuildRequires: perl(Encode) perl(Test) perl(Test::More) perl(warnings) perl(MIME::Base64) perl(threads)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) perl(Digest::base) perl(XSLoader)
%{?perl_default_filter}
%description
The Digest::MD5 module allows you to use the RSA Data Security Inc. MD5
Message Digest algorithm from within Perl programs. The algorithm takes as
input a message of arbitrary length and produces as output a 128-bit
"fingerprint" or "message digest" of the input.
%package_help
%prep
%setup -q -n %{mod_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS"
%{make_build}
%install
make pure_install DESTDIR=%{buildroot}
%{_fixperms} %{buildroot}/*
%check
make test
%files
%doc Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Digest*
%files help
%{_mandir}/*/*
%changelog
* Fri Aug 16 2024 wangqiang1 <wangqiang1@kylinos.cn> - 2.59-1
- update to 2.59
* Mon Oct 24 2022 hongjinghao <hongjinghao@huawei.com> - 2.58-2
- use %{mod_name} marco
* Wed Jan 27 2021 liudabo <liudabo1@huawei.com> - 2.58-1
- upgrade version to 2.58
* Sun Sep 29 2019 yefei <yefei25@huawei.com> - 2.55-419
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:delete irrelevant comment
* Thu Sep 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.55-418
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangqiang95/perl-Digest-MD5.git
git@gitee.com:wangqiang95/perl-Digest-MD5.git
wangqiang95
perl-Digest-MD5
perl-Digest-MD5
master

搜索帮助