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