]> git.pld-linux.org Git - packages/python-PyQt4.git/commitdiff
- rel 4, epoch 1 auto/th/python-PyQt4-4.12.1-4
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 5 Oct 2019 19:13:49 +0000 (21:13 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 5 Oct 2019 19:13:49 +0000 (21:13 +0200)
python-PyQt4.spec

index 46330faa1003ed44571fd0c69bcf6f4881a9d2f6..7a9700bc3a8b5675f619a610c5a3d446790efe60 100644 (file)
@@ -14,7 +14,8 @@ Summary:      Python 2 bindings for the Qt4 toolkit
 Summary(pl.UTF-8):     Wiązania Pythona 2 do toolkitu Qt4
 Name:          python-%{module}
 Version:       4.12.1
-Release:       3
+Release:       4
+Epoch:         1
 License:       GPL v3
 Group:         Libraries/Python
 Source0:       http://downloads.sourceforge.net/pyqt/PyQt4_gpl_x11-%{version}.tar.gz
@@ -85,7 +86,7 @@ Ten pakiet zawiera wiązania Pythona 2.
 Summary:       pyuic4 development tool for Python 2
 Summary(pl.UTF-8):     Narzędzie programistyczne pyuic4 dla Pythona 2
 Group:         Development/Tools
-Requires:      %{name} = %{version}-%{release}
+Requires:      %{name} = %{epoch}:%{version}-%{release}
 
 %description uic
 pyuic4 development tool for Python 2.
@@ -123,7 +124,7 @@ Ten pakiet zawiera wiązania Pythona 3.
 Summary:       pyuic4 development tool for Python 3
 Summary(pl.UTF-8):     Narzędzie programistyczne pyuic4 dla Pythona 3
 Group:         Development/Tools
-Requires:      python3-PyQt4 = %{version}-%{release}
+Requires:      python3-PyQt4 = %{epoch}:%{version}-%{release}
 
 %description -n python3-PyQt4-uic
 pyuic4 development tool for Python 3.
@@ -152,7 +153,7 @@ Uwaga: ten pakiet nie jest zależny od wersji Pythona.
 Summary:       Examples for PyQt4
 Summary(pl.UTF-8):     Przykłady do PyQt4
 Group:         Libraries/Python
-Requires:      %{name} = %{version}-%{release}
+Requires:      %{name} = %{epoch}:%{version}-%{release}
 
 %description examples
 Examples code demonstrating how to use the Python bindings for Qt4.
@@ -180,9 +181,9 @@ Summary:    Qt Designer plugin for Python plugins with widgets
 Summary(pl.UTF-8):     Wtyczka Qt Designera dla wtyczek Pythona zawierających widgety
 # can build only for one python version
 %if %{with python2}
-Requires:      %{name} = %{version}-%{release}
+Requires:      %{name} = %{epoch}:%{version}-%{release}
 %else
-Requires:      python3-PyQt4 = %{version}-%{release}
+Requires:      python3-PyQt4 = %{epoch}:%{version}-%{release}
 %endif
 
 %description -n QtDesigner-plugin-pyqt4
This page took 0.188628 seconds and 4 git commands to generate.