diff --git a/.gitignore b/.gitignore index 6adee63..7725221 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /qtsvg-opensource-src-5.7.1.tar.xz /qtsvg-opensource-src-5.8.0.tar.xz +/qtsvg-opensource-src-5.9.0-beta3.tar.xz diff --git a/qt5-qtsvg.spec b/qt5-qtsvg.spec index cd0908a..7fc95a8 100644 --- a/qt5-qtsvg.spec +++ b/qt5-qtsvg.spec @@ -1,17 +1,14 @@ %global qt_module qtsvg -# To build without qttools doctools package, just undefine docs -%global docs 1 - Summary: Qt5 - Support for rendering and displaying SVG Name: qt5-%{qt_module} -Version: 5.8.0 -Release: 2%{?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 Patch0: qtsvg-opensource-src-5.6.0-beta1-example-install.patch @@ -33,27 +30,14 @@ Requires: qt5-qtbase-devel%{?_isa} %description devel %{summary}. -%if 0%{?docs} -%package doc -Summary: API documentation for %{name} -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} -%patch0 -p1 +%setup -q -n %{qt_module}-opensource-src-%{version}-beta3 %build mkdir %{_target_platform} @@ -61,19 +45,11 @@ pushd %{_target_platform} %{qmake_qt5} .. 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 - ## .prl/.la file love # nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs pushd %{buildroot}%{_qt5_libdir} @@ -105,18 +81,16 @@ popd %{_qt5_libdir}/pkgconfig/Qt5Svg.pc %{_qt5_archdatadir}/mkspecs/modules/qt_lib_svg*.pri -%if 0%{?docs} -%files doc -%license LICENSE.FDL -%{_qt5_docdir}/qtsvg.qch -%{_qt5_docdir}/qtsvg/ -%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-2 - build -doc unconditionally @@ -155,23 +129,23 @@ popd * Mon Feb 15 2016 Helio Chissini de Castro - 5.6.0-0.7 - Update RC release -* Thu Feb 04 2016 Fedora Release Engineering - 5.6.0-0.6.beta +* Thu Feb 04 2016 Fedora Release Engineering - 5.6.0-0.6.beta3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild -* Mon Dec 28 2015 Rex Dieter 5.6.0-0.5.beta +* Mon Dec 28 2015 Rex Dieter 5.6.0-0.5.beta3 - update source URL, BR: cmake, use %%license * Mon Dec 21 2015 Helio Chissini de Castro - 5.6.0-0.4 -- Update to final beta release +- Update to final beta3 release * Thu Dec 10 2015 Helio Chissini de Castro - 5.6.0-0.3 -- Official beta release +- Official beta3 release * Mon Dec 07 2015 Jan Grulich - 5.6.0-0.2 - (re)add bootstrap macro support * 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 @@ -212,11 +186,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 -* Sun Oct 19 2014 Rex Dieter 5.4.0-0.1.beta -- 5.4.0-beta +* Sun Oct 19 2014 Rex Dieter 5.4.0-0.1.beta3 +- 5.4.0-beta3 * Wed Sep 17 2014 Rex Dieter - 5.3.2-1 - 5.3.2 @@ -251,11 +225,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 - ppc bootstrap diff --git a/sources b/sources index 23d9502..98c5ce5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qtsvg-opensource-src-5.8.0.tar.xz) = 75ae6cab2b8e8224db5bc715259beb4b876cf3e2cce908bfc3dcb40f5d7f8f5cca729c9302f7e6f36719c06bee7067f4f68a26fdcaf087f951d3d9076d27fec7 +SHA512 (qtsvg-opensource-src-5.9.0-beta3.tar.xz) = 469c17c9323d5b02896b3223e6c0ec8d01197546fb842df7300c82f5290ffe96eaf099357a95b558abaf03a0c7b866105469e800bfc9b52d9975fdc1028c9039