[packages/quazip] - reordered installs to prefer shared targets in cmake; release 2

qboosh qboosh at pld-linux.org
Wed Jan 25 22:11:00 CET 2023


commit ede02587920037a630636d313a5d959cce810610
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Jan 25 22:12:18 2023 +0100

    - reordered installs to prefer shared targets in cmake; release 2

 quazip.spec | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/quazip.spec b/quazip.spec
index c638a8b..18676cd 100644
--- a/quazip.spec
+++ b/quazip.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/quazip.git/commitdiff/ede02587920037a630636d313a5d959cce810610



More information about the pld-cvs-commit mailing list