[qt5-qtdoc] 5.2.0-alpha

Rex Dieter rdieter at fedoraproject.org
Thu Oct 10 05:08:03 UTC 2013


commit 12920fb1e3868ca64b4dbc3ece046de7abdc81d4
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Thu Oct 10 00:07:57 2013 -0500

    5.2.0-alpha

 .gitignore     |    1 +
 qt5-qtdoc.spec |   19 ++++++++++++++-----
 sources        |    2 +-
 3 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cca656b..211bff0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /qtdoc-opensource-src-5.1.1.tar.xz
+/qtdoc-opensource-src-5.2.0-alpha.tar.xz
diff --git a/qt5-qtdoc.spec b/qt5-qtdoc.spec
index 44c7347..559a131 100644
--- a/qt5-qtdoc.spec
+++ b/qt5-qtdoc.spec
@@ -1,17 +1,23 @@
 
 %global qt_module qtdoc
+%define pre alpha
 
 Summary: Main Qt5 Reference Documentation
 Name:    qt5-%{qt_module}
-Version: 5.1.1
-Release: 2%{?dist}
+Version: 5.2.0
+Release: 0.1.%{pre}%{?dist}
 
 License: GFDL
 Url:     http://qt-project.org/
-Source0: http://download.qt-project.org/official_releases/qt/5.1/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
+%if 0%{?pre:1}
+Source0: http://download.qt-project.org/development_releases/qt/5.2/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz
+%else
+Source0: http://download.qt-project.org/official_releases/qt/5.2/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
+%endif
+
 BuildArch: noarch
 
-BuildRequires: qt5-qttools-devel >= %{version}
+BuildRequires: qt5-qttools-devel
 
 %description
 QtDoc contains the main Qt Reference Documentation, which includes
@@ -19,7 +25,7 @@ overviews, Qt topics, and examples not specific to any Qt module.
 
 
 %prep
-%setup -q -n %{qt_module}-opensource-src-%{version}
+%setup -q -n %{qt_module}-opensource-src-%{version}%{?pre:-%{pre}}
 
 
 %build
@@ -38,6 +44,9 @@ make install_docs INSTALL_ROOT=$RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 10 2013 Rex Dieter <rdieter at fedoraproject.org> 5.2.0-0.1.alpha
+- 5.2.0-alpha
+
 * Mon Sep 30 2013 Rex Dieter <rdieter at fedoraproject.org> 5.1.1-2
 - License: GFDL
 
diff --git a/sources b/sources
index 3017678..1fdfa2f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-038dc2cbd242e6d8b9a8320c67692320  qtdoc-opensource-src-5.1.1.tar.xz
+1801f24c7a0f13f6fb1269ca0e861464  qtdoc-opensource-src-5.2.0-alpha.tar.xz


More information about the scm-commits mailing list