]> git.pld-linux.org Git - packages/python-gsmmodem-new.git/commitdiff
- make sure python3 scripts are always installed, rel 6 master auto/th/python-gsmmodem-new-0.12-6
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 10 Apr 2022 15:23:42 +0000 (17:23 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 10 Apr 2022 15:23:42 +0000 (17:23 +0200)
python-gsmmodem-new.spec

index 9d22da7f520a3112ea4800ea385865ab6a955c09..9af702b4c642ca92a1fb9a7411062409bcc445fa 100644 (file)
@@ -10,7 +10,7 @@
 Summary:       GSM modem module for Python
 Name:          python-%{pypi_name}
 Version:       0.12
-Release:       5
+Release:       6
 License:       LGPL v3+
 Group:         Libraries/Python
 Source0:       https://github.com/babca/python-gsmmodem/archive/%{version}.tar.gz
@@ -91,6 +91,8 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %if %{with python3}
+# Remove python2 artefacts
+%{__rm} -f $RPM_BUILD_ROOT%{_bindir}/*
 %py3_install
 %endif
 
This page took 0.089128 seconds and 4 git commands to generate.