From 68f15eb125e0cefded3d7c798d1ec00628edf951 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 24 Oct 2013 20:15:04 -0500 Subject: [PATCH] bootstrap ppc --- qt5-qtquickcontrols.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/qt5-qtquickcontrols.spec b/qt5-qtquickcontrols.spec index db46398..04da39e 100644 --- a/qt5-qtquickcontrols.spec +++ b/qt5-qtquickcontrols.spec @@ -4,12 +4,12 @@ # define to build docs, need to undef this for bootstrapping # where qt5-qttools builds are not yet available -%define docs 1 +#define docs 1 Name: qt5-%{qt_module} Version: 5.2.0 Summary: Qt5 - module with set of QtQuick controls -Release: 0.2.%{pre}%{?dist} +Release: 0.3.%{pre}%{?dist} License: BSD and (LGPLv2 with exceptions or GPLv3 with exceptions) and GFDL Url: http://qt-project.org/ %if 0%{?pre:1} @@ -18,9 +18,6 @@ Source0: http://download.qt-project.org/development_releases/qt/5.2/%{version}-% Source0: http://download.qt-project.org/official_releases/qt/5.2/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz %endif -# http://bugzilla.redhat.com/1005482 -ExcludeArch: ppc64 ppc - BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-static >= %{version} BuildRequires: pkgconfig(Qt5Quick) @@ -91,6 +88,9 @@ make install_docs INSTALL_ROOT=%{buildroot} %changelog +* Thu Oct 24 2013 Rex Dieter 5.2.0-0.3.alpha +- bootstrap ppc + * Thu Oct 24 2013 Lubomir Rintel - 5.2.0-0.2.alpha - Bulk sad and useless attempt at consistent SPEC file formatting