]> git.pld-linux.org Git - packages/python-serial.git/commitdiff
- rel 2; package miniterm auto/th/python-serial-2.7-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 2 Feb 2014 10:13:24 +0000 (11:13 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 2 Feb 2014 10:13:24 +0000 (11:13 +0100)
python-serial.spec

index e29e58480ac90e91c5726e94e4db779ffb2b317d..0774cbf331ca9fa8f89247707bf9bbbd6973cbca 100644 (file)
@@ -9,7 +9,7 @@ Summary:        Serial port interface module
 Summary(pl.UTF-8):     Moduł interfejsu do portu szeregowego
 Name:          python-serial
 Version:       2.7
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Languages/Python
 Source0:       http://pypi.python.org/packages/source/p/pyserial/pyserial-%{version}.tar.gz
@@ -55,6 +55,16 @@ backends for Python running on Windows, Linux, BSD (possibly any POSIX
 compilant system) and Jython. The module named "serial" automatically
 selects the appropriate backend.
 
+%package -n    miniterm
+Summary:       Very simple serial terminal
+Version:       %{version}
+Release:       %{release}
+Group:         Applications/Communications
+Requires:      python%{?with_python3:3}-%{module} = %{version}-%{release}
+
+%description -n miniterm
+Very simple serial terminal written in Python.
+
 %prep
 %setup  -q -n pyserial-%{version}
 
@@ -111,3 +121,7 @@ rm -rf $RPM_BUILD_ROOT
 %{py3_sitescriptdir}/%{module}
 %{py3_sitescriptdir}/*egg-info
 %endif
+
+%files -n miniterm
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/miniterm.py
This page took 0.124647 seconds and 4 git commands to generate.