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

index 71917d028047d7a8bda9820b7cdfcdfe7e495434..0d70a481319d86c88851e85c4e096023a5e01862 100644 (file)
@@ -8,8 +8,8 @@
 Summary:       Retrieve and parse whois data for IPv4 and IPv6 addresses
 Name:          python-%{module}
 Version:       1.2.0
-Release:       5
-License:       - (enter GPL/GPL v2/GPL v3/LGPL/BSD/BSD-like/other license name here)
+Release:       6
+License:       BSD-like
 Group:         Libraries/Python
 Source0:       https://pypi.debian.net/ipwhois/ipwhois-1.2.0.tar.gz
 # Source0-md5: 29c322d1c812793a48378b738f6e9b04
@@ -62,6 +62,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.186194 seconds and 4 git commands to generate.