tighten deps (#1233829), .spec cosmetics

This commit is contained in:
Rex Dieter 2015-07-16 09:55:55 -05:00
parent cea0d86b11
commit d2443caede

View File

@ -10,7 +10,7 @@
Name: qt5-%{qt_module} Name: qt5-%{qt_module}
Summary: Qt5 - module with set of QtQuick controls Summary: Qt5 - module with set of QtQuick controls
Version: 5.5.0 Version: 5.5.0
Release: 1%{?dist} Release: 2%{?dist}
License: LGPLv2 or LGPLv3 and GFDL License: LGPLv2 or LGPLv3 and GFDL
Url: http://www.qt.io Url: http://www.qt.io
@ -18,13 +18,15 @@ Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:
BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-devel >= %{version}
BuildRequires: qt5-qtbase-static >= %{version} BuildRequires: qt5-qtbase-static >= %{version}
BuildRequires: qt5-qtdeclarative-devel >= %{version}
BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Core)
%{?_qt5_version:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}} %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
%{?_qt5:Requires: qt5-qtdeclarative%{?_isa} = %{_qt5_version}}
%description %description
The Qt Quick Controls module provides a set of controls that can be used to The Qt Quick Controls module provides a set of controls that can be used to
@ -68,6 +70,7 @@ make %{?_smp_mflags} docs
%endif %endif
popd popd
%install %install
make install INSTALL_ROOT=%{buildroot} -C %{_target_platform} make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
@ -75,9 +78,8 @@ make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform}
%endif %endif
%files %files
# better to own this elsewhere? qt5-qtbase? -- rex
%dir %{_qt5_archdatadir}/qml
%{_qt5_archdatadir}/qml/QtQuick/ %{_qt5_archdatadir}/qml/QtQuick/
%doc LICENSE.* %doc LICENSE.*
@ -101,6 +103,12 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform}
%changelog %changelog
* Thu Jul 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-2
- tighten deps (#1233829), .spec cosmetics
* Wed Jul 1 2015 Helio Chissini de Castro <helio@kde.org> 5.5.0-1
- New final upstream release Qt 5.5.0
* Thu Jun 25 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.2.rc * Thu Jun 25 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.2.rc
- Update for official RC1 released packages - Update for official RC1 released packages