From 518cbfe28b29c92805ab909fddced7cd0bcebcee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Wed, 23 Jun 2021 16:51:12 +0200 Subject: [PATCH] - module sources are required, rel 2 --- sip5.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sip5.spec b/sip5.spec index 98c3465..a198462 100644 --- a/sip5.spec +++ b/sip5.spec @@ -1,7 +1,7 @@ Summary: SIP - Python/C++ Bindings Generator Name: sip5 Version: 5.5.0 -Release: 1 +Release: 2 License: GPL v2 #Source0Download: https://pypi.org/project/sip/ Source0: https://files.pythonhosted.org/packages/source/s/sip/sip-%{version}.tar.gz @@ -30,8 +30,6 @@ also used to generate wxPython, the Python bindings for wxWidgets. rm -rf $RPM_BUILD_ROOT %py3_install -%{__rm} -r $RPM_BUILD_ROOT%{py3_sitedir}/sipbuild/module/source - %clean rm -rf $RPM_BUILD_ROOT @@ -56,3 +54,4 @@ rm -rf $RPM_BUILD_ROOT %dir %{py3_sitedir}/sipbuild/tools %{py3_sitedir}/sipbuild/tools/*.py %{py3_sitedir}/sipbuild/tools/__pycache__ +%{py3_sitedir}/sipbuild/module/source -- 2.44.0