automatic version update by autodist [release 0.3.7-1mamba;Wed Jul 26 2023]
This commit is contained in:
parent
7763dab0f3
commit
8270ba45ae
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-dill
|
Name: python-dill
|
||||||
Version: 0.3.6
|
Version: 0.3.7
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Serialize all of python
|
Summary: Serialize all of python
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -40,7 +40,7 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
|
|
||||||
%if "%{?with_pyver}" != "3"
|
%if "%{?with_pyver}" != "3"
|
||||||
# Rename any conflicting file outside of python site packages tree
|
# Rename any conflicting file outside of python site packages tree
|
||||||
for f in %{_bindir}/{get_objgraph,undill}; do
|
for f in %{_bindir}/{get_gprof,get_objgraph,undill}; do
|
||||||
mv %{buildroot}${f}{,-%{?pyappend}}
|
mv %{buildroot}${f}{,-%{?pyappend}}
|
||||||
done
|
done
|
||||||
sed -i "\,%{_bindir},d" %{name}.filelist
|
sed -i "\,%{_bindir},d" %{name}.filelist
|
||||||
@ -48,6 +48,7 @@ sed -i "\,%{_bindir},d" %{name}.filelist
|
|||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/get_gprof*
|
||||||
%{_bindir}/get_objgraph*
|
%{_bindir}/get_objgraph*
|
||||||
%{_bindir}/undill*
|
%{_bindir}/undill*
|
||||||
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
%dir %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info
|
||||||
@ -55,6 +56,9 @@ sed -i "\,%{_bindir},d" %{name}.filelist
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 26 2023 Automatic Build System <autodist@mambasoft.it> 0.3.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 0.3.6-2mamba
|
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 0.3.6-2mamba
|
||||||
- rebuilt with python 3.10
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user