118 lines
4.0 KiB
RPMSpec
118 lines
4.0 KiB
RPMSpec
Name: python-certifi
|
|
Version: 2022.6.15
|
|
Release: 1mamba
|
|
Summary: Python package for providing Mozilla's CA Bundle
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://pypi.org/project/certifi/
|
|
Source: http://pypi.debian.net/certifi/certifi-%{version}.tar.gz
|
|
License: ISC License
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: libpython3-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%if 0%{?with_pyver}
|
|
%pyver_package
|
|
%endif
|
|
|
|
%prep
|
|
%setup -q -n certifi-%{version}
|
|
|
|
%build
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%{__python} setup.py install \
|
|
-O1 --skip-build \
|
|
--root="%{buildroot}" \
|
|
--install-headers=%{python_inc} \
|
|
--install-lib=%{python_sitearch} \
|
|
--record=%{name}.filelist
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
|
%defattr(-,root,root)
|
|
%dir %{python_sitearch}/certifi-%{version}-py*.egg-info
|
|
%{python_sitearch}/certifi-%{version}-py*.egg-info/*
|
|
%doc LICENSE
|
|
|
|
%changelog
|
|
* Fri Jun 17 2022 Automatic Build System <autodist@mambasoft.it> 2022.6.15-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri May 20 2022 Automatic Build System <autodist@mambasoft.it> 2022.5.18.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 19 2022 Automatic Build System <autodist@mambasoft.it> 2022.5.18-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 11 2021 Automatic Build System <autodist@mambasoft.it> 2021.10.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon May 31 2021 Automatic Build System <autodist@mambasoft.it> 2021.5.30-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Apr 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2020.12.5-2mamba
|
|
- rebuilt with distdeps
|
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 2020.12.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jun 22 2020 Automatic Build System <autodist@mambasoft.it> 2020.6.20-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 17 2020 Automatic Build System <autodist@mambasoft.it> 2020.4.5.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 06 2019 Automatic Build System <autodist@mambasoft.it> 2019.11.28-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Nov 18 2019 Automatic Build System <autodist@mambasoft.it> 2019.9.11-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jun 24 2019 Automatic Build System <autodist@mambasoft.it> 2019.6.16-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2019.3.9-2mamba
|
|
- rebuilt with -py36 support
|
|
|
|
* Tue Mar 12 2019 Automatic Build System <autodist@mambasoft.it> 2019.3.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Dec 04 2018 Automatic Build System <autodist@mambasoft.it> 2018.11.29-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 19 2018 Automatic Build System <autodist@mambasoft.it> 2018.10.15-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Aug 25 2018 Automatic Build System <autodist@mambasoft.it> 2018.8.24-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 16 2018 Automatic Build System <autodist@mambasoft.it> 2018.8.13-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 17 2018 Automatic Build System <autodist@mambasoft.it> 2018.4.16-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 19 2018 Automatic Build System <autodist@mambasoft.it> 2018.1.18-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Nov 09 2017 Automatic Build System <autodist@mambasoft.it> 2017.11.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 2017.7.27.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 25 2017 Automatic Build System <autodist@mambasoft.it> 2017.1.23-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 28 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2016.9.26-1mamba
|
|
- package created using the webbuild interface
|