rebuilt with distdeps [release 22.0.3-2mamba;Sat Apr 03 2021]
This commit is contained in:
parent
aa6408fdc3
commit
3565e3b0c5
@ -1,6 +1,6 @@
|
|||||||
Name: python-pyzmq
|
Name: python-pyzmq
|
||||||
Version: 22.0.3
|
Version: 22.0.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Python bindings for zeromq
|
Summary: Python bindings for zeromq
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -8,17 +8,12 @@ Distribution: openmamba
|
|||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: https://github.com/zeromq/pyzmq
|
URL: https://github.com/zeromq/pyzmq
|
||||||
Source: https://pypi.debian.net/pyzmq/pyzmq-%{version}.tar.gz
|
Source: https://pypi.debian.net/pyzmq/pyzmq-%{version}.tar.gz
|
||||||
#Source: https://github.com/zeromq/pyzmq/archive/v%{version}.tar.gz
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libzeromq-devel
|
BuildRequires: libzeromq-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRequires: libzeromq-devel
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains Python bindings for zeromq.
|
This package contains Python bindings for zeromq.
|
||||||
@ -43,13 +38,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)
|
||||||
|
%dir %{python_sitearch}/pyzmq-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/pyzmq-%{version}-py*.egg-info/*
|
||||||
%doc COPYING.LESSER README.md
|
%doc COPYING.LESSER README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 22.0.3-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 22.0.3-1mamba
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 22.0.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user