From 3b677d427aec8cfefee04820752efc97039a2f9d Mon Sep 17 00:00:00 2001 From: small_leek Date: Tue, 18 Aug 2020 20:25:08 +0800 Subject: [PATCH] package init --- PyQt4.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyQt4.spec b/PyQt4.spec index 0d51377..a034f57 100644 --- a/PyQt4.spec +++ b/PyQt4.spec @@ -7,7 +7,7 @@ %global __provides_exclude_from ^(%{python2_sitearch}/.*\\.so|%{python3_sitearch}/.*\\.so|%{_qt4_plugindir}/.*\\.so)$ Name: PyQt4 Version: 4.12.1 -Release: 12 +Release: 13 Summary: Python bindings for Qt4 License: (GPLv3 or GPLv2 with exceptions) and BSD Url: http://www.riverbankcomputing.com/software/pyqt/ -- Gitee