BR: qt5-qtbase-private-devel, use %autosetup
This commit is contained in:
parent
a07980a805
commit
b9ec16544f
@ -3,7 +3,7 @@
|
||||
Name: qt5-%{qt_module}
|
||||
Summary: Qt5 - module with set of QtQuick controls
|
||||
Version: 5.9.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
License: LGPLv2 or LGPLv3 and GFDL
|
||||
Url: http://www.qt.io
|
||||
@ -14,6 +14,11 @@ Source0: https://download.qt.io/official_releases/qt/5.9/%{version}/submodules/%
|
||||
|
||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||
BuildRequires: qt5-qtbase-static >= %{version}
|
||||
BuildRequires: q t5-qtbase-private-devel
|
||||
#libQt5Gui.so.5(Qt_5_PRIVATE_API)(64bit)
|
||||
#libQt5Qml.so.5(Qt_5_PRIVATE_API)(64bit)
|
||||
#libQt5Quick.so.5(Qt_5_PRIVATE_API)(64bit)
|
||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
|
||||
%description
|
||||
@ -28,7 +33,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{qt_module}-opensource-src-%{version}
|
||||
%autosetup -n %{qt_module}-opensource-src-%{version} -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -52,6 +57,9 @@ make install INSTALL_ROOT=%{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 17 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.2-2
|
||||
- BR: qt5-qtbase-private-devel, use %%autosetup
|
||||
|
||||
* Mon Oct 09 2017 Jan Grulich <jgrulich@redhat.com> - 5.9.2-1
|
||||
- 5.9.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user