From af75c80f8b2697d1abea268c67e9c0375a7022f0 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:55:27 +0100 Subject: [PATCH] automatic version update by autodist [release 0.44.0-1mamba;Tue Dec 20 2022] --- python-zeroconf.spec | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 9835f92..2e74c58 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,16 +1,20 @@ +%define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-zeroconf -Version: 0.39.4 +Version: 0.44.0 Release: 1mamba Summary: Multicast DNS Service Discovery for Python Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://github.com/jstasiak/python-zeroconf +URL: https://github.com/python-zeroconf/python-zeroconf Source: https://pypi.debian.net/zeroconf/zeroconf-%{version}.tar.gz License: LGPL ## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel BuildRequires: libpython3-devel +BuildRequires: python3.7dist(async-timeout) +BuildRequires: python3.7dist(ifaddr) ## AUTOBUILDREQ-END BuildRequires: libpython-devel Requires: python >= %python_version @@ -37,18 +41,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -## note: this list is just an example; modify as required -# %{python_sitearch}/%{name}.py* -# %{python_sitearch}/%{name}.so -%doc COPYING -## note: add extra documentation (if any) -# %doc README.rst +%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info +%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* +#%doc COPYING %changelog +* Tue Dec 20 2022 Automatic Build System 0.44.0-1mamba +- automatic version update by autodist + * Tue Nov 01 2022 Automatic Build System 0.39.4-1mamba - automatic version update by autodist