############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = python3-kerberos version = 1.3.1 release = 1 thisapp = PyKerberos-%{version} groups = System/Libraries url = https://github.com/apple/ccs-pykerberos license = Apache 2.0 summary = Python Kerberos library used by CalendarServer description 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. end source_dl = https://github.com/apple/ccs-pykerberos/archive/refs/tags/ build requires krb5-devel python3-devel python3-setuptools end DIR_APP = %{DIR_SRC}/ccs-pykerberos-PyKerberos-%{version} build %{python3} setup.py build end install %{python3} setup.py install --root=%{BUILDROOT} end end packages package %{name} package %{name}-debuginfo template DEBUGINFO end end