[packages/python-django] compile python3 to python3 dir

glen glen at pld-linux.org
Mon Jun 27 22:57:08 CEST 2016


commit e61cf27b80637eb72d3c72e572973e4b0995b037
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Jun 27 23:53:46 2016 +0300

    compile python3 to python3 dir
    
    refs d2a760e33b45ff2dc9c6968abf3c66672bf0dd22
    
    previously python3 compiled results were put to python2 package
    and python3 package contained no compiled files at all

 python-django.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-django.spec b/python-django.spec
index e586930..ffa40b2 100644
--- a/python-django.spec
+++ b/python-django.spec
@@ -111,8 +111,8 @@ find $RPM_BUILD_ROOT%{py_sitescriptdir} -type f -path '*_template*' -a -name '*.
 %endif
 
 %if %{with python3}
-%py3_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
-%py3_comp $RPM_BUILD_ROOT%{py_sitescriptdir}
+%py3_ocomp $RPM_BUILD_ROOT%{py3_sitescriptdir}
+%py3_comp $RPM_BUILD_ROOT%{py3_sitescriptdir}
 %endif
 
 ln -sf python-django-doc-%{version} $RPM_BUILD_ROOT%{_docdir}/python-django-doc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-django.git/commitdiff/e61cf27b80637eb72d3c72e572973e4b0995b037



More information about the pld-cvs-commit mailing list