diff --git a/qt5-qtquickcontrols.spec b/qt5-qtquickcontrols.spec index 5f64960..db46398 100644 --- a/qt5-qtquickcontrols.spec +++ b/qt5-qtquickcontrols.spec @@ -9,7 +9,7 @@ Name: qt5-%{qt_module} Version: 5.2.0 Summary: Qt5 - module with set of QtQuick controls -Release: 0.1.%{pre}%{?dist} +Release: 0.2.%{pre}%{?dist} License: BSD and (LGPLv2 with exceptions or GPLv3 with exceptions) and GFDL Url: http://qt-project.org/ %if 0%{?pre:1} @@ -32,9 +32,10 @@ BuildRequires: pkgconfig(Qt5Core) %{?_qt5_version:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}} %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 build complete interfaces in Qt Quick. + %if 0%{?docs} %package doc Summary: API documentation for %{name} @@ -42,6 +43,7 @@ Requires: %{name} = %{version}-%{release} # for qhelpgenerator BuildRequires: qt5-qttools-devel BuildArch: noarch + %description doc %{summary}. %endif @@ -78,6 +80,7 @@ make install_docs INSTALL_ROOT=%{buildroot} %doc LGPL_EXCEPTION.txt %doc header.BSD + %if 0%{?docs} %files doc %{_qt5_docdir}/qtquickcontrols.qch @@ -88,6 +91,9 @@ make install_docs INSTALL_ROOT=%{buildroot} %changelog +* Thu Oct 24 2013 Lubomir Rintel - 5.2.0-0.2.alpha +- Bulk sad and useless attempt at consistent SPEC file formatting + * Wed Oct 02 2013 Rex Dieter - 5.2.0-0.1.alpha - 5.2.0-alpha - tidy dir ownership