]> git.pld-linux.org Git - packages/quazip.git/commitdiff
- reordered installs to prefer shared targets in cmake; release 2 master auto/th/quazip-1.4-2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 25 Jan 2023 21:12:18 +0000 (22:12 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 25 Jan 2023 21:12:18 +0000 (22:12 +0100)
quazip.spec

index c638a8b528be39f37de9098abe9d6db7c7a70dba..18676cd0adf0984795b441d48901f254c20b5f7e 100644 (file)
@@ -9,7 +9,7 @@ Summary:        Qt/C++ wrapper for the minizip library
 Summary(pl.UTF-8):     Obudowanie Qt/C++ do biblioteki minizip
 Name:          quazip
 Version:       1.4
-Release:       1
+Release:       2
 License:       GPL v2+ or LGPL v2+
 Group:         X11/Libraries
 #Source0Download: https://github.com/stachenov/quazip/releases
@@ -320,33 +320,33 @@ done
 rm -rf $RPM_BUILD_ROOT
 
 %if %{with qt4}
-%{__make} -C build-qt4 install/fast \
-       DESTDIR=$RPM_BUILD_ROOT
-
 %if %{with static_libs}
 %{__make} -C build-qt4-static install/fast \
        DESTDIR=$RPM_BUILD_ROOT
 %endif
-%endif
 
-%if %{with qt5}
-%{__make} -C build-qt5 install/fast \
+%{__make} -C build-qt4 install/fast \
        DESTDIR=$RPM_BUILD_ROOT
+%endif
 
+%if %{with qt5}
 %if %{with static_libs}
 %{__make} -C build-qt5-static install/fast \
        DESTDIR=$RPM_BUILD_ROOT
 %endif
-%endif
 
-%if %{with qt6}
-%{__make} -C build-qt6 install/fast \
+%{__make} -C build-qt5 install/fast \
        DESTDIR=$RPM_BUILD_ROOT
+%endif
 
+%if %{with qt6}
 %if %{with static_libs}
 %{__make} -C build-qt6-static install/fast \
        DESTDIR=$RPM_BUILD_ROOT
 %endif
+
+%{__make} -C build-qt6 install/fast \
+       DESTDIR=$RPM_BUILD_ROOT
 %endif
 
 %clean
This page took 0.070495 seconds and 4 git commands to generate.