automatic update by autodist [release 3.1.1-1mamba;Thu Sep 15 2016]

This commit is contained in:
Automatic Build System 2024-01-05 16:37:10 +01:00
parent 4c42d92636
commit 266a83440c

View File

@ -1,5 +1,5 @@
Name: python-serial
Version: 2.7
Version: 3.1.1
Release: 1mamba
Summary: Python Serial Port Extension
Group: System/Libraries/Python
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://pyserial.sourceforge.net/
Source: http://pypi.python.org/packages/source/p/pyserial/pyserial-%{version}.tar.gz
Source: http://pypi.debian.net/pyserial/pyserial-%{version}.tar.gz
License: Python
Requires: python >= %python_version
## AUTOBUILDREQ-BEGIN
@ -36,19 +36,22 @@ The module named “serial” automatically selects the appropriate backend.
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
# remove win32 examples
rm examples/{scanwin32.py,setup-miniterm-py2exe.py}
#rm examples/{scanwin32.py,setup-miniterm-py2exe.py}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.filelist
%defattr(-,root,root)
%doc CHANGES.txt examples LICENSE.txt README.txt
%doc examples LICENSE.txt
%changelog
* Thu Sep 15 2016 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
- automatic update by autodist
* Tue Oct 22 2013 Automatic Build System <autodist@mambasoft.it> 2.7-1mamba
- automatic update by autodist