[packages/sip] - revert "make non-Qt namespaced install be default for devel packages"

baggins baggins at pld-linux.org
Sun Nov 4 12:54:48 CET 2018


commit d25da5cac2e790f09d14c5164bfdbe78b13d8cbb
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Nov 4 12:54:23 2018 +0100

    - revert "make non-Qt namespaced install be default for devel packages"
    
    This reverts commit 7332c9c3db6d1db2497bcf3908e8e8d574e63c9b.

 sip.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/sip.spec b/sip.spec
index 2444340..c151f42 100644
--- a/sip.spec
+++ b/sip.spec
@@ -7,7 +7,7 @@ Summary:	Python bindings generator for C++ class libraries
 Summary(pl.UTF-8):	Generator powiązań Pythona z bibliotekami klas C++
 Name:		sip
 Version:	4.19.12
-Release:	7
+Release:	6
 Epoch:		2
 License:	SIP (redistributable, see LICENSE) or GPL v2 or GPL v3
 Group:		Development/Languages/Python
@@ -224,10 +224,10 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_sipfilesdir}
 
 %if %{with python2}
-%{__make} -C build-py2-PyQt5 install \
+%{__make} -C build-py2 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-%{__make} -C build-py2 install \
+%{__make} -C build-py2-PyQt5 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
@@ -235,10 +235,10 @@ install -d $RPM_BUILD_ROOT%{_sipfilesdir}
 %endif
 
 %if %{with python3}
-%{__make} -C build-py3-PyQt5 install \
+%{__make} -C build-py3 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-%{__make} -C build-py3 install \
+%{__make} -C build-py3-PyQt5 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %py3_comp $RPM_BUILD_ROOT%{py3_sitedir}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sip.git/commitdiff/2e7a113d6272f0247f62d0835fd7f50f2a4d1735



More information about the pld-cvs-commit mailing list