1 Star 0 Fork 11

small_leek/python-kerberos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
python-kerberos.spec 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
small_leek 提交于 2020-07-31 15:47 +08:00 . package init
%global srcname kerberos
%global sum A high-level wrapper for Kerberos (GSSAPI) operations
Name: python-%{srcname}
Version: 1.3.0
Release: 1
Summary: %{sum}
License: ASL 2.0
URL: https://pypi.python.org/pypi/kerberos
Source0: https://pypi.python.org/packages/source/k/%{srcname}/%{srcname}-%{version}.tar.gz
Source1: LICENSE
BuildRequires: python3-devel krb5-devel gcc
%global desc This Python package is a high-level wrapper for Kerberos (GSSAPI) operations.\
The goal is to avoid having to build a module that wraps the entire\
Kerberos framework, and instead offer a limited set of functions that do what\
is needed for client/server Kerberos authentication based on\
<http://www.ietf.org/rfc/rfc4559.txt>.
%description
%{desc}
%package -n python3-%{srcname}
Summary: %{sum}
%{?python_provide:%python_provide python3-%{srcname}}
%description -n python3-%{srcname}
%{desc}
%prep
%setup -q -n %{srcname}-%{version}
%build
%{py3_build}
%install
install -m 644 $RPM_SOURCE_DIR/LICENSE LICENSE
%{py3_install}
%files -n python3-%{srcname}
%license LICENSE
%doc README.rst
%{python3_sitearch}/*
%changelog
* Thu Jul 23 2020 wangxiao <wangxiao65@huawei.com> - 1.3.0-1
- package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/small_leek/python-kerberos.git
git@gitee.com:small_leek/python-kerberos.git
small_leek
python-kerberos
python-kerberos
master

搜索帮助