From 1cceab28c4a72ee54c66c11471d18995eb484319 Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Fri, 5 May 2017 21:44:46 +0200 Subject: [PATCH] beta3 --- .gitignore | 1 + qt5-qtxmlpatterns.spec | 76 ++++++++++++------------------------------ sources | 2 +- 3 files changed, 23 insertions(+), 56 deletions(-) diff --git a/.gitignore b/.gitignore index aa26d28..df58ccf 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /qtxmlpatterns-opensource-src-5.7.0.tar.xz /qtxmlpatterns-opensource-src-5.7.1.tar.xz /qtxmlpatterns-opensource-src-5.8.0.tar.xz +/qtxmlpatterns-opensource-src-5.9.0-beta3.tar.xz diff --git a/qt5-qtxmlpatterns.spec b/qt5-qtxmlpatterns.spec index e9cc0d9..a4eb86d 100644 --- a/qt5-qtxmlpatterns.spec +++ b/qt5-qtxmlpatterns.spec @@ -1,25 +1,15 @@ %global qt_module qtxmlpatterns -# define to build docs, need to undef this for bootstrapping -# where qt5-qttools builds are not yet available -# only primary archs (for now), allow secondary to bootstrap -#global bootstrap 1 - -%if ! 0%{?bootstrap} -%define docs 1 -%endif - Summary: Qt5 - QtXmlPatterns component Name: qt5-%{qt_module} -Version: 5.8.0 -Release: 4%{?dist} +Version: 5.9.0 +Release: 0.beta.3%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://www.qt.io -Source0: http://download.qt.io/official_releases/qt/5.8/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz +Source0: https://download.qt.io/development_releases/qt/5.9/%{version}-beta3/submodules/%{qt_module}-opensource-src-%{version}-beta3.tar.xz BuildRequires: qt5-qtbase-devel >= %{version} - %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} %description @@ -33,28 +23,14 @@ Requires: qt5-qtbase-devel%{?_isa} %description devel %{summary}. -%if 0%{?docs} -%package doc -Summary: API documentation for %{name} -License: GFDL -Requires: %{name} = %{version}-%{release} -BuildRequires: qt5-doctools -BuildRequires: qt5-qtbase-doc -BuildArch: noarch -%description doc -%{summary}. -%endif - %package examples Summary: Programming examples for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description examples %{summary}. - %prep -%setup -q -n %{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}} - +%setup -q -n %{qt_module}-opensource-src-%{version}-beta3 %build mkdir %{_target_platform} @@ -63,18 +39,9 @@ pushd %{_target_platform} make %{?_smp_mflags} -%if 0%{?docs} -make %{?_smp_mflags} docs -%endif -popd - %install make install INSTALL_ROOT=%{buildroot} -C %{_target_platform} -%if 0%{?docs} -make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} -%endif - # put non-conflicting binaries with -qt5 postfix in {_bindir} mkdir %{buildroot}%{_bindir} pushd %{buildroot}%{_qt5_bindir} @@ -120,18 +87,17 @@ popd %{_qt5_libdir}/pkgconfig/Qt5*.pc %{_qt5_archdatadir}/mkspecs/modules/*.pri -%if 0%{?docs} -%files doc -%license LICENSE.FDL -%{_qt5_docdir}/qtxmlpatterns.qch -%{_qt5_docdir}/qtxmlpatterns/ -%endif - %files examples %{_qt5_examplesdir}/ %changelog +* Fri May 05 2017 Helio Chissini de Castro - 5.9.0-0.beta.3 +- New upstream beta3 release + +* Sun Apr 16 2017 Helio Chissini de Castro - 5.9.0-0.beta.1 +- New upstream beta release + * Mon Apr 03 2017 Rex Dieter - 5.8.0-4 - build -doc on all archs @@ -189,17 +155,17 @@ popd * Mon Feb 15 2016 Helio Chissini de Castro - 5.6.0-0.9.rc - Integrate RC builds. -* Thu Feb 04 2016 Fedora Release Engineering - 5.6.0-0.8.beta +* Thu Feb 04 2016 Fedora Release Engineering - 5.6.0-0.8.beta3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild -* Mon Dec 28 2015 Rex Dieter 5.6.0-0.7.beta +* Mon Dec 28 2015 Rex Dieter 5.6.0-0.7.beta3 - update source URL, BR: cmake, use %%license * Mon Dec 21 2015 Helio Chissini de Castro - 5.6.0-0.6 -- Update to final beta release +- Update to final beta3 release * Thu Dec 10 2015 Helio Chissini de Castro - 5.6.0-0.5 -- Official beta release +- Official beta3 release * Sat Dec 05 2015 Rex Dieter 5.6.0-0.4 - (re)enable bootstrap @@ -208,7 +174,7 @@ popd - Beta 2 * Tue Nov 03 2015 Helio Chissini de Castro - 5.6.0-0.1 -- Start to implement 5.6.0 beta +- Start to implement 5.6.0 beta3 * Thu Oct 15 2015 Helio Chissini de Castro - 5.5.1-2 - Update to final release 5.5.1 @@ -255,11 +221,11 @@ popd * Fri Nov 28 2014 Rex Dieter 5.4.0-0.3.rc - 5.4.0-rc -* Mon Nov 03 2014 Rex Dieter 5.4.0-0.2.beta +* Mon Nov 03 2014 Rex Dieter 5.4.0-0.2.beta3 - out-of-tree build, use %%qmake_qt5 -* Sat Oct 18 2014 Rex Dieter 5.4.0-0.1.beta -- 5.4.0-beta +* Sat Oct 18 2014 Rex Dieter 5.4.0-0.1.beta3 +- 5.4.0-beta3 * Tue Sep 16 2014 Rex Dieter 5.3.2-1 - 5.3.2 @@ -294,11 +260,11 @@ popd * Mon Dec 02 2013 Rex Dieter 5.2.0-0.10.rc1 - 5.2.0-rc1 -* Sun Nov 10 2013 Rex Dieter 5.2.0-0.4.beta1 +* Sun Nov 10 2013 Rex Dieter 5.2.0-0.4.beta31 - rebuild (arm/qreal) -* Thu Oct 24 2013 Rex Dieter 5.2.0-0.3.beta1 -- 5.2.0-beta1 +* Thu Oct 24 2013 Rex Dieter 5.2.0-0.3.beta31 +- 5.2.0-beta31 * Wed Oct 16 2013 Rex Dieter 5.2.0-0.2.alpha - bootstrap ppc diff --git a/sources b/sources index 92ce02d..cf2e84b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtxmlpatterns-opensource-src-5.8.0.tar.xz) = debaf9fe25621deaac9f2d27bc909ea67d257884ac7577a6e2f5fdba6590d06d5f22659be55ee17dbcd431d76156082665ecb92c6ea13bf79e0f568fe383d377 +SHA512 (qtxmlpatterns-opensource-src-5.9.0-beta3.tar.xz) = 0046e8eba5944837390f2302fbd7e0301a8da7eb236f58b02facd602f819112c6727f8fbb8770a86604da3ae9df5226cf935b4233441b7835edc199c1e00cdd6