2024-01-05 16:23:26 +01:00
|
|
|
Name: python-pyasn1
|
2024-01-05 16:23:26 +01:00
|
|
|
Version: 0.4.8
|
2024-01-05 16:23:27 +01:00
|
|
|
Release: 3mamba
|
2024-01-05 16:23:26 +01:00
|
|
|
Summary: ASN.1 types and codecs
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 16:23:27 +01:00
|
|
|
URL: https://sourceforge.net/projects/pyasn1/
|
2024-01-05 16:23:26 +01:00
|
|
|
Source: https://pypi.debian.net/pyasn1/pyasn1-%{version}.tar.gz
|
2024-01-05 16:23:26 +01:00
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 16:23:27 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-05 16:23:26 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
%if "%{?with_pyver}"
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n pyasn1-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-05 16:23:27 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-05 16:23:26 +01:00
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-05 16:23:26 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-05 16:23:27 +01:00
|
|
|
%dir %{python_sitearch}/pyasn1-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/pyasn1-%{version}-py*.egg-info/*
|
2024-01-05 16:23:26 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:23:27 +01:00
|
|
|
* Tue Aug 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.8-3mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.8-2mamba
|
|
|
|
- rebuilt with py3* packages
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
* Sat Nov 23 2019 Automatic Build System <autodist@mambasoft.it> 0.4.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
* Wed Sep 11 2019 Automatic Build System <autodist@mambasoft.it> 0.4.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
* Mon Aug 05 2019 Automatic Build System <autodist@mambasoft.it> 0.4.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
* Mon Dec 31 2018 Automatic Build System <autodist@mambasoft.it> 0.4.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
* Thu Oct 25 2018 Automatic Build System <autodist@mambasoft.it> 0.4.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
* Sun Jun 17 2018 Automatic Build System <autodist@mambasoft.it> 0.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
* Thu Nov 30 2017 Automatic Build System <autodist@mambasoft.it> 0.4.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
* Tue Nov 21 2017 Automatic Build System <autodist@mambasoft.it> 0.3.7-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
* Fri Oct 06 2017 Automatic Build System <autodist@mambasoft.it> 0.3.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
* Sat Sep 09 2017 Automatic Build System <autodist@mambasoft.it> 0.3.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
* Wed Aug 30 2017 Automatic Build System <autodist@mambasoft.it> 0.3.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 0.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
* Sun Mar 05 2017 Automatic Build System <autodist@mambasoft.it> 0.2.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
* Thu Feb 09 2017 Automatic Build System <autodist@mambasoft.it> 0.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 08 2017 Automatic Build System <autodist@mambasoft.it> 0.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:23:26 +01:00
|
|
|
* Sat Dec 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.9-1mamba
|
|
|
|
- package created using the webbuild interface
|