fix pyrcc5 wrapper typo

This commit is contained in:
Rex Dieter 2017-01-30 12:17:12 -06:00
parent c941c90749
commit fd459aea70
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
@PYTHON3@ -c "import PyQt5.PyQt5.pyrcc_main" &> /dev/null @PYTHON3@ -c "import PyQt5.pyrcc_main" &> /dev/null
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
exec @PYTHON3@ -m PyQt5.pyrcc_main ${1+"$@"} exec @PYTHON3@ -m PyQt5.pyrcc_main ${1+"$@"}
else else

View File

@ -20,7 +20,7 @@
Summary: PyQt5 is Python bindings for Qt5 Summary: PyQt5 is Python bindings for Qt5
Name: python-qt5 Name: python-qt5
Version: 5.7.1 Version: 5.7.1
Release: 2%{?dist} Release: 3%{?dist}
# all BSD, except for GPLv2+ dbus bindings and examples # all BSD, except for GPLv2+ dbus bindings and examples
License: BSD and GPLv2+ License: BSD and GPLv2+
@ -425,6 +425,9 @@ sed -i \
%changelog %changelog
* Mon Jan 30 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-3
- fix pyrcc5 wrapper typo
* Fri Jan 27 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-2 * Fri Jan 27 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-2
- add wrappers for pyrcc5,pylupdate5 (#141116,#1415812) - add wrappers for pyrcc5,pylupdate5 (#141116,#1415812)
- update provides filtering - update provides filtering