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)
|
||||
|
||||
Name: python-twisted
|
||||
Version: 19.2.1
|
||||
Version: 19.7.0
|
||||
Release: 1mamba
|
||||
Summary: Event-driven networking framework written in Python
|
||||
Group: System/Libraries/Python
|
||||
@ -58,7 +58,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
sed -i "/iocpsupport.*\.so$/d" %{name}.filelist
|
||||
|
||||
%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
|
||||
mv $f ${f}%{with_pyver}
|
||||
n=`basename $f`
|
||||
@ -77,6 +77,9 @@ done
|
||||
%defattr(-, root, root)
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user