rebuilt with distdeps [release 3.1-2mamba;Fri Apr 09 2021]
This commit is contained in:
parent
b978503d8b
commit
401cec0987
@ -1,6 +1,6 @@
|
||||
Name: python-idna
|
||||
Version: 3.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Internationalized Domain Names in Applications (IDNA)
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,10 +10,8 @@ URL: https://github.com/kjd/idna
|
||||
Source: https://pypi.debian.net/idna/idna-%{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,13 +35,18 @@ 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
|
||||
chmod -R +r %{buildroot}%{python_sitearch}/idna-*.egg-info
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/idna-%{version}-py*.egg-info
|
||||
%{python_sitearch}/idna-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 3.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user