[mingw-qt5-qtbase] Added various Requires tags to the -static subpackages

Erik van Pienbroek epienbro at fedoraproject.org
Wed Dec 31 10:48:12 UTC 2014


commit 52e4f703d891a6fdf25fe0358770396988e67cd6
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Dec 31 11:48:17 2014 +0100

    Added various Requires tags to the -static subpackages

 mingw-qt5-qtbase.spec |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/mingw-qt5-qtbase.spec b/mingw-qt5-qtbase.spec
index 2b9b19b..57fd45a 100644
--- a/mingw-qt5-qtbase.spec
+++ b/mingw-qt5-qtbase.spec
@@ -20,7 +20,7 @@
 
 Name:           mingw-qt5-qtbase
 Version:        5.4.0
-Release:        1%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
+Release:        2%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
 Summary:        Qt5 for Windows - QtBase component
 
 License:        GPLv3 with exceptions or LGPLv2 with exceptions
@@ -213,6 +213,11 @@ which are part of the mingw-qt5-qttools package
 %package -n mingw32-qt5-qtbase-static
 Summary:       Static version of the mingw32-qt5-qtbase library
 Requires:      mingw32-qt5-qtbase = %{version}-%{release}
+Requires:      mingw32-libjpeg-turbo-static
+Requires:      mingw32-libpng-static
+Requires:      mingw32-harfbuzz-static
+Requires:      mingw32-winpthreads-static
+Requires:      mingw32-zlib-static
 BuildArch:     noarch
 
 %description -n mingw32-qt5-qtbase-static
@@ -251,6 +256,11 @@ which are part of the mingw-qt5-qttools package
 %package -n mingw64-qt5-qtbase-static
 Summary:       Static version of the mingw64-qt5-qtbase library
 Requires:      mingw64-qt5-qtbase = %{version}-%{release}
+Requires:      mingw64-libjpeg-turbo-static
+Requires:      mingw64-libpng-static
+Requires:      mingw64-harfbuzz-static
+Requires:      mingw64-winpthreads-static
+Requires:      mingw64-zlib-static
 BuildArch:     noarch
 
 %description -n mingw64-qt5-qtbase-static
@@ -772,6 +782,9 @@ ln -s %{mingw64_target}-qmake-qt5 $RPM_BUILD_ROOT%{_bindir}/mingw64-qmake-qt5
 
 
 %changelog
+* Wed Dec 31 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.4.0-2
+- Added various Requires tags to the -static subpackages
+
 * Mon Dec 29 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.4.0-1
 - Update to 5.4.0
 - Thanks to Philip A Reimer (ArchLinux MinGW maintainer)


More information about the scm-commits mailing list