]> git.pld-linux.org Git - packages/sip.git/commitdiff
- make non-Qt namespaced install be default for devel packages auto/th/sip-4.19.12-7
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 4 Nov 2018 11:39:20 +0000 (12:39 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 4 Nov 2018 11:39:20 +0000 (12:39 +0100)
- rel 7

sip.spec

index c151f4238de56db962710b91300bb8b1baefda1a..2444340b6748019349d42c82b794da1d7107f96d 100644 (file)
--- 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:       6
+Release:       7
 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 install \
+%{__make} -C build-py2-PyQt5 install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__make} -C build-py2-PyQt5 install \
+%{__make} -C build-py2 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 install \
+%{__make} -C build-py3-PyQt5 install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%{__make} -C build-py3-PyQt5 install \
+%{__make} -C build-py3 install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %py3_comp $RPM_BUILD_ROOT%{py3_sitedir}
This page took 0.08153 seconds and 4 git commands to generate.