Fix for RHEL builds
With the previous settings, qt5-rpm-macros built on RHEL do no require cmake, and thus do not get cmake-rpm-macros. Although the qt5 packages build, they do not get all regular provides that packages are expecting. Also, there is no qt5 epel build, so that wasn't necessary.
This commit is contained in:
parent
fe6f9f0485
commit
917b8b814f
6
qt5.spec
6
qt5.spec
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# include qt5,qt5-devel metapackages or not
|
# include qt5,qt5-devel metapackages or not
|
||||||
# dropped for f32+
|
# dropped for f32+
|
||||||
%if 0%{?fedora} < 32
|
%if 0%{?fedora} < 32
|
||||||
@ -82,12 +81,7 @@ Requires: qt5-qtxmlpatterns-devel
|
|||||||
%package rpm-macros
|
%package rpm-macros
|
||||||
Summary: RPM macros for building Qt5 and KDE Frameworks 5 packages
|
Summary: RPM macros for building Qt5 and KDE Frameworks 5 packages
|
||||||
Conflicts: qt5-qtbase-devel < 5.6.0-0.23
|
Conflicts: qt5-qtbase-devel < 5.6.0-0.23
|
||||||
%if 0%{?fedora}
|
|
||||||
Requires: cmake >= 3
|
Requires: cmake >= 3
|
||||||
%endif
|
|
||||||
%if 0%{?epel}
|
|
||||||
Requires: cmake3
|
|
||||||
%endif
|
|
||||||
Requires: gcc-c++
|
Requires: gcc-c++
|
||||||
%description rpm-macros
|
%description rpm-macros
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
Loading…
Reference in New Issue
Block a user