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