94 lines
3.0 KiB
RPMSpec
94 lines
3.0 KiB
RPMSpec
Name: python-certifi
|
|
Version: 2020.4.5.2
|
|
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.python.org/pypi/certifi
|
|
Source: http://pypi.debian.net/certifi/certifi-%{version}.tar.gz
|
|
License: ISC License
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: libpython-devel
|
|
## AUTOBUILDREQ-END
|
|
Requires: python >= %python_version
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%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)
|
|
%doc LICENSE
|
|
|
|
%changelog
|
|
* 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
|