rebuilt with python 3.10 and distdeps [release 1.0.3-2mamba;Sun Apr 10 2022]
This commit is contained in:
parent
5d1146a37f
commit
00b403722c
@ -1,6 +1,6 @@
|
|||||||
Name: python-msgpack
|
Name: python-msgpack
|
||||||
Version: 1.0.3
|
Version: 1.0.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: MessagePack is an efficient binary serialization format
|
Summary: MessagePack is an efficient binary serialization format
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -15,8 +15,6 @@ BuildRequires: libgcc
|
|||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -40,18 +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)
|
||||||
## note: this list is just an example; modify as required
|
%dir %{python_sitearch}/msgpack-%{version}-py*.egg-info
|
||||||
# %{python_sitearch}/%{name}.py*
|
%{python_sitearch}/msgpack-%{version}-py*.egg-info/*
|
||||||
# %{python_sitearch}/%{name}.so
|
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
## note: eventually add the remaining documents (if any)
|
|
||||||
# %doc README.rst
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-2mamba
|
||||||
|
- rebuilt with python 3.10 and distdeps
|
||||||
|
|
||||||
* Wed Nov 24 2021 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
* Wed Nov 24 2021 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user