rebuilt with distdeps [release 1.6.0-2mamba;Sat May 08 2021]
This commit is contained in:
parent
a234135787
commit
aeabb28b8d
@ -1,6 +1,6 @@
|
||||
Name: python-lazy-object-proxy
|
||||
Version: 1.6.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A fast and thorough lazy object proxy
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -10,10 +10,9 @@ URL: https://pypi.org/project/lazy-object-proxy/
|
||||
Source: https://pypi.debian.net/lazy-object-proxy/lazy-object-proxy-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: python3
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -37,13 +36,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)
|
||||
%dir %{python_sitearch}/lazy_object_proxy-%{version}-py*.egg-info
|
||||
%{python_sitearch}/lazy_object_proxy-%{version}-py*.egg-info/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Sat May 08 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Wed Mar 24 2021 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user