diff --git a/python3-sip.spec b/python3-sip.spec index f60f2d8..411e549 100644 --- a/python3-sip.spec +++ b/python3-sip.spec @@ -17,12 +17,13 @@ # norootforbuild + Name: python3-sip License: GPL-2.0 or GPL-3.0 or SIP Group: Development/Libraries/Python Summary: SIP tool to use python sip bindings Version: 4.12.4 -Release: 1.0 +Release: 1 %define rversion %version Url: http://www.riverbankcomputing.com/software/sip/intro BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -36,7 +37,6 @@ PreReq: python3 python3-base %global py3_incdir %(python3 -c "import distutils.sysconfig; print(distutils.sysconfig.get_python_inc())" 2>/dev/null || echo PYTHON-NOT-FOUND) - %description SIP is a tool that makes it very easy to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the