automatic version update by autodist [release 19.7.0-1mamba;Sun Oct 27 2019]
This commit is contained in:
parent
7ab1345d5f
commit
88d9b5a740
@ -1,7 +1,7 @@
|
|||||||
%define pkgmajver %(echo %{version} | cut -d. -f 1-2)
|
%define pkgmajver %(echo %{version} | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: python-twisted
|
Name: python-twisted
|
||||||
Version: 19.2.1
|
Version: 19.7.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Event-driven networking framework written in Python
|
Summary: Event-driven networking framework written in Python
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
@ -58,7 +58,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
sed -i "/iocpsupport.*\.so$/d" %{name}.filelist
|
sed -i "/iocpsupport.*\.so$/d" %{name}.filelist
|
||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if 0%{?with_pyver}
|
||||||
sed -i "/_sendmsg.cpython-36m.*\.so$/d" %{name}.filelist
|
sed -i "/_sendmsg.cpython-3.m.*\.so$/d" %{name}.filelist
|
||||||
for f in %{buildroot}%{_bindir}/*; do
|
for f in %{buildroot}%{_bindir}/*; do
|
||||||
mv $f ${f}%{with_pyver}
|
mv $f ${f}%{with_pyver}
|
||||||
n=`basename $f`
|
n=`basename $f`
|
||||||
@ -77,6 +77,9 @@ done
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 27 2019 Automatic Build System <autodist@mambasoft.it> 19.7.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Jun 08 2019 Automatic Build System <autodist@mambasoft.it> 19.2.1-1mamba
|
* Sat Jun 08 2019 Automatic Build System <autodist@mambasoft.it> 19.2.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user