%define name certifi %define version 2024.2.2 %define release 1 Summary: Python package for providing Mozilla's CA Bundle. Name: %{name} Version: %{version} Release: %{release} Source0: %{name}-%{version}.tar.gz License: MPL-2.0 Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Prefix: %{_prefix} BuildArch: noarch Vendor: Kenneth Reitz Url: https://github.com/certifi/python-certifi BuildRequires: python3-devel, python3-setuptools %description Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been extracted from the Requests project. %package -n python3-%{name} Summary: Python 3 module of Python package for providing Mozilla's CA Bundle. %description -n python3-%{name} Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been extracted from the Requests project. %prep %autosetup -n %{name}-%{version} %build %py3_build %install %py3_install rm -rf %{buildroot}/usr/lib/python*/site-packages/*.egg-info/requires.txt rm -rf %{buildroot}/usr/share/doc/%{name}/ %clean rm -rf %{buildroot} %files -n python3-%{name} %license LICENSE %{python3_sitelib}/certifi %{python3_sitelib}/certifi*.egg-info %changelog * Mon Feb 5 2024 log2timeline development team 2024.2.2-1 - Auto-generated