114 Star 0 Fork 5

src-openEuler/perl-Authen-SASL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
perl-Authen-SASL.spec 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
wk333 提交于 2024-02-06 14:27 . Update to 2.1700
Name: perl-Authen-SASL
Version: 2.1700
Release: 1
Summary: Perl's SASL authentication framework
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Authen-SASL
Source0: https://cpan.metacpan.org/authors/id/E/EH/EHUELS/Authen-SASL-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils findutils make perl-interpreter perl-generators
BuildRequires: perl(:VERSION) >= 5.6 perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict) perl(warnings) sed perl(bytes) perl(Carp) perl(Digest::HMAC_MD5) perl(Digest::MD5)
BuildRequires: perl(GSSAPI) perl(Tie::Handle) perl(vars) perl(FindBin) perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
Authen::SASL::Perl is the pure Perl implementation of SASL mechanisms in the Authen::SASL framework,
At the time of this writing it provides the client part implementation for the following SASL mechanisms.
%package help
Summary: Documentation for perl-Authen-SASL
%description help
Documentation for perl-Authen-SASL.
%prep
%autosetup -n Authen-SASL-%{version} -p1
chmod -c a-x example_pl
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make_build
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
%{__chmod} -Rf a+rX,u+w,g-w,o-w %{buildroot}
%check
make test
%files
%{perl_vendorlib}/*
%files help
%doc api.txt Changes example_pl README
%{_mandir}/man3/*
%changelog
* Tue Feb 06 2024 wangkai <[email protected]> - 2.1700-1
- Update to 2.1700
* Tue Nov 26 2019 fengbing <[email protected]> - 2.16-16
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/perl-Authen-SASL.git
[email protected]:src-openeuler/perl-Authen-SASL.git
src-openeuler
perl-Authen-SASL
perl-Authen-SASL
master

搜索帮助