rebuilt with distdeps [release 0.18.0-2mamba;Tue Aug 31 2021]
This commit is contained in:
parent
c8f6ccf10e
commit
98d2709d4b
@ -1,6 +1,6 @@
|
||||
Name: python-pyrsistent
|
||||
Version: 0.18.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Persistent/Immutable/Functional data structures for Python
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -13,8 +13,6 @@ License: MIT
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -38,18 +36,17 @@ 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
|
||||
|
||||
## note: add extra documentation (if any)
|
||||
# %doc README README.rst
|
||||
%dir %{python_sitearch}/pyrsistent-%{version}-py*.egg-info
|
||||
%{python_sitearch}/pyrsistent-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.18.0-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Tue Jun 29 2021 Automatic Build System <autodist@mambasoft.it> 0.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user