rebuilt with distdeps [release 0.4.8-3mamba;Tue Aug 31 2021]
This commit is contained in:
parent
da8c4ccc67
commit
714b16d938
@ -1,19 +1,17 @@
|
||||
Name: python-pyasn1
|
||||
Version: 0.4.8
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: ASN.1 types and codecs
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://sourceforge.net/projects/pyasn1/
|
||||
URL: https://sourceforge.net/projects/pyasn1/
|
||||
Source: https://pypi.debian.net/pyasn1/pyasn1-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -37,12 +35,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/pyasn1-%{version}-py*.egg-info
|
||||
%{python_sitearch}/pyasn1-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.8-3mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.8-2mamba
|
||||
- rebuilt with py3* packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user