[packages/python-jaraco.packaging] - install init files, too

arekm arekm at pld-linux.org
Wed Jul 4 14:53:09 CEST 2018


commit 8d3ae86d200629ab27f8d76d14610fa334c3fc47
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Jul 4 14:53:00 2018 +0200

    - install init files, too

 python-jaraco.packaging.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/python-jaraco.packaging.spec b/python-jaraco.packaging.spec
index 92d9636..aefd607 100644
--- a/python-jaraco.packaging.spec
+++ b/python-jaraco.packaging.spec
@@ -60,6 +60,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %if %{with python2}
 %py_install
+install build-2/lib/jaraco/__init__.py $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}
 
 # when files are installed in other way that standard 'setup.py
 # they need to be (re-)compiled
@@ -72,6 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %if %{with python3}
 %py3_install
+install build-2/lib/jaraco/__init__.py $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}
 %endif
 
 %clean
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-jaraco.packaging.git/commitdiff/8d3ae86d200629ab27f8d76d14610fa334c3fc47



More information about the pld-cvs-commit mailing list