Fix spec file conditionals
This commit is contained in:
parent
9881235e38
commit
7584b93526
@ -3,14 +3,14 @@
|
||||
%global openal 1
|
||||
|
||||
%global gst 0.10
|
||||
%if 0%{?fedora} > 20
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
%global gst 1.0
|
||||
%endif
|
||||
|
||||
Summary: Qt5 - Multimedia support
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.9.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
Url: http://www.qt.io
|
||||
@ -140,6 +140,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 22 2017 Troy Dawson <tdawson@redhat.com> - 5.9.2-3
|
||||
- Fix spec file conditionals
|
||||
|
||||
* Tue Oct 17 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.2-2
|
||||
- BR: qt5-qtbase-private-devel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user