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
|
Name: python-idna
|
||||||
Version: 3.1
|
Version: 3.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Internationalized Domain Names in Applications (IDNA)
|
Summary: Internationalized Domain Names in Applications (IDNA)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,10 +10,8 @@ URL: https://github.com/kjd/idna
|
|||||||
Source: https://pypi.debian.net/idna/idna-%{version}.tar.gz
|
Source: https://pypi.debian.net/idna/idna-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -37,13 +35,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--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
|
chmod -R +r %{buildroot}%{python_sitearch}/idna-*.egg-info
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/idna-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/idna-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 3.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user