diff --git a/.gitignore b/.gitignore index c4680e7..8cef618 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /qtdoc-opensource-src-5.3.2.tar.xz +/qtdoc-opensource-src-5.4.0-beta.tar.xz diff --git a/qt5-qtdoc.spec b/qt5-qtdoc.spec index fba5c8c..6b98db4 100644 --- a/qt5-qtdoc.spec +++ b/qt5-qtdoc.spec @@ -1,22 +1,24 @@ %global qt_module qtdoc +%define pre beta + Summary: Main Qt5 Reference Documentation Name: qt5-%{qt_module} -Version: 5.3.2 -Release: 1%{?dist} +Version: 5.4.0 +Release: 0.1.%{pre}%{?dist} License: GFDL Url: http://qt-project.org/ %if 0%{?pre:1} -Source0: http://download.qt-project.org/development_releases/qt/5.3/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz +Source0: http://download.qt-project.org/development_releases/qt/5.4/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz %else -Source0: http://download.qt-project.org/official_releases/qt/5.3/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz +Source0: http://download.qt-project.org/official_releases/qt/5.4/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz %endif BuildArch: noarch -BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qttools-devel %description @@ -38,12 +40,15 @@ make install_docs INSTALL_ROOT=%{buildroot} %files -%doc LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt +%doc LICENSE.FDL %{_qt5_docdir}/qtdoc.qch %{_qt5_docdir}/qtdoc/ %changelog +* Mon Oct 20 2014 Rex Dieter 5.4.0-0.1.beta +- 5.4.0-beta + * Wed Sep 17 2014 Rex Dieter - 5.3.2-1 - 5.3.2 diff --git a/sources b/sources index a75670b..ddab551 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9126d5842d549089935c3c8edf0fc401 qtdoc-opensource-src-5.3.2.tar.xz +fb54174abc16fbdfc804d87b3496b445 qtdoc-opensource-src-5.4.0-beta.tar.xz