automatic version update by autodist [release 0.44.0-1mamba;Tue Dec 20 2022]
This commit is contained in:
parent
92b79c9707
commit
af75c80f8b
@ -1,16 +1,20 @@
|
|||||||
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-zeroconf
|
Name: python-zeroconf
|
||||||
Version: 0.39.4
|
Version: 0.44.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Multicast DNS Service Discovery for Python
|
Summary: Multicast DNS Service Discovery for Python
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
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
|
Source: https://pypi.debian.net/zeroconf/zeroconf-%{version}.tar.gz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(async-timeout)
|
||||||
|
BuildRequires: python3.7dist(ifaddr)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
@ -37,18 +41,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--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
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
## note: this list is just an example; modify as required
|
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
||||||
# %{python_sitearch}/%{name}.py*
|
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
||||||
# %{python_sitearch}/%{name}.so
|
#%doc COPYING
|
||||||
%doc COPYING
|
|
||||||
## note: add extra documentation (if any)
|
|
||||||
# %doc README.rst
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 20 2022 Automatic Build System <autodist@mambasoft.it> 0.44.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Nov 01 2022 Automatic Build System <autodist@mambasoft.it> 0.39.4-1mamba
|
* Tue Nov 01 2022 Automatic Build System <autodist@mambasoft.it> 0.39.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user