From 401cec098780352ec50a0077ff3005702e58fa95 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:15:05 +0100 Subject: [PATCH] rebuilt with distdeps [release 3.1-2mamba;Fri Apr 09 2021] --- python-idna.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/python-idna.spec b/python-idna.spec index 82c5716..601df56 100644 --- a/python-idna.spec +++ b/python-idna.spec @@ -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 3.1-2mamba +- rebuilt with distdeps + * Sun Feb 21 2021 Automatic Build System 3.1-1mamba - automatic version update by autodist